From 86277a1812bdc25bb0f95259ac53120f05c4e9fd Mon Sep 17 00:00:00 2001 From: Saad Kadhi Date: Fri, 12 May 2017 09:31:54 +0200 Subject: [PATCH] bump analyzer version --- analyzers/CIRCLPassiveDNS/CIRCLPassiveDNS.json | 2 +- analyzers/CIRCLPassiveSSL/CIRCLPassiveSSL.json | 2 +- analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json | 2 +- analyzers/Virusshare/Virusshare.json | 2 +- analyzers/Yara/Yara.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/analyzers/CIRCLPassiveDNS/CIRCLPassiveDNS.json b/analyzers/CIRCLPassiveDNS/CIRCLPassiveDNS.json index b385302..34fb046 100644 --- a/analyzers/CIRCLPassiveDNS/CIRCLPassiveDNS.json +++ b/analyzers/CIRCLPassiveDNS/CIRCLPassiveDNS.json @@ -3,7 +3,7 @@ "author": "Nils Kuhnert, CERT-Bund", "license": "AGPL-V3", "url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", - "version": "0.1", + "version": "1.0", "baseConfig": "CIRCLPassiveDNS", "config": {}, "description": "Check CIRCL's Passive DNS for a given domain or URL", diff --git a/analyzers/CIRCLPassiveSSL/CIRCLPassiveSSL.json b/analyzers/CIRCLPassiveSSL/CIRCLPassiveSSL.json index cf8f538..e8938f3 100644 --- a/analyzers/CIRCLPassiveSSL/CIRCLPassiveSSL.json +++ b/analyzers/CIRCLPassiveSSL/CIRCLPassiveSSL.json @@ -3,7 +3,7 @@ "author": "Nils Kuhnert, CERT-Bund", "license": "AGPL-V3", "url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", - "version": "0.1", + "version": "1.0", "baseConfig": "CIRCLPassiveSSL", "config": {}, "description": "Check CIRCL's Passive SSL for a given IP address or a X509 certificate hash", diff --git a/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json b/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json index b893ce5..b1a7b3b 100644 --- a/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json +++ b/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json @@ -3,7 +3,7 @@ "author": "Nils Kuhnert, CERT-Bund", "license": "AGPL-V3", "url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", - "version": "0.1", + "version": "1.0", "baseConfig": "GoogleSafebrowsing", "config": {}, "description": "Check URLs and domain names against Google Safebrowsing", diff --git a/analyzers/Virusshare/Virusshare.json b/analyzers/Virusshare/Virusshare.json index b39ae9c..8c472c5 100644 --- a/analyzers/Virusshare/Virusshare.json +++ b/analyzers/Virusshare/Virusshare.json @@ -3,7 +3,7 @@ "author": "Nils Kuhnert, CERT-Bund", "license": "AGPL-V3", "url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", - "version": "0.1", + "version": "1.0", "baseConfig": "Virusshare", "config": {}, "description": "Search for MD5 hashes in Virusshare.com hash list", diff --git a/analyzers/Yara/Yara.json b/analyzers/Yara/Yara.json index 7829399..73e90a5 100644 --- a/analyzers/Yara/Yara.json +++ b/analyzers/Yara/Yara.json @@ -3,7 +3,7 @@ "author": "Nils Kuhnert, CERT-Bund", "license": "AGPL-V3", "url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", - "version": "0.1", + "version": "1.0", "baseConfig": "Yara", "config": {}, "description": "Check files against YARA rules",