-
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.
update others_application mappings (#277)
Signed-off-by: Grant Haywood <[email protected]> Co-authored-by: Subhobrata Dey <[email protected]>
- Loading branch information
1 parent
821f86e
commit a705168
Showing
2 changed files
with
6 additions
and
29 deletions.
There are no files selected for viewing
7 changes: 2 additions & 5 deletions
7
src/main/resources/OSMapping/others_application/fieldmappings.yml
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 application log group to their corresponding ECS Fields. | ||
fieldmappings: | ||
EventID: event_uid | ||
HiveName: unmapped.HiveName | ||
fieldB: mappedB | ||
fieldA1: mappedA | ||
creationTime: timestamp | ||
Signature: abusech-malware-signature | ||
Filename: file-name |
28 changes: 4 additions & 24 deletions
28
src/main/resources/OSMapping/others_application/mappings.json
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": { | ||
"abusech-malware-signature": { | ||
"type": "alias", | ||
"path": "CommandLine" | ||
"path": "abusech.malware.signature" | ||
}, | ||
"event_uid": { | ||
"file-name": { | ||
"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": "file.name" | ||
} | ||
} | ||
} |