lockfale / OSINT-Framework

OSINT Framework
MIT License
7.03k stars 1.22k forks source link

Add HoneyDB + CLI. #44

Closed NullArray closed 7 years ago

NullArray commented 7 years ago

Hello, i would like to make a suggestion with regards to a resource and a tool to be added to OSINT-Framework. The resource i am referring to is HoneyDB. Which in short is an aggregative threat intel pool. HoneyDB collects and organizes data on malicious hosts from HoneyPy honeypots. They offer a threat feed and provide data visualization services as well.

Secondly i am the author of a command line interface which makes it easier for security researchers to retrieve and process the data provided by HoneyDB. The CLI saves logs of the malicious hosts and allows the user to perform an in-script WHOIS lookup and invoke an Nmap scan as well in order to learn more about a particular target if and when desired.

The name of the CLI i wrote is Mimir and you can find it in it's repo on my Github page.

https://github.com/NullArray/Mimir

With kind regards, NullArray.

Chan9390 commented 7 years ago

Hey @NullArray is your tool stable now ?

NullArray commented 7 years ago

Hi @Chan9390 it is stable yes. Everything seems to be in order, and i have added some logic to have it check the user's version of PycURL and rebuild it automatically to support OpenSSL in the event that the user's version does not.

All SSL issues are resolved.

s0lray commented 7 years ago

Added now, thanks guys!