File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed
uncoder-core/app/translator/mappings/platforms Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ field_mapping:
1010 # dns-record: dns-record
1111 dns_query_name : xdm.network.dns.dns_question.name
1212 QueryName : xdm.network.dns.dns_question.name
13- query : xdm.network.dns.dns_question.name
13+ query : xdm.network.dns.dns_question.name
14+ dns-record-type : xdm.network.dns.dns_question.type
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ field_mapping:
3535 - userName
3636 - EventUserName
3737 CommandLine : Command
38- Protocol : IPProtocol
38+ Protocol :
39+ - IPProtocol
40+ - protocol
3941 Application :
4042 - Application
4143 - application
@@ -61,6 +63,7 @@ field_mapping:
6163 SourceMAC :
6264 - SourceMAC
6365 - MAC
66+ - sourceMAC
6467 DestinationMAC : DestinationMAC
6568 SourceOS :
6669 - SourceOS
@@ -69,4 +72,7 @@ field_mapping:
6972 TargetUserName : DestinationUserName
7073 SourceUserName : SourceUserName
7174 url_category : XForceCategoryByURL
72- EventSeverity : EventSeverity
75+ EventSeverity : EventSeverity
76+ Source :
77+ - Source
78+ - source
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ field_mapping:
1212 dns-query : URL
1313 parent-domain : parent-domain
1414 dns-answer : dns-answer
15- dns-record : URL
15+ dns-record : URL
16+ dns-record-type : DNSRecordType
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ field_mapping:
2424 cs-host :
2525 - UrlHost
2626 - URL Host
27+ - URL Domain
2728 cs-referrer :
2829 - URL Referrer
2930 - Referrer URL
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ field_mapping:
4141 LinkName : LinkName
4242 MemberName : MemberName
4343 MemberSid : MemberSid
44- NewProcessName : Process Name
44+ NewProcessName :
45+ - Process Name
46+ - New Process Name
4547 ObjectClass : ObjectClass
4648 ObjectName :
4749 - Object Name
@@ -122,6 +124,7 @@ field_mapping:
122124 ServiceFileName :
123125 - Service Filename
124126 - ServiceFileName
127+ - Service File Name
125128 SecurityDescriptor : SecurityDescriptor
126129 ServiceName : Service Name
127130 ShareName :
You can’t perform that action at this time.
0 commit comments