Skip to content

Commit 378d217

Browse files
authored
Merge pull request #144 from UncoderIO/update_qradar_palo_alto_mapping
Updated qradar and palo_alto mappings
2 parents 31edd63 + ab7f37f commit 378d217

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ field_mapping:
3535
DestinationIp: xdm.target.ipv4
3636
dst-port: xdm.target.port
3737
DestinationPort: xdm.target.port
38+
destinationPort: xdm.target.port
3839
src-bytes: xdm.source.sent_bytes
3940
dst-bytes: xdm.target.sent_bytes
4041
src-hostname: xdm.source.host.hostname
@@ -82,6 +83,7 @@ field_mapping:
8283
SourceAddress: xdm.source.ipv4
8384
TargetSid: xdm.target.user.identifier
8485
TargetUserName: xdm.target.user.username
86+
SourceUserName: xdm.source.user.username
8587
ParentProcessName: xdm.source.process.executable.path
8688
client.user.full_name: xdm.target.user.username
8789
source.user.full_name: xdm.source.user.username
@@ -122,3 +124,4 @@ field_mapping:
122124
DestinationMAC: xdm.target.host.mac_addresses
123125
SourceOS: xdm.source.host.os
124126
DestinationOS: xdm.target.host.os
127+
url_category: xdm.network.http.url_category

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ field_mapping:
1919
cs-cookie: xdm.network.http.http_header.value
2020
#cs-version: cs-version
2121
r-dns: xdm.network.http.domain
22-
post-body: xdm.network.http.http_header.value
22+
post-body: xdm.network.http.http_header.value
23+
url_category: xdm.network.http.url_category

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,22 @@ field_mapping:
2727
- destination_ip
2828
- destinationIP
2929
- destinationaddress
30-
User:
30+
User:
3131
- userName
3232
- EventUserName
3333
CommandLine: Command
3434
Protocol: IPProtocol
3535
Application:
3636
- Application
3737
- application
38-
SourceHostName:
38+
SourceHostName:
3939
- HostCount-source
4040
- identityHostName
4141
- sourceAssetName
42-
DestinationHostname:
42+
DestinationHostname:
4343
- HostCount-destination
4444
- Recipient Host
45+
- DestinationHostName
4546
src-packets:
4647
- PacketRatio-src
4748
- src-packets
@@ -51,11 +52,14 @@ field_mapping:
5152
src-bytes: src-bytes
5253
dst-bytes: dst-bytes
5354
ExternalSeverity: External Severity
54-
SourceMAC:
55+
SourceMAC:
5556
- SourceMAC
5657
- MAC
5758
DestinationMAC: DestinationMAC
58-
SourceOS:
59+
SourceOS:
5960
- SourceOS
6061
- OS
61-
DestinationOS: DestinationOS
62+
DestinationOS: DestinationOS
63+
TargetUserName: DestinationUserName
64+
SourceUserName: SourceUserName
65+
url_category: XForceCategoryByURL

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ field_mapping:
1717
cs-bytes: Bytes Sent
1818
#cs-cookie-vars: cs-cookie-vars
1919
c-uri-extension: URL
20-
c-uri-query:
20+
c-uri-query:
2121
- URL
2222
- URL Path
2323
#cs-cookie: cs-cookie
24-
cs-host:
24+
cs-host:
2525
- UrlHost
2626
- URL Host
27-
cs-referrer:
27+
cs-referrer:
2828
- URL Referrer
2929
- Referrer URL
3030
cs-version: HTTP Version
3131
r-dns:
3232
- UrlHost
3333
- URL Host
3434
sc-status: HTTP Response Code
35-
#post-body: post-body
35+
#post-body: post-body
36+
url_category: XForceCategoryByURL

0 commit comments

Comments
 (0)