Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] ThreatFox #381

Closed
ssnkhan opened this issue Jan 1, 2022 · 3 comments
Closed

[Feature Request] ThreatFox #381

ssnkhan opened this issue Jan 1, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@ssnkhan
Copy link

ssnkhan commented Jan 1, 2022

  1. Make sure your requested feature makes sense for Mihari.
    ThreatFox, provided by abuse.ch, is a free portal allowing access to various IOCs related to malware and malware infrastructure. All IOCs are validated, meaning they are high-fidelity. Access to the API is free, and detailed here.

  2. If you want to suggest a new integration of a service, please provide detailed information of it. (e.g. API docs)
    API Docs - https://threatfox.abuse.ch/api/
    FAQ - https://threatfox.abuse.ch/faq/

It probably makes sense to implement the analyzer to accept a single string to search against either the tag or malware name, and a limit of 1,000. ThreatFox supports return types (ioc) including ip:port, url and hash. ip:port could be stripped to just the ip consistent with the Mihari ip IOC data format.

Sample Usage

mihari analyze threatfox 'RedLineStealer' --title "RedLine Stealer" --description "Identifies RedLineStealer C2s." --tags "InfoStealer"

Thank you for your consideration, and wishing you the best for 2022!

@ssnkhan ssnkhan added the enhancement New feature or request label Jan 1, 2022
@ssnkhan
Copy link
Author

ssnkhan commented Jan 1, 2022

Just realised that an API key is only required to submit indicators; otherwise, no key is required :)

@ninoseki
Copy link
Owner

ninoseki commented Jan 3, 2022

I intentionally did not develop an analyzer for a feed because Mihari is a search aggregator, not a feed aggregator.
But your proposal is understandable. So I created a general feed ingestor which is shipped in v3.12.0. (#382)
Here is the usage of the new feature.
https://www.notion.so/Feed-b4bd11723e7043e5b2fdf78423479014

@ninoseki ninoseki closed this as completed Jan 3, 2022
@ssnkhan
Copy link
Author

ssnkhan commented Jan 3, 2022

Thank you, this works wonderfully!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants