Skip to content

Commit

Permalink
#71 add max_tlp check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 4, 2017
1 parent ff2f72e commit 99d5cc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 99d5cc4

Please sign in to comment.