mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Merge pull request #13079 from Security-Onion-Solutions/2.4/sigmapipelineupdates
Add IDH mappings
This commit is contained in:
@@ -17,6 +17,16 @@ transformations:
|
|||||||
dst_ip: destination.ip.keyword
|
dst_ip: destination.ip.keyword
|
||||||
dst_port: destination.port
|
dst_port: destination.port
|
||||||
winlog.event_data.User: user.name
|
winlog.event_data.User: user.name
|
||||||
|
logtype: event.code # OpenCanary
|
||||||
|
# Maps "opencanary" product to SO IDH logs
|
||||||
|
- id: opencanary_idh_add-fields
|
||||||
|
type: add_condition
|
||||||
|
conditions:
|
||||||
|
event.module: 'opencanary'
|
||||||
|
event.dataset: 'opencanary.idh'
|
||||||
|
rule_conditions:
|
||||||
|
- type: logsource
|
||||||
|
product: opencanary
|
||||||
# Maps "antivirus" category to Windows Defender logs shipped by Elastic Agent Winlog Integration
|
# Maps "antivirus" category to Windows Defender logs shipped by Elastic Agent Winlog Integration
|
||||||
# winlog.event_data.threat_name has to be renamed prior to ingestion, it is originally winlog.event_data.Threat Name
|
# winlog.event_data.threat_name has to be renamed prior to ingestion, it is originally winlog.event_data.Threat Name
|
||||||
- id: antivirus_field-mappings_windows-defender
|
- id: antivirus_field-mappings_windows-defender
|
||||||
@@ -88,3 +98,11 @@ transformations:
|
|||||||
- type: logsource
|
- type: logsource
|
||||||
product: linux
|
product: linux
|
||||||
service: auth
|
service: auth
|
||||||
|
# event.code should always be a string
|
||||||
|
- id: convert_event_code_to_string
|
||||||
|
type: convert_type
|
||||||
|
target_type: 'str'
|
||||||
|
field_name_conditions:
|
||||||
|
- type: include_fields
|
||||||
|
fields:
|
||||||
|
- event.code
|
||||||
|
|||||||
Reference in New Issue
Block a user