Extract and aggregate IOCs from threat feeds.
Project description
An extendable tool to extract and aggregate IOCs from threat feeds.
Integrates out-of-the-box with ThreatKB and MISP, and can fit seamlessly into any existing worflow with SQS, Beanstalk, and custom plugins.
Overview
ThreatIngestor can be configured to watch Twitter, RSS feeds, or other sources, extract meaningful information such as malicious IPs/domains and YARA signatures, and send that information to another system for analysis.
Try it out now with this quick walkthrough, or see more ThreatIngestor walkthroughs on the InQuest blog.
Installation
ThreatIngestor requires Python 3.6+, with development headers.
Install ThreatIngestor from PyPI:
pip install threatingestor
Install optional dependencies for using some plugins, as needed:
pip install threatingestor[all]
View the full installation instructions for more information.
Usage
Create a new config.yml file, and configure each source and operator module you want to use. (See config.example.yml for layout.) Then run the script:
threatingestor config.yml
By default, it will run forever, polling each configured source every 15 minutes.
View the full ThreatIngestor documentation for more information.
Plugins
ThreatIngestor uses a plugin architecture with “source” (input) and “operator” (output) plugins. The currently supported integrations are:
Sources
Operators
View the full ThreatIngestor documentation for more information on included plugins, and how to create your own.
Support
If you need help getting set up, or run into any issues, feel free to open an Issue. You can also reach out to @InQuest on Twitter.
We’d love to hear any feedback you have on ThreatIngestor, its documentation, or how you’re putting it to work for you!
Contributing
Issues and pull requests are welcomed. Please keep Python code PEP8 compliant. By submitting a pull request you agree to release your submissions under the terms of the LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for threatingestor-1.0.0b2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40a292a078b5a72a863f549e9c2bea8e03d02c1f5f68d7058f332d24a68367a9 |
|
MD5 | e14b459b4cc1e253f9b8a42527acd615 |
|
BLAKE2b-256 | e691602169958d697fc52aacec923dcde56269d380dd848e9daf7fdbe93a9f46 |