armbues / ioc_parser

Tool to extract indicators of compromise from security reports in PDF format
MIT License
428 stars 171 forks source link

Include sanitized dot notation ([.],[dot]) in patterns #12

Closed morallo closed 9 years ago

morallo commented 9 years ago

It would need a modified pattern in patterns.ini, but also some modifications in code to strip the unwanted characters in the output.

armbues commented 9 years ago

I just pushed an update to support handling defanged patterns. For now it's only handling [.] by replacing it after matches.