Skip to content

Commit

Permalink
update others_web mappings (#304) (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Haywood <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] authored Feb 21, 2023
1 parent c94b18a commit 3444c39
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
11 changes: 6 additions & 5 deletions src/main/resources/OSMapping/others_web/fieldmappings.yml
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

38 changes: 19 additions & 19 deletions src/main/resources/OSMapping/others_web/mappings.json
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"
}
}
}
}

0 comments on commit 3444c39

Please sign in to comment.