Skip to content

Qradar AQL mapping improvements #123

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
May 28, 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
25 changes: 21 additions & 4 deletions uncoder-core/app/translator/mappings/platforms/qradar/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,26 @@ platform: Qradar
source: default
description: Text that describe current mapping

log_source:
devicetype:
- 12

default_log_source:
devicetype: 12
devicetype: 12


field_mapping:
icmp.type: IcmpType
dst-port:
- DstPort
- DestinationPort
dst-hostname: DstHost
src-port: SourcePort
src-ip:
- sourceip
- source_ip
- SourceIP
dst-ip:
- DestinationIP
- destinationip
- destination_ip
User: userName
CommandLine: Command
Protocol: IPProtocol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
platform: Qradar
source: linux_auditd
description: Auditd field mappings to QRadar default CEPs.
description: Text that describe current mapping

log_source:
devicetype: [11]
Expand All @@ -14,8 +14,10 @@ field_mapping:
a2: Command
a3: Command
exe: Process Path
CommandLine: Command
CommandLine:
- Process CommandLine
- Command
Image: Process Path
User: username
LogonId: Logon ID
ParentImage: Parent Process Path
ParentImage: Parent Process Path
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ field_mapping:
CommandLine: Command
Image: Process Path
ParentCommandLine: Parent Command
ParentImage: Parent Process Path
ParentImage: Parent Process Path
User: username
LogonId: Logon ID
Loading