mirror of https://github.com/MISP/misp-modules
add: TODO comment for the next improvement
parent
3e5b829bc5
commit
92d90e8e1c
|
@ -15,6 +15,8 @@ moduleinfo = {'version': '4', 'author': 'Hannah Ward',
|
|||
moduleconfig = ["apikey"]
|
||||
|
||||
|
||||
# TODO: Parse the report with a private API key to be able to get more advanced results from a query with 'allinfo' set to True
|
||||
|
||||
class VirusTotalParser(object):
|
||||
def __init__(self, apikey):
|
||||
self.apikey = apikey
|
||||
|
|
Loading…
Reference in New Issue