ThreatIngestor Versions Save

Extract and aggregate threat intelligence.

v1.4.0

6 months ago

Changelog

Breaking Changes

What's Changed

Full Changelog: https://github.com/InQuest/ThreatIngestor/compare/v1.3.3...v1.4.0

New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.4.0/

v1.3.3

8 months ago

Changelog

Breaking Changes

  • Due to the recent API paid transition from Twitter ("X"), we had to rebuild our Twitter source from the ground up to accommodate their new API schema. While almost verbatim to the old structure, we did have to make some modifications to the configuration. (https://github.com/InQuest/ThreatIngestor/pull/155)

Bug Fixes

Features

New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.3.3/

Changelog: https://github.com/InQuest/ThreatIngestor/compare/v1.2.0...v1.3.3

v1.2.0

10 months ago

Changelog

Bug Fixes

Features

New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.2.0/

Changelog: https://github.com/InQuest/ThreatIngestor/compare/v1.1.0...v1.2.0

v1.1.0

1 year ago

Changelog

Bug Fixes

Features

Hot Fix

New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.1.1/

Changelog: https://github.com/InQuest/ThreatIngestor/compare/v1.0.3...v1.1.0

v1.0.3

1 year ago

Changelog

Bug Fixes

  • Improved URL extraction for Twitter by utilizing the pyshorteners module. Now when the expansion attempt fails the first time, it'll attempt a different method for expanding the URL before returning the artifact (https://github.com/InQuest/ThreatIngestor/issues/128)

Features

New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.0.3/

Changelog: https://github.com/InQuest/ThreatIngestor/compare/v1.0.2...v1.0.3

v1.0.2

1 year ago

Changelog

Bug Fixes

Features

New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.0.2/

v1.0.0b9

1 year ago

Changelog

Bug Fixes

Features

  • Added GitHub workflow for running tests when a new commit is pushed.
  • Now includes a Docker build for running in a containerized environment.
  • New ingestion stream included. Users can now run a search against GitHub gists, searching by username. (https://github.com/InQuest/ThreatIngestor/issues/88)

New build info and documentation can be found here: https://pypi.org/project/threatingestor/1.0.0b9/

v1.0.0b8

3 years ago
  • Added a whitelist feature for skipping common, non-malicious domains and hosts.

v1.0.0b7

3 years ago
  • Updated Twitter ingestion to support extended tweets.
  • MISP upgrades.

v1.0.0b6

5 years ago

Sixth beta release.

  • Updated some ThreatKB plugin internals.