Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions sigma/pipelines/logpoint/logpoint_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -2460,12 +2460,16 @@
}

logpoint_m365_mapping = {
"eventSource": "event_source",
"Application": "application_id",
"eventSource": "event_source",
"eventName": "alert_name",
"workload": "application",
"Workload": "application",
"ResultStatus": "status",
"Operation": "operation",
"ObjectId": "object_id",
"Operation": "action",
"ResultStatus": "status",
"RequestType": "request_type",
}

# TODO: remove automatic snake conversions after pySigma framework is updated.
Expand Down
Loading