CrowdStrike / MISP-tools

Import CrowdStrike Threat Intelligence into your instance of MISP
MIT License
41 stars 10 forks source link

Event search not having a timestamp causing issues #136

Closed ag-michael closed 9 months ago

ag-michael commented 11 months ago

Hi,

This line:

https://github.com/CrowdStrike/MISP-tools/blob/d19f41db5653e546b8173c22988bdcdcfce086fb/cs_misp_import/indicator_family.py#L29

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?