Closed zambomarcell closed 1 month ago
Sigma doesn't care about the fields of backends. It's the Job of the rule consumer to map it correctly.
The rule is using the Data raw field from the event log itself. This param3 is unrelated, its just elastic's way of mapping the data field.
You should map your field using logstash/ingestion pipeline in order for the rule to work.
Nothing to be fixed in the rule.
Rule UUID
ebfe73c2-5bc9-4ed9-aaa8-8b54b2b4777d
Example EventLog
Description
The detection logic working with
Data
field to filtering out privat logon atempts, but(with winlogbeat)
this information stored in param3 field. Can you change the rule to use param3 or this param3 field is winlogbeat specific?