-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Grant Haywood <[email protected]> Signed-off-by: Grant Haywood <[email protected]>
- Loading branch information
1 parent
1770873
commit d224c17
Showing
2 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
# this file provides pre-defined mappings for Sigma fields defined for all Sigma rules under windows log group to their corresponding ECS Fields. | ||
fieldmappings: | ||
EventID: event_uid | ||
HiveName: unmapped.HiveName | ||
fieldB: mappedB | ||
fieldA1: mappedA | ||
CommandLine: windows-event_data-CommandLine | ||
TargetUserName: winlog-event_data-TargetUserName |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
{ | ||
"properties": { | ||
"windows-event_data-CommandLine": { | ||
"type": "alias", | ||
"path": "CommandLine" | ||
}, | ||
"event_uid": { | ||
"type": "alias", | ||
"path": "EventID" | ||
"winlog-event_data-TargetUserName": { | ||
"path": "winlog.event_data.TargetUserName", | ||
"type": "alias" | ||
} | ||
} | ||
} |