Merge pull request #164 from rshipp/patch-2

Add iocextract
This commit is contained in:
Herman Slatman
2019-04-15 19:52:44 +02:00
committed by GitHub

View File

@@ -1214,6 +1214,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>