Skip to content

upd qradar field mapping #160

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 26, 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 @@ -10,4 +10,5 @@ field_mapping:
#dns-record: dns-record
dns_query_name: xdm.network.dns.dns_question.name
QueryName: xdm.network.dns.dns_question.name
query: xdm.network.dns.dns_question.name
query: xdm.network.dns.dns_question.name
dns-record-type: xdm.network.dns.dns_question.type
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ field_mapping:
- userName
- EventUserName
CommandLine: Command
Protocol: IPProtocol
Protocol:
- IPProtocol
- protocol
Application:
- Application
- application
Expand All @@ -61,6 +63,7 @@ field_mapping:
SourceMAC:
- SourceMAC
- MAC
- sourceMAC
DestinationMAC: DestinationMAC
SourceOS:
- SourceOS
Expand All @@ -69,4 +72,7 @@ field_mapping:
TargetUserName: DestinationUserName
SourceUserName: SourceUserName
url_category: XForceCategoryByURL
EventSeverity: EventSeverity
EventSeverity: EventSeverity
Source:
- Source
- source
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ field_mapping:
dns-query: URL
parent-domain: parent-domain
dns-answer: dns-answer
dns-record: URL
dns-record: URL
dns-record-type: DNSRecordType
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ field_mapping:
cs-host:
- UrlHost
- URL Host
- URL Domain
cs-referrer:
- URL Referrer
- Referrer URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ field_mapping:
LinkName: LinkName
MemberName: MemberName
MemberSid: MemberSid
NewProcessName: Process Name
NewProcessName:
- Process Name
- New Process Name
ObjectClass: ObjectClass
ObjectName:
- Object Name
Expand Down Expand Up @@ -122,6 +124,7 @@ field_mapping:
ServiceFileName:
- Service Filename
- ServiceFileName
- Service File Name
SecurityDescriptor: SecurityDescriptor
ServiceName: Service Name
ShareName:
Expand Down
Loading