ThreatIngestor v1.1.0
Changelog
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)
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