-
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]> (cherry picked from commit f72911a)
- Loading branch information
1 parent
0ae755b
commit d58eed1
Showing
2 changed files
with
25 additions
and
24 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,8 +1,9 @@ | ||
# this file provides pre-defined mappings for Sigma fields defined for all Sigma rules under web log group to their corresponding ECS Fields. | ||
fieldmappings: | ||
EventID: event_uid | ||
HiveName: unmapped.HiveName | ||
fieldB: mappedB | ||
fieldA1: mappedA | ||
c-uri: rsa-web-p_url | ||
sc-status: rsa-misc-status | ||
c-useragent: rsa-web-p_user_agent | ||
cs-method: rsa-web-p_web_method | ||
cs-uri-query: rsa-web-web_ref_query | ||
cs-username: rsa-misc-username_fld | ||
creationTime: timestamp | ||
|
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,32 @@ | ||
{ | ||
"properties": { | ||
"windows-event_data-CommandLine": { | ||
"type": "alias", | ||
"path": "CommandLine" | ||
"rsa-web-p_url": { | ||
"path": "rsa.web.p_url", | ||
"type": "alias" | ||
}, | ||
"event_uid": { | ||
"type": "alias", | ||
"path": "EventID" | ||
"rsa-misc-status": { | ||
"path": "rsa.misc.status", | ||
"type": "alias" | ||
}, | ||
"windows-hostname": { | ||
"type": "alias", | ||
"path": "HostName" | ||
"rsa-web-p_user_agent": { | ||
"path": "rsa.web.p_user_agent", | ||
"type": "alias" | ||
}, | ||
"windows-message": { | ||
"type": "alias", | ||
"path": "Message" | ||
"rsa-web-p_web_method": { | ||
"path": "rsa.web.p_web_method", | ||
"type": "alias" | ||
}, | ||
"windows-provider-name": { | ||
"type": "alias", | ||
"path": "Provider_Name" | ||
"rsa-web-web_ref_query": { | ||
"path": "rsa.web.web_ref_query", | ||
"type": "alias" | ||
}, | ||
"windows-servicename": { | ||
"type": "alias", | ||
"path": "ServiceName" | ||
"rsa-misc-username_fld": { | ||
"path": "rsa.misc.username_fld", | ||
"type": "alias" | ||
}, | ||
"timestamp": { | ||
"path": "creationTime", | ||
"type": "alias" | ||
} | ||
} | ||
} | ||
} |