File tree Expand file tree Collapse file tree 7 files changed +30
-4
lines changed
uncoder-core/app/translator/mappings/platforms Expand file tree Collapse file tree 7 files changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ field_mapping:
14
14
ProcessName :
15
15
- xdm.target.process.name
16
16
- xdm.source.process.name
17
+ ProcessPath : xdm.target.process.executable.path
17
18
ImageLoaded :
18
19
- xdm.target.process.executable.filename
19
20
- xdm.source.process.executable.filename
@@ -64,7 +65,7 @@ field_mapping:
64
65
dns-query : xdm.network.dns.dns_question.name
65
66
dns-answer : xdm.network.dns.dns_resource_record.value
66
67
dns-record : xdm.network.dns.dns_question.name
67
- FileName : xdm.target.file.path
68
+ FileName : xdm.target.file.filename
68
69
IpAddress : xdm.source.ipv4
69
70
IpPort : xdm.source.port
70
71
LogonProcessName : xdm.target.process.executable.path
@@ -127,3 +128,7 @@ field_mapping:
127
128
url_category : xdm.network.http.url_category
128
129
EventSeverity : xdm.alert.severity
129
130
duration : xdm.event.duration
131
+ FileExtension : xdm.target.file.extension
132
+ Workstation : xdm.source.host.hostname
133
+ RegistryKey : xdm.target.registry.key
134
+ RegistryValue : xdm.target.registry.value
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
ImageLoaded : action_module_path
12
+ FileExtension : action_file_extension
12
13
md5 : action_module_md5
13
14
sha256 : action_module_sha256
14
15
User : actor_effective_username
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ field_mapping:
19
19
src-port :
20
20
- SourcePort
21
21
- localport
22
+ - sourcePort
22
23
src-ip :
23
24
- sourceip
24
25
- source_ip
@@ -34,6 +35,8 @@ field_mapping:
34
35
User :
35
36
- userName
36
37
- EventUserName
38
+ - Username
39
+ - Security ID
37
40
CommandLine : Command
38
41
Protocol :
39
42
- IPProtocol
@@ -78,4 +81,14 @@ field_mapping:
78
81
Source :
79
82
- Source
80
83
- source
81
- duration : duration
84
+ duration : duration
85
+ Workstation : Machine Identifier
86
+ GroupMembership : Role Name
87
+ FileName :
88
+ - Filename
89
+ - File Name
90
+ RegistryKey :
91
+ - Registry Key
92
+ - Target Object
93
+ RegistryValue : RegistryValue
94
+ ProcessPath : Process Path
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ field_mapping:
14
14
CommandLine :
15
15
- Command
16
16
- ASACommand
17
+ - Command Arguments
17
18
Image : Process Path
18
19
ParentCommandLine : Parent Command
19
20
ParentImage : Parent Process Path
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ field_mapping:
21
21
- Signature Status
22
22
- SignatureStatus
23
23
OriginalFileName : OriginalFileName
24
- Signed : Signed
24
+ Signed : Signed
25
+ FileExtension : File Extension
Original file line number Diff line number Diff line change @@ -14,15 +14,19 @@ field_mapping:
14
14
CommandLine :
15
15
- Command
16
16
- Encoded Argument
17
+ - Command Arguments
17
18
CurrentDirectory : CurrentDirectory
18
19
Hashes : File Hash
19
20
Image :
20
21
- Process Path
21
22
- Process Name
22
23
- DGApplication
24
+ - ProcessName
23
25
IntegrityLevel : IntegrityLevel
24
26
ParentCommandLine : Parent Command
25
- ParentImage : Parent Process Path
27
+ ParentImage :
28
+ - Parent Process Path
29
+ - ParentProcessName
26
30
ParentUser : ParentUser
27
31
Product : Product
28
32
User :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ field_mapping:
12
12
EventID :
13
13
- Event ID
14
14
- EventID
15
+ - qidEventId
15
16
ParentImage : Parent Process Path
16
17
AccessMask : AccessMask
17
18
AccountName : Account Name
You can’t perform that action at this time.
0 commit comments