mirror of
https://github.com/hslatman/awesome-threat-intelligence.git
synced 2024-10-01 05:45:38 -04:00
Merge pull request #155 from fhightower/adding-ioc-finder
Add IOC Finder and Fanger/Defanger
This commit is contained in:
commit
ce7c263c8e
16
README.md
16
README.md
@ -1174,6 +1174,22 @@ All kinds of tools for parsing, creating and editing Threat Intelligence. Mostly
|
|||||||
A free editor for Indicators of Compromise (IOCs).
|
A free editor for Indicators of Compromise (IOCs).
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://github.com/armbues/ioc_parser" target="_blank">ioc_parser</a>
|
<a href="https://github.com/armbues/ioc_parser" target="_blank">ioc_parser</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user