Merge pull request #11 from hslatman/hs_20160209

threat_intel and ThreatExchange update
This commit is contained in:
Herman Slatman 2016-02-09 20:21:31 +01:00
commit 928f310506

View File

@ -282,7 +282,7 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea
<a href="https://developers.facebook.com/docs/threat-exchange/" target="_blank">ThreatExchange</a> <a href="https://developers.facebook.com/docs/threat-exchange/" target="_blank">ThreatExchange</a>
</td> </td>
<td> <td>
Facebook created ThreatExchange so that participating organizations can share threat data using a convenient, structured, and easy-to-use API that provides privacy controls to enable sharing with only desired groups. This project is still in <b>beta</b>. Facebook created ThreatExchange so that participating organizations can share threat data using a convenient, structured, and easy-to-use API that provides privacy controls to enable sharing with only desired groups. This project is still in <b>beta</b>. Reference code can be found at <a href="https://github.com/facebook/ThreatExchange" target="_blank">GitHub</a>.
</td> </td>
</tr> </tr>
<tr> <tr>
@ -324,6 +324,14 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea
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/armbues/ioc_parser" target="_blank">ioc_parser</a>
</td>
<td>
Tool to extract indicators of compromise from security reports in PDF format.
</td>
</tr>
<tr> <tr>
<td> <td>
<a href="https://github.com/mandiant/ioc_writer" target="_blank">ioc_writer</a> <a href="https://github.com/mandiant/ioc_writer" target="_blank">ioc_writer</a>
@ -340,14 +348,6 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea
Python client for the IBM X-Force Exchange. Python client for the IBM X-Force Exchange.
</td> </td>
</tr> </tr>
<tr>
<td>
<a href="https://github.com/armbues/ioc_parser" target="_blank">ioc_parser</a>
</td>
<td>
Tool to extract indicators of compromise from security reports in PDF format.
</td>
</tr>
<tr> <tr>
<td> <td>
<a href="https://github.com/TAXIIProject/libtaxii" target="_blank">libtaxii</a> <a href="https://github.com/TAXIIProject/libtaxii" target="_blank">libtaxii</a>
@ -396,6 +396,14 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea
A Python script designed to monitor and generate alerts on given sets of IOCs indexed by a set of Google Custom Search Engines. A Python script designed to monitor and generate alerts on given sets of IOCs indexed by a set of Google Custom Search Engines.
</td> </td>
</tr> </tr>
<tr>
<td>
<a href="https://github.com/Yelp/threat_intel" target="_blank">threat_intel</a>
</td>
<td>
Several APIs for Threat Intelligence integrated in a single package. Included are: OpenDNS Investigate, VirusTotal and ShadowServer.
</td>
</tr>
<tr> <tr>
<td> <td>
<a href="https://github.com/mlsecproject/tiq-test" target="_blank">tiq-test</a> <a href="https://github.com/mlsecproject/tiq-test" target="_blank">tiq-test</a>