ThreatIngestor v1.1 releases: Extract and aggregate threat intelligence
ThreatIngestor
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 workflow with SQS, Beanstalk, and custom plugins.
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.
There is a never-ending stream of publicly available information on malicious activities online, but compiling all that information manually can take a lot of manual effort and time. ThreatIngestor automates as much of that work as possible, so you can focus on more important things.
Changelog v1.1
Bug Fixes
- Merged the url_controller utility into the
twitter
source due to a broken import (#144) - Restructured imports for the
image
andtwitter
sources. This should improve compatibility with Python 3.6 (d3ecc5a) - No longer uses urllib module for the
sitemap
source. Now uses the requests module (d3ecc5a) RSS
andsitemap
sources now have better ingestion thanks to improvements made to the HTML content parsing (#140)
Features
- Automated image extraction from
twitter
sources (#132) - New indicator of comprise type for ingested sources:
email
(#122) - Updated codebase to match the newest version of iocextract (#143)
- Regex parsing is now supported for
RSS
sources (#142)
Install && Use
Copyright (C) 2017