redcanaryco / surveyor

A cross-platform baselining, threat hunting, and attack surface analysis tool for security teams.
MIT License
169 stars 59 forks source link

[BUG] IOC files do not work with S1 and DFE #97

Closed xC0uNt3r7hr34t closed 1 year ago

xC0uNt3r7hr34t commented 1 year ago

Describe the bug IOC files do not utilize a conversion to the proper fields when calling the process_search functions. A new function or additional code to reference the conversion fields needs to be added for using IOC files.

What side of Surveyor is impacted?

What product is impacted?

To Reproduce run against S1 or DFE product with ioctype as ipaddr and an iocfile containing only IPs with one per line.

Expected behavior a query is built out to search for any of the specified IPs or ioc specified.