Skip to content

Commit

Permalink
updated ad_ldap mappings (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Haywood <[email protected]>

Signed-off-by: Grant Haywood <[email protected]>
  • Loading branch information
phaseshiftg authored Jan 4, 2023
1 parent 1770873 commit d224c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
7 changes: 1 addition & 6 deletions src/main/resources/OSMapping/ad_ldap/fieldmappings.yml
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
10 changes: 3 additions & 7 deletions src/main/resources/OSMapping/ad_ldap/mappings.json
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"
}
}
}

0 comments on commit d224c17

Please sign in to comment.