From 7d9d17aa8ad6c658b415915b5b018d2e0b5230ce Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 30 Apr 2016 12:25:32 +0200 Subject: [PATCH 1/4] Threat-Intelligence-Hunter added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b548bae..39d6da1 100644 --- a/README.md +++ b/README.md @@ -624,6 +624,14 @@ All kinds of tools for parsing, creating and editing Threat Intelligence. Mostly Several APIs for Threat Intelligence integrated in a single package. Included are: OpenDNS Investigate, VirusTotal and ShadowServer. + + + Threat-Intelligence-Hunter + + + TIH is an intelligence tool that helps you in searching for IOCs across multiple openly available security feeds and some well known APIs. The idea behind the tool is to facilitate searching and storing of frequently added IOCs for creating your own local database of indicators. + + tiq-test From 2b5f847dfbeca52ad60a783ffaf293a57a9c0102 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 30 Apr 2016 12:28:49 +0200 Subject: [PATCH 2/4] Fix DBIR link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39d6da1..a394094 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Standardized formats for sharing Threat Intelligence (mostly IOCs). VERIS - The Vocabulary for Event Recording and Incident Sharing (VERIS) is a set of metrics designed to provide a common language for describing security incidents in a structured and repeatable manner. VERIS is a response to one of the most critical and persistent challenges in the security industry - a lack of quality information. In addition to providing a structuref format, VERIS also collects data from the community to report on breaches in the Verizon Data Breach Investigations Report (DBIR) and publishes this database online at VCDB.org. + The Vocabulary for Event Recording and Incident Sharing (VERIS) is a set of metrics designed to provide a common language for describing security incidents in a structured and repeatable manner. VERIS is a response to one of the most critical and persistent challenges in the security industry - a lack of quality information. In addition to providing a structuref format, VERIS also collects data from the community to report on breaches in the Verizon Data Breach Investigations Report (DBIR) and publishes this database online at VCDB.org. From b81f9480d01cddfc9a7041f241240d9976f3e3ee Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 30 Apr 2016 12:28:59 +0200 Subject: [PATCH 3/4] Fix Mantis link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a394094..872b8fd 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ Frameworks, platforms and services for collecting, analyzing, creating and shari - MANTIS + MANTIS The Model-based Analysis of Threat Intelligence Sources (MANTIS) Cyber Threat Intelligence Management Framework supports the management of cyber threat intelligence expressed in various standard languages, like STIX and CybOX. It is *not* ready for large-scale production though. From 4cf18ad61342a7af588be5080de46066de910fd6 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 30 Apr 2016 12:31:30 +0200 Subject: [PATCH 4/4] Whitelist diamond model --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d73793..ff56082 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --white-list CONTRIBUTING.md,https://www.threatcrowd.org/,https://intel.deepviz.com/recap_network.php,https://www.fireeye.com/services/freeware/ioc-editor.html \ No newline at end of file + - awesome_bot README.md --white-list CONTRIBUTING.md,https://www.threatcrowd.org/,https://intel.deepviz.com/recap_network.php,https://www.fireeye.com/services/freeware/ioc-editor.html,https://www.threatconnect.com/wp-content/uploads/ThreatConnect-The-Diamond-Model-of-Intrusion-Analysis.pdf \ No newline at end of file