File tree Expand file tree Collapse file tree 6 files changed +39
-12
lines changed
uncoder-core/app/translator/mappings/platforms Expand file tree Collapse file tree 6 files changed +39
-12
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,7 @@ field_mapping:
4141 dst-hostname : xdm.target.host.hostname
4242 icmp.type : xdm.network.icmp.type
4343 icmp.code : xdm.network.icmp.code
44- URL : xdm.target.url
45- QueryName : xdm.target.url
44+ c-uri : xdm.network.http.url
45+ c-uri-query : xdm.network.http.url
46+ QueryName : xdm.network.dns.dns_question.name
47+ Application : xdm.network.application_protocol
Original file line number Diff line number Diff line change @@ -51,4 +51,6 @@ field_mapping:
5151 ParentIntegrityLevel : causality_actor_process_integrity_level
5252 ParentLogonId : causality_actor_process_logon_id
5353 ParentProduct : causality_actor_process_signature_product
54- ParentCompany : causality_actor_process_signature_vendor
54+ ParentCompany : causality_actor_process_signature_vendor
55+ Application : xdm.network.application_protocol
56+ application : xdm.network.application_protocol
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ field_mapping:
1313 - DstPort
1414 - DestinationPort
1515 dst-hostname : DstHost
16+ src-hostname : SrcHost
1617 src-port : SourcePort
1718 src-ip :
1819 - sourceip
@@ -24,4 +25,7 @@ field_mapping:
2425 - destination_ip
2526 User : userName
2627 CommandLine : Command
27- Protocol : IPProtocol
28+ Protocol : IPProtocol
29+ Application :
30+ - Application
31+ - application
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ default_log_source:
99 devicetype : 185
1010
1111field_mapping :
12- dns-query : dns-query
12+ dns-query : URL
1313 parent-domain : parent-domain
1414 dns-answer : dns-answer
15- dns-record : dns-record
15+ dns-record : URL
Original file line number Diff line number Diff line change @@ -9,7 +9,24 @@ default_log_source:
99 devicetype : 4
1010
1111field_mapping :
12- src-ip : sourceip
13- src-port : sourceport
14- dst-ip : destinationip
15- dst-port : sestinationport
12+ src-ip :
13+ - sourceip
14+ - SrcHost
15+ - LocalHost
16+ - Source
17+ - NetworkView
18+ src-port :
19+ - sourceport
20+ - SrcPort
21+ - LocalPort
22+ dst-ip :
23+ - destinationip
24+ - DstHost
25+ - RemoteHost
26+ - Destination
27+ dst-port :
28+ - destinationport
29+ - DstPort
30+ - RemotePort
31+ Protocol : IPProtocol
32+ Application : Application
Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ default_log_source:
99 devicetype : 46
1010
1111field_mapping :
12- c-uri : URL
13- c-useragent : c-useragent
12+ c-uri :
13+ - URL
14+ - XForceCategoryByURL
15+ c-useragent : User Agent
1416 cs-method : cs-method
1517 cs-bytes : Bytes Sent
1618 cs-cookie-vars : cs-cookie-vars
You can’t perform that action at this time.
0 commit comments