Skip to content

Commit d11f494

Browse files
committed
Mapping fixes
1 parent 3daa20b commit d11f494

File tree

8 files changed

+11
-35
lines changed

8 files changed

+11
-35
lines changed

uncoder-core/app/translator/mappings/platforms/chronicle/windows_sysmon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ field_mapping:
3131
StartModule: target.resource.name
3232
TargetImage: target.process.file.full_path
3333
StartFunction: ScriptBlockText
34+
event.Technique: security_result.detection_fields.value

uncoder-core/app/translator/mappings/platforms/palo_alto_cortex/slack_slack.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

uncoder-core/app/translator/mappings/platforms/palo_alto_cortex/webserver copy.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

uncoder-core/app/translator/mappings/platforms/qradar/default.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ field_mapping:
1414
- DstPort
1515
- DestinationPort
1616
- remoteport
17-
dst-hostname: DstHost
18-
src-hostname: SrcHost
1917
src-port:
2018
- SourcePort
2119
- localport
@@ -41,7 +39,7 @@ field_mapping:
4139
- Username
4240
- Security ID
4341
CommandLine: Command
44-
Protocol:
42+
Protocol:
4543
- IPProtocol
4644
- protocol
4745
Application:
@@ -96,7 +94,7 @@ field_mapping:
9694
Action: Action
9795
Workstation: Machine Identifier
9896
GroupMembership: Role Name
99-
FileName:
97+
FileName:
10098
- Filename
10199
- File Name
102100
- Encoded Filename

uncoder-core/app/translator/mappings/platforms/qradar/webserver.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ field_mapping:
1313
- URL
1414
- XForceCategoryByURL
1515
c-useragent: User Agent
16-
cs-method:
16+
cs-method:
1717
- HTTP Method
1818
- Method
1919
cs-bytes: Bytes Sent
@@ -24,19 +24,19 @@ field_mapping:
2424
- URL Path
2525
- URL Query String
2626
#cs-cookie: cs-cookie
27-
cs-host:
27+
cs-host:
2828
- UrlHost
2929
- URL Host
3030
- URL Domain
3131
- HTTP Host
32-
cs-referrer:
32+
cs-referrer:
3333
- URL Referrer
3434
- Referrer URL
3535
cs-version: HTTP Version
36-
r-dns:
36+
r-dns:
3737
- UrlHost
3838
- URL Host
39-
sc-status:
39+
sc-status:
4040
- HTTP Response Code
4141
- Response Code
4242
#post-body: post-body

uncoder-core/app/translator/mappings/platforms/qradar/windows_process_creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ field_mapping:
2424
- ProcessName
2525
IntegrityLevel: IntegrityLevel
2626
ParentCommandLine: Parent Command
27-
ParentImage:
27+
ParentImage:
2828
- Parent Process Path
2929
- ParentProcessName
3030
ParentUser: ParentUser

uncoder-core/app/translator/mappings/platforms/qradar/windows_security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ field_mapping:
190190
StartType: StartType
191191
UserID: UserID
192192
ParentProcessName: Parent Process Name
193-
Service: Service
193+
Service: Service

uncoder-core/app/translator/mappings/platforms/splunk/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ log_source:
66
source: WinEventLog:*
77

88
default_log_source:
9-
source: WinEventLog:*
9+
source: WinEventLog:*

0 commit comments

Comments
 (0)