File tree Expand file tree Collapse file tree 4 files changed +20
-11
lines changed
uncoder-core/app/translator/mappings/platforms Expand file tree Collapse file tree 4 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ field_mapping:
3535 DestinationIp : xdm.target.ipv4
3636 dst-port : xdm.target.port
3737 DestinationPort : xdm.target.port
38+ destinationPort : xdm.target.port
3839 src-bytes : xdm.source.sent_bytes
3940 dst-bytes : xdm.target.sent_bytes
4041 src-hostname : xdm.source.host.hostname
@@ -82,6 +83,7 @@ field_mapping:
8283 SourceAddress : xdm.source.ipv4
8384 TargetSid : xdm.target.user.identifier
8485 TargetUserName : xdm.target.user.username
86+ SourceUserName : xdm.source.user.username
8587 ParentProcessName : xdm.source.process.executable.path
8688 client.user.full_name : xdm.target.user.username
8789 source.user.full_name : xdm.source.user.username
@@ -122,3 +124,4 @@ field_mapping:
122124 DestinationMAC : xdm.target.host.mac_addresses
123125 SourceOS : xdm.source.host.os
124126 DestinationOS : xdm.target.host.os
127+ url_category : xdm.network.http.url_category
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ field_mapping:
1919 cs-cookie : xdm.network.http.http_header.value
2020 # cs-version: cs-version
2121 r-dns : xdm.network.http.domain
22- post-body : xdm.network.http.http_header.value
22+ post-body : xdm.network.http.http_header.value
23+ url_category : xdm.network.http.url_category
Original file line number Diff line number Diff line change @@ -27,21 +27,22 @@ field_mapping:
2727 - destination_ip
2828 - destinationIP
2929 - destinationaddress
30- User :
30+ User :
3131 - userName
3232 - EventUserName
3333 CommandLine : Command
3434 Protocol : IPProtocol
3535 Application :
3636 - Application
3737 - application
38- SourceHostName :
38+ SourceHostName :
3939 - HostCount-source
4040 - identityHostName
4141 - sourceAssetName
42- DestinationHostname :
42+ DestinationHostname :
4343 - HostCount-destination
4444 - Recipient Host
45+ - DestinationHostName
4546 src-packets :
4647 - PacketRatio-src
4748 - src-packets
@@ -51,11 +52,14 @@ field_mapping:
5152 src-bytes : src-bytes
5253 dst-bytes : dst-bytes
5354 ExternalSeverity : External Severity
54- SourceMAC :
55+ SourceMAC :
5556 - SourceMAC
5657 - MAC
5758 DestinationMAC : DestinationMAC
58- SourceOS :
59+ SourceOS :
5960 - SourceOS
6061 - OS
61- DestinationOS : DestinationOS
62+ DestinationOS : DestinationOS
63+ TargetUserName : DestinationUserName
64+ SourceUserName : SourceUserName
65+ url_category : XForceCategoryByURL
Original file line number Diff line number Diff line change @@ -17,19 +17,20 @@ field_mapping:
1717 cs-bytes : Bytes Sent
1818 # cs-cookie-vars: cs-cookie-vars
1919 c-uri-extension : URL
20- c-uri-query :
20+ c-uri-query :
2121 - URL
2222 - URL Path
2323 # cs-cookie: cs-cookie
24- cs-host :
24+ cs-host :
2525 - UrlHost
2626 - URL Host
27- cs-referrer :
27+ cs-referrer :
2828 - URL Referrer
2929 - Referrer URL
3030 cs-version : HTTP Version
3131 r-dns :
3232 - UrlHost
3333 - URL Host
3434 sc-status : HTTP Response Code
35- # post-body: post-body
35+ # post-body: post-body
36+ url_category : XForceCategoryByURL
You can’t perform that action at this time.
0 commit comments