mirror of https://github.com/MISP/misp-modules
correct param
parent
999ae1f6f0
commit
431c1511a3
|
@ -515,7 +515,7 @@ def expand_searching_domain(api, ip):
|
||||||
status_ok = False
|
status_ok = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
results = api.searching_domains(ip)
|
results = api.searching_domains(ipv4=ip)
|
||||||
|
|
||||||
if results:
|
if results:
|
||||||
if 'records' in results:
|
if 'records' in results:
|
||||||
|
|
Loading…
Reference in New Issue