issues
search
InQuest
/
iocextract
Defanged Indicator of Compromise (IOC) Extractor.
https://inquest.readthedocs.io/projects/iocextract/
GNU General Public License v2.0
505
stars
91
forks
source link
Resolving more community issues
#60
Closed
battleoverflow
closed
1 year ago
battleoverflow
commented
1 year ago
Bug fixes
Fixed issue where defanging automatically defaulted to the http/https protocol. Now allows the user to define this functionality. (
https://github.com/InQuest/python-iocextract/issues/34
,
https://github.com/InQuest/python-iocextract/issues/32
)
Added the ability to extract IP addresses (IPv4) with a 4th octet (i.e. netstat output) (
https://github.com/InQuest/python-iocextract/issues/31
)
Updated email regex to now extract emails addresses with a first + last name structure (i.e first[.]last@email[.]com) (
https://github.com/InQuest/python-iocextract/issues/36
)
Improvements
Added easier argparse options to allow a simpler version of pre-existing options
Minor improvements to IPv6 extraction
Bug fixes
Improvements