mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
fix check_tlp
This commit is contained in:
parent
aea29ec480
commit
f39783ee1c
@ -5,6 +5,7 @@
|
||||
"dataTypeList": ["url"],
|
||||
"baseConfig": "PhishTank",
|
||||
"config": {
|
||||
"check_tlp": true,
|
||||
"service": "query",
|
||||
"max_tlp": 10
|
||||
},
|
||||
|
@ -6,7 +6,7 @@
|
||||
"baseConfig": "PhishingInitiative",
|
||||
"config": {
|
||||
"service": "query",
|
||||
"max_tlp": 2,
|
||||
"max_tlp": 1,
|
||||
"check_tlp": true
|
||||
},
|
||||
"command": "PhishingInitiative/phishinginitiative_lookup.py"
|
||||
|
@ -5,6 +5,7 @@
|
||||
"dataTypeList": ["file", "hash", "domain", "ip"],
|
||||
"baseConfig": "VirusTotal",
|
||||
"config": {
|
||||
"check_tlp": true,
|
||||
"service": "get",
|
||||
"max_tlp": 10
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user