Skip to content

ThreatIngestor v1.1.0

Compare
Choose a tag to compare
@battleoverflow battleoverflow released this 26 Apr 13:28
· 44 commits to master since this release
d674430

Changelog

Bug Fixes

  • Merged the url_controller utility into the twitter source due to a broken import (#144)
  • Restructured imports for the image and twitter 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 and sitemap 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