From f2c967d90212071112fd3c217d13c6498c5913d4 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Mon, 8 Feb 2016 17:26:36 +0100 Subject: [PATCH 1/5] Python IOC editor added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b991ff5..d79f3c6 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,14 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea Generate STIX XML from OpenIOC XML. + + + PyIOCe + + + PyIOCe is an IOC editor written in Python. + + TAXII Test Server From a8d61e434ba6f4e901ca0f6e008968b5fcb3e3e8 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Mon, 8 Feb 2016 17:27:49 +0100 Subject: [PATCH 2/5] ioc_parser added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d79f3c6..a07639a 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,14 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea Python client for the IBM X-Force Exchange. + + + ioc_parser + + + Tool to extract indicators of compromise from security reports in PDF format. + + libtaxii From 63b624175c94e9b97c60cf68c306fe2e86a2392a Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Tue, 9 Feb 2016 19:51:57 +0100 Subject: [PATCH 3/5] Alphabeticalize --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a07639a..a4fb994 100644 --- a/README.md +++ b/README.md @@ -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). + + + ioc_parser + + + Tool to extract indicators of compromise from security reports in PDF format. + + ioc_writer @@ -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. - - - ioc_parser - - - Tool to extract indicators of compromise from security reports in PDF format. - - libtaxii From a0968cb1c71085589a25137da10dda91641711bd Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Tue, 9 Feb 2016 19:56:04 +0100 Subject: [PATCH 4/5] threat_intel added --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4fb994..014b0aa 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,15 @@ 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. - + + + + threat_intel + + + Several APIs for Threat Intelligence integrated in a single package. Included are: OpenDNS Investigate, VirusTotal and ShadowServer. + + tiq-test From 86155bd10eee6e6c17d3f3e4eb1ccfc34903744e Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Tue, 9 Feb 2016 20:06:53 +0100 Subject: [PATCH 5/5] Reference code line added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014b0aa..221d6e3 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea ThreatExchange - 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 beta. + 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 beta. Reference code can be found at GitHub.