-
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]> Co-authored-by: Subhobrata Dey <[email protected]> (cherry picked from commit 04e99a4)
- Loading branch information
1 parent
fcdd5aa
commit c8207a0
Showing
2 changed files
with
6 additions
and
29 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,4 @@ | ||
# this file provides pre-defined mappings for Sigma fields defined for all Sigma rules under apt log group to their corresponding ECS Fields. | ||
fieldmappings: | ||
EventID: event_uid | ||
HiveName: unmapped.HiveName | ||
fieldB: mappedB | ||
fieldA1: mappedA | ||
creationTime: timestamp | ||
Image: process-exe | ||
CommandLine: process-command_line |
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,32 +1,12 @@ | ||
{ | ||
"properties": { | ||
"windows-event_data-CommandLine": { | ||
"process-exe": { | ||
"type": "alias", | ||
"path": "CommandLine" | ||
"path": "process.exe" | ||
}, | ||
"event_uid": { | ||
"process-command_line": { | ||
"type": "alias", | ||
"path": "EventID" | ||
}, | ||
"windows-hostname": { | ||
"type": "alias", | ||
"path": "HostName" | ||
}, | ||
"windows-message": { | ||
"type": "alias", | ||
"path": "Message" | ||
}, | ||
"windows-provider-name": { | ||
"type": "alias", | ||
"path": "Provider_Name" | ||
}, | ||
"windows-servicename": { | ||
"type": "alias", | ||
"path": "ServiceName" | ||
}, | ||
"timestamp": { | ||
"path": "creationTime", | ||
"type": "alias" | ||
"path": "process.command_line" | ||
} | ||
} | ||
} |