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