Skip to content

Commit

Permalink
#41 #16 dont send file to VMRay if TLP>GREEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed May 12, 2017
1 parent a7c948e commit 0eda02b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion analyzers/VMRay/VMRay.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": "0.1",
"baseConfig": "VMRay",
"config": {},
"config": {
"check_tlp": true,
"max_tlp": 1
},
"description": "Check, if observable was processed in VMRay, upload file to VMRay and return the hash.",
"dataTypeList": ["hash", "file"],
"command": "VMRay/vmray.py"
Expand Down

0 comments on commit 0eda02b

Please sign in to comment.