mirror of https://github.com/MISP/misp-modules
fixed lgtm issues
parent
543a8c0aad
commit
03af649d06
|
@ -11,7 +11,7 @@ from requests.exceptions import (
|
||||||
ConnectTimeout
|
ConnectTimeout
|
||||||
)
|
)
|
||||||
from . import check_input_attribute, standard_error_message
|
from . import check_input_attribute, standard_error_message
|
||||||
from pymisp import MISPEvent, MISPAttribute, MISPObject, MISPTag, Distribution
|
from pymisp import MISPEvent, MISPObject, Distribution
|
||||||
|
|
||||||
ip_query_input_type = [
|
ip_query_input_type = [
|
||||||
'ip-src',
|
'ip-src',
|
||||||
|
@ -393,7 +393,7 @@ class HyasInsightParser:
|
||||||
'ip_ip',
|
'ip_ip',
|
||||||
'ip_isp_autonomous_system_number',
|
'ip_isp_autonomous_system_number',
|
||||||
'ip_isp_autonomous_system_organization',
|
'ip_isp_autonomous_system_organization',
|
||||||
'ip_isp_ip_address'
|
'ip_isp_ip_address',
|
||||||
'ip_isp_isp',
|
'ip_isp_isp',
|
||||||
'ip_isp_organization',
|
'ip_isp_organization',
|
||||||
'ipv4',
|
'ipv4',
|
||||||
|
@ -809,4 +809,4 @@ def version():
|
||||||
"""The function that returns a dict with the version and the associated meta-data including potential
|
"""The function that returns a dict with the version and the associated meta-data including potential
|
||||||
configurations required of the module. """
|
configurations required of the module. """
|
||||||
moduleinfo['config'] = moduleconfig
|
moduleinfo['config'] = moduleconfig
|
||||||
return moduleinfo
|
return moduleinfo
|
||||||
|
|
Loading…
Reference in New Issue