InQuest / omnibus

The OSINT Omnibus (beta release)
MIT License
316 stars 69 forks source link

Cybercure.ai module implementation #29

Closed grispan56 closed 5 years ago

grispan56 commented 5 years ago

Pull Request Template

Description

How Has This Been Tested?

It was tested on a docker twice, once running an image of ubuntu kickstart 
and the second time with the official ubuntu image, ran fine on both of them.
since the module is using the same structure and functions other modules 
already used, no new problems supposed to happen.
grispan56 commented 5 years ago

output example of indicator found and not found:

`` https://github.com/InQuest/omnibus

[] Using configuration file (/root/omnibus/etc/omnibus.conf) ... [] Debug: False Welcome to the Omnibus shell! Type "session" to get started or "help" to view all commands. omnibus >> help cybercure Check if ip intelligence exists at cybercure.ai omnibus >> cybercure 31.44.118.97 { "status": 1, "indicator": "31.44.118.97", "exists": false }

omnibus >> cybercure 31.44.118.98 { "status": 1, "indicator": "31.44.118.98", "visual": "http://www.cybercure.ai/intel/ip/31.44.118.98", "details": "check premium subscription at www.cybercure.ai for more details about indicators.", "exists": true }

omnibus >> ``

deadbits commented 5 years ago

Awesome! I'm mobile / about to board a plane but later tonight once I'm settled in I'll go ahead and merge this in.

Thanks for this!

deadbits commented 5 years ago

Just got this added to master @grispan56. thanks again :D