Skip to content

Releases: InQuest/iocextract

iocextract v.1.12.2

01 Mar 22:34
Compare
Choose a tag to compare

No functional changes; pinned to an older version of regex.

There is an import error with the newer version. This will be unpinned once the issue is addressed upstream.

iocextract v1.12.1

03 Jan 17:59
Compare
Choose a tag to compare
  • Add --extract-ipv4s and --extract-ipv6s flags to the CLI.

iocextract v1.11.0

23 Oct 14:48
Compare
Choose a tag to compare
  • NEW!: Add support for new URL defangs, including http:__ and http:\\.
  • Fix a number of URL extraction issues (#6), reducing false positives and drastically improving existing results.
  • Refactor regex for clarity and to allow easier maintenance.

iocextract v1.10.0

27 Sep 17:26
Compare
Choose a tag to compare
  • NEW!: Add several new defang methods to email extraction/refang (#22).

Check the documentation for more details.

iocextract v1.9.0

20 Sep 21:09
Compare
Choose a tag to compare
  • NEW!: Add support for extracting IOCs using custom regex files (#21).

See the custom regex and extract_custom_iocs function sections of the iocextract documentation for more information.

iocextract v1.8.0

05 Sep 20:15
Compare
Choose a tag to compare
  • NEW!: Add support for detecting and decoding base64-encoded URLs.

iocextract v1.7.2

28 Aug 22:59
Compare
Choose a tag to compare
  • Allow detecting/refanging emails with one optional space on either side of the @ symbol.

iocextract v1.7.1

24 Aug 22:25
Compare
Choose a tag to compare
  • Lower the chance of modifying valid non-defanged URLs when refanging paths (#15 from @mokarimi).

iocextract v1.7.0

24 Aug 22:05
Compare
Choose a tag to compare
  • NEW!: Add support for defanged emails (#15 from @mokarimi).
  • NEW!: Add support for refanging paths (like http://example.com/path[.]html) in URLs (#15 from @mokarimi).

iocextract v1.6.0

09 Aug 17:32
Compare
Choose a tag to compare
  • NEW!: Add defang function for defanging URLs, IPv4 addresses, and domains.
  • Improved regex to remove common Unicode punctuation from the end of extracted URLs.