CommonSecurityLog
| where DeviceVendor has 'Silverfort'
| where DeviceProduct has 'Admin Console'
| where DeviceEventClassID == "NewIncident"
| where Message has "Certifried"
| extend UserName = parse_json(replace('^""|""$', '', Message))['userName']
tactics:
- PrivilegeEscalation
triggerOperator: gt
requiredDataConnectors:
- connectorId: SilverfortAma
dataTypes:
- CommonSecurityLog
relevantTechniques:
- T1068
triggerThreshold: 0
id: 9ae540c9-c926-4100-8f07-1eac22596292
queryPeriod: 15m
name: Silverfort - Certifried Incident
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Silverfort/Analytic Rules/Certifried.yaml
queryFrequency: 15m
description: |
'An Active Directory domain privilege escalation vulnerability that enables a privileged user to access the Domain Controller by abusing Active Directory Certificate Service'
version: 1.0.0
query: |-
CommonSecurityLog
| where DeviceVendor has 'Silverfort'
| where DeviceProduct has 'Admin Console'
| where DeviceEventClassID == "NewIncident"
| where Message has "Certifried"
| extend UserName = parse_json(replace('^""|""$', '', Message))['userName']
entityMappings:
- fieldMappings:
- identifier: Name
columnName: UserName
entityType: Account
severity: High
kind: Scheduled