Skip to content

Updated qradar and palo_alto mappings #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ field_mapping:
DestinationIp: xdm.target.ipv4
dst-port: xdm.target.port
DestinationPort: xdm.target.port
destinationPort: xdm.target.port
src-bytes: xdm.source.sent_bytes
dst-bytes: xdm.target.sent_bytes
src-hostname: xdm.source.host.hostname
Expand Down Expand Up @@ -82,6 +83,7 @@ field_mapping:
SourceAddress: xdm.source.ipv4
TargetSid: xdm.target.user.identifier
TargetUserName: xdm.target.user.username
SourceUserName: xdm.source.user.username
ParentProcessName: xdm.source.process.executable.path
client.user.full_name: xdm.target.user.username
source.user.full_name: xdm.source.user.username
Expand Down Expand Up @@ -122,3 +124,4 @@ field_mapping:
DestinationMAC: xdm.target.host.mac_addresses
SourceOS: xdm.source.host.os
DestinationOS: xdm.target.host.os
url_category: xdm.network.http.url_category
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ field_mapping:
cs-cookie: xdm.network.http.http_header.value
#cs-version: cs-version
r-dns: xdm.network.http.domain
post-body: xdm.network.http.http_header.value
post-body: xdm.network.http.http_header.value
url_category: xdm.network.http.url_category
16 changes: 10 additions & 6 deletions uncoder-core/app/translator/mappings/platforms/qradar/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ field_mapping:
- destination_ip
- destinationIP
- destinationaddress
User:
User:
- userName
- EventUserName
CommandLine: Command
Protocol: IPProtocol
Application:
- Application
- application
SourceHostName:
SourceHostName:
- HostCount-source
- identityHostName
- sourceAssetName
DestinationHostname:
DestinationHostname:
- HostCount-destination
- Recipient Host
- DestinationHostName
src-packets:
- PacketRatio-src
- src-packets
Expand All @@ -51,11 +52,14 @@ field_mapping:
src-bytes: src-bytes
dst-bytes: dst-bytes
ExternalSeverity: External Severity
SourceMAC:
SourceMAC:
- SourceMAC
- MAC
DestinationMAC: DestinationMAC
SourceOS:
SourceOS:
- SourceOS
- OS
DestinationOS: DestinationOS
DestinationOS: DestinationOS
TargetUserName: DestinationUserName
SourceUserName: SourceUserName
url_category: XForceCategoryByURL
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,20 @@ field_mapping:
cs-bytes: Bytes Sent
#cs-cookie-vars: cs-cookie-vars
c-uri-extension: URL
c-uri-query:
c-uri-query:
- URL
- URL Path
#cs-cookie: cs-cookie
cs-host:
cs-host:
- UrlHost
- URL Host
cs-referrer:
cs-referrer:
- URL Referrer
- Referrer URL
cs-version: HTTP Version
r-dns:
- UrlHost
- URL Host
sc-status: HTTP Response Code
#post-body: post-body
#post-body: post-body
url_category: XForceCategoryByURL
Loading