Add iocextract

This commit is contained in:
rshipp 2019-04-03 13:25:34 -05:00
parent 15ad1df4b6
commit cd631c807f

View File

@ -1206,6 +1206,14 @@ All kinds of tools for parsing, creating and editing Threat Intelligence. Mostly
Provides a Python library that allows for basic creation and editing of OpenIOC objects.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/InQuest/python-iocextract" target="_blank">iocextract</a>
</td>
<td>
Extracts URLs, IP addresses, MD5/SHA hashes, email addresses, and YARA rules from text corpora. Includes some encoded and “defanged” IOCs in the output, and optionally decodes/refangs them.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/stephenbrannon/IOCextractor" target="_blank">IOCextractor</a>