File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
uncoder-core/app/translator/mappings/platforms Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -118,3 +118,7 @@ field_mapping:
118
118
SubjectAccountName : xdm.source.user.username
119
119
ComputerName : xdm.source.host.hostname
120
120
ExternalSeverity : xdm.alert.severity
121
+ SourceMAC : xdm.source.host.mac_addresses
122
+ DestinationMAC : xdm.target.host.mac_addresses
123
+ SourceOS : xdm.source.host.os
124
+ DestinationOS : xdm.target.host.os
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ default_log_source:
9
9
10
10
field_mapping :
11
11
icmp.type : IcmpType
12
+ icmp.code : IcmpCode
12
13
dst-port :
13
14
- DstPort
14
15
- DestinationPort
@@ -26,7 +27,9 @@ field_mapping:
26
27
- destination_ip
27
28
- destinationIP
28
29
- destinationaddress
29
- User : userName
30
+ User :
31
+ - userName
32
+ - EventUserName
30
33
CommandLine : Command
31
34
Protocol : IPProtocol
32
35
Application :
@@ -47,4 +50,12 @@ field_mapping:
47
50
- dst-packets
48
51
src-bytes : src-bytes
49
52
dst-bytes : dst-bytes
50
- ExternalSeverity : External Severity
53
+ ExternalSeverity : External Severity
54
+ SourceMAC :
55
+ - SourceMAC
56
+ - MAC
57
+ DestinationMAC : DestinationMAC
58
+ SourceOS :
59
+ - SourceOS
60
+ - OS
61
+ DestinationOS : DestinationOS
You can’t perform that action at this time.
0 commit comments