mirror of https://github.com/MISP/misp-modules
fix: Cleaned up test function not used anymore
parent
936e30b15b
commit
0ab38feade
|
@ -154,11 +154,6 @@ def handler(q=False):
|
||||||
return misperrors
|
return misperrors
|
||||||
return {'results': r}
|
return {'results': r}
|
||||||
|
|
||||||
def get_ip(ip, key):
|
|
||||||
params = {'ip': ip, 'apikey': key}
|
|
||||||
req = requests.get('https://www.virustotal.com/vtapi/v2/ip-address/report', params=params)
|
|
||||||
return json.dumps(req.json(), indent=2)
|
|
||||||
|
|
||||||
def introspection():
|
def introspection():
|
||||||
return mispattributes
|
return mispattributes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue