mirror of https://github.com/MISP/misp-modules
Update geoip_asn.py
parent
bdb4185a0a
commit
0ed0ceab9d
|
@ -19,6 +19,7 @@ moduleinfo = {'version': '0.1', 'author': 'GlennHD',
|
||||||
'description': 'Query a local copy of the Maxmind Geolite ASN database (MMDB format)',
|
'description': 'Query a local copy of the Maxmind Geolite ASN database (MMDB format)',
|
||||||
'module-type': ['expansion', 'hover']}
|
'module-type': ['expansion', 'hover']}
|
||||||
|
|
||||||
|
|
||||||
def handler(q=False):
|
def handler(q=False):
|
||||||
if q is False:
|
if q is False:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue