Skip to content
Discussion options

You must be logged in to vote

Does this work for you?

In detections tuning I added

sofilter:
  event_data.file.path|contains: 
    - AppData\Local\Mozilla\Firefox\Profiles

which converts into

any where (not process.executable:"*\\dctask64.exe") and (not event_data.file.path:"*AppData\\Local\\Mozilla\\Firefox\\Profiles*")

I think you might just be missing the keyword modifiers like |contains or |endswith contains would get you the string wrapped in *<string>* endswith would you get you *<string>

https://sigmahq.io/docs/basics/modifiers.html

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fr0stysh4ke
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@reyesj2
Comment options

@fr0stysh4ke
Comment options

@reyesj2
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants