Compare commits

...
Author SHA1 Message Date
Josh Brower 01a873b2d9 Map av to both defender and defend 2026-07-23 13:39:19 -04:00
+10 -6
View File
@@ -46,20 +46,24 @@ transformations:
- type: logsource - type: logsource
product: opencanary 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
# and to Elastic Defend malware alerts
# 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
type: field_name_mapping type: field_name_mapping
mapping: mapping:
Signature: winlog.event_data.threat_name Signature:
- winlog.event_data.threat_name
- rule.name
rule_conditions: rule_conditions:
- type: logsource - type: logsource
category: antivirus category: antivirus
- id: antivirus_add-fields_windows-defender - id: antivirus_add-fields
type: add_condition type: add_condition
conditions: conditions:
winlog.channel: 'Microsoft-Windows-Windows Defender/Operational' event.code:
winlog.provider_name: 'Microsoft-Windows-Windows Defender' - "1116"
event.code: "1116" - "malicious_file"
- "memory_signature"
rule_conditions: rule_conditions:
- type: logsource - type: logsource
category: antivirus category: antivirus