From 99d5cc4bd8cc60645f1984263045fd61a1223b38 Mon Sep 17 00:00:00 2001 From: Jerome Leonard Date: Tue, 4 Jul 2017 14:28:26 +0200 Subject: [PATCH] #71 add max_tlp check --- analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json b/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json index 2fc6bca49..8c9c5d7fd 100644 --- a/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json +++ b/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json @@ -5,7 +5,10 @@ "url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", "version": "2.0", "baseConfig": "GoogleSafebrowsing", - "config": {}, + "config": { + "check_tlp": true, + "max_tlp": 1 + }, "description": "Check URLs and domain names against Google Safebrowsing", "dataTypeList": ["url", "domain"], "command": "GoogleSafebrowsing/safebrowsing_analyzer.py"