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
Ah excellent timing, I think 5321737 actually fixes this (or at least downgrades it to an error)
The underlying cause is sigma-go thinking %public% is a placeholder (which I think it is?) but not having any way to expand that.
Better default behaviour might be to just assume all placeholders are empty but for know you can do this yourself using the WithPlaceholderExpander option:
I'm using sigma-go along with the public Sigma process_creation rules and found several that segfault like this:
These two rules in particular:
https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_bitsadmin_download_susp_targetfolder.yml
https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_control_panel_item.yml
Notice that both these rules are looking for fields with a %. When I remove those %s, it no longer segfaults.
The text was updated successfully, but these errors were encountered: