CyberArkEPM
| where EventSubType != 'AttackAttempt'
| where ActingProcessCommandLine has_any ('-NoP -sta -NonI -W Hidden -Enc', '-noP -sta -w 1 -enc', '-NoP -NonI -W Hidden -enc')
| extend AccountCustomEntity = ActorUsername
description: |
'Detects possible execution of Powershell Empire.'
version: 1.0.0
tactics:
- Execution
query: |
CyberArkEPM
| where EventSubType != 'AttackAttempt'
| where ActingProcessCommandLine has_any ('-NoP -sta -NonI -W Hidden -Enc', '-noP -sta -w 1 -enc', '-NoP -NonI -W Hidden -enc')
| extend AccountCustomEntity = ActorUsername
triggerOperator: gt
kind: Scheduled
queryFrequency: 10m
triggerThreshold: 0
relevantTechniques:
- T1204
id: eddfd1fd-71df-4cc3-b050-287643bee398
queryPeriod: 10m
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
severity: High
name: CyberArkEPM - Possible execution of Powershell Empire
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CyberArkEPM/Analytic Rules/CyberArkEPMPossibleExecutionOfPowershellEmpire.yaml
requiredDataConnectors:
- dataTypes:
- CyberArkEPM
connectorId: CyberArkEPM