-
Hopefully a simple one. Im looking to only get results if an event occurred in the last 90 days to get rid of a lot of noise. im unsure of the syntax / commands i require and cant seem to find any information online. Ive tried time-window. timeframe doesn't work as that's just not right :)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This is something you need to define in your post-processing pipeline in pySigma for your specific SIEM use case. There's an example on how to do that for Splunk in this blog post: https://blog.sigmahq.io/introducing-query-post-processing-and-output-finalization-to-processing-pipelines-4bfe74087ac1 I am not aware of other public documentation about this, right now. |
Beta Was this translation helpful? Give feedback.
Will do. ive found a bit of a messy way to get round the issue
detection:
selection:
EventID:
- 16384
Event.System.TimeCreated:
- '2023-07*'
- '2023-08*'
- '2023-09*'
- '2023-10*'
- '2023-11*'
- '2023-12*'
- '2024-*'
condition: selection