Skip to content

Commit

Permalink
#2 move check_tlp in JSON config file of VirusTotal_Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 14, 2017
1 parent 4a2476a commit 7bb44d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions analyzers/VirusTotal/VirusTotal_Scan.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dataTypeList": ["file", "url"],
"baseConfig": "VirusTotal",
"config": {
"check_tlp": true,
"service": "scan",
"max_tlp": 1
},
Expand Down
1 change: 0 additions & 1 deletion analyzers/VirusTotal/virustotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self):
'config.service', None, 'Service parameter is missing')
self.virustotal_key = self.getParam(
'config.key', None, 'Missing VirusTotal API key')
self.check_tlp = True

def wait_file_report(self, id):
results = self.check_response(self.vt.get_file_report(id))
Expand Down

0 comments on commit 7bb44d1

Please sign in to comment.