Skip to content

Event Correlation using sigma rules #4059

Closed Answered by nasbench
Sheharyar-Khalid asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

If you're looking for a program spawning another program. This can be achieved via a simple SIGMA rule using 2 fields. Image and ParentImage. An example in SIGMA would be:

detection:
   selection:
      ParentImage|endswith: '\python.exe'
      Image|endswith: '\chrome.exe'

If you want to chain the result of 2 alerts then you would require correlation.

You could check the SIGMA specification for the deprecated correlation syntax here.

You could also check some example rules in the repo here

Hope this answers your question.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nasbench
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants