Skip to content

Commit 524636a

Browse files
authored
Merge pull request #134 from UncoderIO/gis-06-11-24
mappings update4
2 parents b5b79dc + d0077ab commit 524636a

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ field_mapping:
1111
cs-bytes: xdm.target.sent_bytes
1212
c-uri-query: xdm.network.http.url
1313
cs-referrer: xdm.network.http.referrer
14-
sc-status: xdm.network.http.response_code
14+
sc-status: xdm.network.http.response_code
15+
cs-host: xdm.network.http.url
16+
cs-uri-query: xdm.network.http.url

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ field_mapping:
5151
ParentIntegrityLevel: causality_actor_process_integrity_level
5252
ParentLogonId: causality_actor_process_logon_id
5353
ParentProduct: causality_actor_process_signature_product
54-
ParentCompany: causality_actor_process_signature_vendor
54+
ParentCompany: causality_actor_process_signature_vendor
55+
56+
57+
raw_log_fields:
58+
- Initiated
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
platform: Sigma
2+
source: windows_pipe_created
3+
4+
5+
log_source:
6+
product: [windows]
7+
category: [pipe_created]
8+
9+
default_log_source:
10+
product: windows
11+
category: pipe_created
12+
13+
field_mapping:
14+
EventID: action_evtlog_event_id
15+
PipeName: PipeName
16+
Image: Image

uncoder-core/app/translator/mappings/platforms/sigma/windows_registry_event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source: windows_registry_event
33

44
log_source:
55
product: [windows]
6-
category: [registry_event, registry_set]
6+
category: [registry_event, registry_set, registry_delete, registry_add]
77

88
default_log_source:
99
product: windows

0 commit comments

Comments
 (0)