Skip to content

mappings update4 #134

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 11, 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 @@ -11,4 +11,6 @@ field_mapping:
cs-bytes: xdm.target.sent_bytes
c-uri-query: xdm.network.http.url
cs-referrer: xdm.network.http.referrer
sc-status: xdm.network.http.response_code
sc-status: xdm.network.http.response_code
cs-host: xdm.network.http.url
cs-uri-query: xdm.network.http.url
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ field_mapping:
ParentIntegrityLevel: causality_actor_process_integrity_level
ParentLogonId: causality_actor_process_logon_id
ParentProduct: causality_actor_process_signature_product
ParentCompany: causality_actor_process_signature_vendor
ParentCompany: causality_actor_process_signature_vendor


raw_log_fields:
- Initiated
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
platform: Sigma
source: windows_pipe_created


log_source:
product: [windows]
category: [pipe_created]

default_log_source:
product: windows
category: pipe_created

field_mapping:
EventID: action_evtlog_event_id
PipeName: PipeName
Image: Image
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: windows_registry_event

log_source:
product: [windows]
category: [registry_event, registry_set]
category: [registry_event, registry_set, registry_delete, registry_add]

default_log_source:
product: windows
Expand Down
Loading