fix check_tlp

This commit is contained in:
Jerome Leonard 2017-02-14 16:47:10 +01:00
parent aea29ec480
commit f39783ee1c
3 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"dataTypeList": ["url"],
"baseConfig": "PhishTank",
"config": {
"check_tlp": true,
"service": "query",
"max_tlp": 10
},

View File

@ -6,7 +6,7 @@
"baseConfig": "PhishingInitiative",
"config": {
"service": "query",
"max_tlp": 2,
"max_tlp": 1,
"check_tlp": true
},
"command": "PhishingInitiative/phishinginitiative_lookup.py"

View File

@ -5,6 +5,7 @@
"dataTypeList": ["file", "hash", "domain", "ip"],
"baseConfig": "VirusTotal",
"config": {
"check_tlp": true,
"service": "get",
"max_tlp": 10
},