Skip to content

Releases: InQuest/ThreatIngestor

ThreatIngestor v1.0.0b5

19 Apr 22:18
Compare
Choose a tag to compare
Pre-release

Fifth beta release.

Note: This release has breaking changes!

  • Changed the names of Twitter credential keys for improved clarity (#67).
  • Added a warning to log output that mentions the above change, and points to these release notes. (Will be removed in a future release.)

Migration notes

If you used a Twitter plugin (source and/or operator) with a previous release (<1.0.0b5), you will need to update the Twitter credentials in your configuration YAML. The credential keys have been renamed as follows:

Old name Current name
token access_token
token_key access_token_secret
con_secret_key api_secret_key
con_secret api_key

Example old Twitter credentials :

# Don't do this!
- name: twitter-auth
  token: MY_ACCESS_TOKEN
  token_key: MY_ACCESS_TOKEN_SECRET
  con_secret_key: MY_API_SECRET_KEY
  con_secret: MY_API_KEY

Example new Twitter credentials:

# Do this instead!
- name: twitter-auth
  api_key: MY_API_KEY
  api_secret_key: MY_API_SECRET_KEY
  access_token: MY_ACCESS_TOKEN
  access_token_secret: MY_ACCESS_TOKEN_SECRET

The order in which you specify the keys in the configuration is not important. The order used in all new, updated examples is the same order in which the secrets are given in your Twitter developer account app details.

ThreatIngestor v1.0.0b4

18 Apr 16:15
Compare
Choose a tag to compare
Pre-release

Fourth beta release.

  • Fixed a bug in the git source where YARA rule files that were deleted from a repository caused an exception.

ThreatIngestor v1.0.0b3

09 Apr 16:04
Compare
Choose a tag to compare
Pre-release

Third beta release.

  • Fixed a bug in the web source where URLs with an etag header but no last-modified header caused an exception.

ThreatIngestor v1.0.0b2

28 Mar 14:07
Compare
Choose a tag to compare
Pre-release

Second beta release.

  • Fixed MySQL operator closing long connections.

ThreatIngestor 1.0.0b1

26 Mar 18:15
Compare
Choose a tag to compare
Pre-release

First beta release.

  • Improved logging on Twitter errors.
  • Improved stability for MySQL operator.

ThreatIngestor v1.0.0a2

22 Mar 20:10
Compare
Choose a tag to compare
Pre-release

Second alpha release.

  • Improved observability with logging, metrics, and notifications.
  • Added MySQL operator.
  • Improved error handling for malformed status config in the Twitter operator.
  • Updated documentation.

ThreatIngestor v1.0.0a1

12 Mar 15:59
Compare
Choose a tag to compare
Pre-release

Initial alpha release. May be subject to breaking changes until 1.0.0.