Merge pull request #155 from fhightower/adding-ioc-finder

Add IOC Finder and Fanger/Defanger
This commit is contained in:
Herman Slatman 2019-03-21 04:51:39 +01:00 committed by GitHub
commit ce7c263c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1174,6 +1174,22 @@ All kinds of tools for parsing, creating and editing Threat Intelligence. Mostly
A free editor for Indicators of Compromise (IOCs).
</td>
</tr>
<tr>
<td>
<a href="https://github.com/fhightower/ioc-finder" target="_blank">IOC Finder</a>
</td>
<td>
Python library for finding indicators of compromise in text. Uses grammars rather than regexes for improved comprehensibility. As of February, 2019, it parses over 18 indicator types.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/ioc-fang/ioc_fanger" target="_blank">IOC Fanger (and Defanger)</a>
</td>
<td>
Python library for fanging (`hXXp://example[.]com` => `http://example.com`) and defanging (`http://example.com` => `hXXp://example[.]com`) indicators of compromise in text.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/armbues/ioc_parser" target="_blank">ioc_parser</a>