Hi,
This line:
|
families = misp_client.search(eventinfo="Malware Family: %") |
Does not specify a timestamp, our misp-tools instance was working fine until the event count became too much. adding timestamp="30d" resolved it for us. Can you add a configurable parameter for this?
Hi,
This line:
MISP-tools/cs_misp_import/indicator_family.py
Line 29 in d19f41d
Does not specify a timestamp, our misp-tools instance was working fine until the event count became too much. adding timestamp="30d" resolved it for us. Can you add a configurable parameter for this?