-
Notifications
You must be signed in to change notification settings - Fork 702
Open
Description
I think it'd be worth adding a new tokenizer for paths that emulate the carbonblack queries. I feel like they have put a lot of thought in this schema and over time using CB I have come to appreciate it's strengths.
Snippet from their documentation here
"C:\Windows\system32\rundll32.exe" /d srrstr.dll,ExecuteScheduledSPPCreation
This is broken into the following tokens:
c:
windows
system32
rundll32.exe
.exe
/d
srrstr.dll
.dll
executescheduledsppcreation
Using this tokenizer makes searching paths and command line incredibly more efficient than all the prefix wildcards that are being used in sigma e.g. commandline:* -enc * would be just commandline:-enc.