mirror of https://github.com/MISP/misp-modules
Add domaintools to the import list
parent
0f8fa4aaec
commit
2e3119b5f4
|
@ -1,4 +1,5 @@
|
||||||
from . import _vmray
|
from . import _vmray
|
||||||
|
|
||||||
__all__ = ['vmray_submit', 'asn_history', 'circl_passivedns', 'circl_passivessl', 'countrycode', 'cve', 'dns',
|
__all__ = ['vmray_submit', 'asn_history', 'circl_passivedns', 'circl_passivessl',
|
||||||
'eupi', 'ipasn', 'passivetotal', 'sourcecache', 'virustotal', 'whois', 'shodan', 'reversedns', 'wiki']
|
'countrycode', 'cve', 'dns', 'domaintools', 'eupi', 'ipasn', 'passivetotal', 'sourcecache',
|
||||||
|
'virustotal', 'whois', 'shodan', 'reversedns', 'wiki']
|
||||||
|
|
Loading…
Reference in New Issue