mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add IDH mappings
This commit is contained in:
@@ -17,6 +17,16 @@ transformations:
|
||||
dst_ip: destination.ip.keyword
|
||||
dst_port: destination.port
|
||||
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
|
||||
# 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
|
||||
@@ -88,3 +98,11 @@ transformations:
|
||||
- type: logsource
|
||||
product: linux
|
||||
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