From 767cc64afc88c23a202d63f06547ab3f6648ff91 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Thu, 18 Feb 2016 19:40:15 +0100 Subject: [PATCH 1/2] Machinae added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1dcd2ef..94ecf26 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,14 @@ All kinds of tools for parsing, creating and editing Theat Intelligence. Mostly A Python library for handling TAXII Messages invoking TAXII Services. + + + Machinae + + + Machinae is a tool for collecting intelligence from public sites/feeds about various security-related pieces of data: IP addresses, domain names, URLs, email addresses, file hashes and SSL fingerprints. + + openioc-to-stix From 22685481362f44111ae74c6770b9226c8c8afb56 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Thu, 18 Feb 2016 20:01:07 +0100 Subject: [PATCH 2/2] add whitelist entry --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f6e350..33a1198 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/ \ 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 \ No newline at end of file