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"