ThreatIngestor v1.1.0
Changelog
Bug Fixes
- Merged the url_controller utility into the
twittersource due to a broken import (#144) - Restructured imports for the
imageandtwittersources. This should improve compatibility with Python 3.6 (d3ecc5a) - No longer uses urllib module for the
sitemapsource. Now uses the requests module (d3ecc5a) RSSandsitemapsources now have better ingestion thanks to improvements made to the HTML content parsing (#140)
Features
- Automated image extraction from
twittersources (#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
RSSsources (#142)
Hot Fix
- v1.1.1 - Fixed suffocating ingestion when working with RSS and sitemap feeds (2b64461)
New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.1.1/
Changelog: v1.0.3...v1.1.0