CommonSecurityLog
| where DeviceVendor has 'Silverfort'
| where DeviceProduct has 'Admin Console'
| where DeviceEventClassID == "NewIncident"
| where Message has "Log4Shell"
| extend UserName = parse_json(replace('^""|""$', '', Message))['userName']
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Silverfort/Analytic Rules/Log4Shell.yaml
triggerOperator: gt
query: |-
CommonSecurityLog
| where DeviceVendor has 'Silverfort'
| where DeviceProduct has 'Admin Console'
| where DeviceEventClassID == "NewIncident"
| where Message has "Log4Shell"
| extend UserName = parse_json(replace('^""|""$', '', Message))['userName']
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: SilverfortAma
tactics:
- InitialAccess
name: Silverfort - Log4Shell Incident
relevantTechniques:
- T1190
severity: High
entityMappings:
- fieldMappings:
- identifier: Name
columnName: UserName
entityType: Account
queryFrequency: 15m
description: |
'Vulnerability allows attackers to execute arbitrary code on affected systems by exploiting a flaw in the way Log4j handles log messages containing specially crafted strings'
triggerThreshold: 0
queryPeriod: 15m
version: 1.0.0
id: d6abed70-4043-46da-9304-a98f3446fa5f