Releases: InQuest/iocextract
Releases · InQuest/iocextract
iocextract v.1.12.2
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
- Add
--extract-ipv4s
and--extract-ipv6s
flags to the CLI.
iocextract v1.11.0
- NEW!: Add support for new URL defangs, including
http:__
andhttp:\\
. - 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
- NEW!: Add several new defang methods to email extraction/refang (#22).
Check the documentation for more details.
iocextract v1.9.0
- 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
- NEW!: Add support for detecting and decoding base64-encoded URLs.
iocextract v1.7.2
- Allow detecting/refanging emails with one optional space on either side of the
@
symbol.
iocextract v1.7.1
iocextract v1.7.0
iocextract v1.6.0
- NEW!: Add
defang
function for defanging URLs, IPv4 addresses, and domains. - Improved regex to remove common Unicode punctuation from the end of extracted URLs.