mirror of https://github.com/MISP/misp-modules
add logs
parent
94f6af8882
commit
8fbe371eca
|
@ -45,6 +45,7 @@ class OnypheClient:
|
|||
if 'results' in results:
|
||||
for r in results['results']:
|
||||
domain = r['domain']
|
||||
print(domain)
|
||||
if type(domain) == list:
|
||||
for d in domain:
|
||||
self.__get_object_domain_ip(d, 'domain')
|
||||
|
|
Loading…
Reference in New Issue