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:
41
41
dst-hostname : xdm.target.host.hostname
42
42
icmp.type : xdm.network.icmp.type
43
43
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:
51
51
ParentIntegrityLevel : causality_actor_process_integrity_level
52
52
ParentLogonId : causality_actor_process_logon_id
53
53
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:
13
13
- DstPort
14
14
- DestinationPort
15
15
dst-hostname : DstHost
16
+ src-hostname : SrcHost
16
17
src-port : SourcePort
17
18
src-ip :
18
19
- sourceip
@@ -24,4 +25,7 @@ field_mapping:
24
25
- destination_ip
25
26
User : userName
26
27
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:
9
9
devicetype : 185
10
10
11
11
field_mapping :
12
- dns-query : dns-query
12
+ dns-query : URL
13
13
parent-domain : parent-domain
14
14
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:
9
9
devicetype : 4
10
10
11
11
field_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:
9
9
devicetype : 46
10
10
11
11
field_mapping :
12
- c-uri : URL
13
- c-useragent : c-useragent
12
+ c-uri :
13
+ - URL
14
+ - XForceCategoryByURL
15
+ c-useragent : User Agent
14
16
cs-method : cs-method
15
17
cs-bytes : Bytes Sent
16
18
cs-cookie-vars : cs-cookie-vars
You can’t perform that action at this time.
0 commit comments