You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We reguarly use Yara.Glob to hunt for IOC lines in log files. Currently the Yara artifacts use the upload feature to upload hit for presentation for standard yara use cases.
It i often useful when running yara over logs to post process the data and push out a yara rule that collects the whole log line so we can see important context (like IP or User-Agent). For this use case a simple String.Data output would be best instead of uploading the hit.
The text was updated successfully, but these errors were encountered:
We reguarly use Yara.Glob to hunt for IOC lines in log files. Currently the Yara artifacts use the upload feature to upload hit for presentation for standard yara use cases.
It i often useful when running yara over logs to post process the data and push out a yara rule that collects the whole log line so we can see important context (like IP or User-Agent). For this use case a simple String.Data output would be best instead of uploading the hit.
The text was updated successfully, but these errors were encountered: