change the max TLP value which was too strict

This commit is contained in:
Saad Kadhi 2017-11-08 11:36:42 +01:00
parent 8e21cca5f3
commit c21ceec7aa

View File

@ -7,7 +7,7 @@
"baseConfig": "EmergingThreats",
"config": {
"check_tlp": true,
"max-tlp": 1,
"max_tlp" : 2,
"service": "ip-info"
},
"description": "Retrieve ET reputation, related malware, and IDS requests for a given IP address.",