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