Detection rules › Sigma

Local group enumeration triggered by Azure Virtual machine recovery tool

Status
stable
Severity
high
Log source
product windows, service security
Author
mdecrevoisier
Source
github.com/mdecrevoisier/SIGMA-detection-rules

Detects scenarios where an attacker having compromised a virtual machine via serial cable attempts to enumerate local groups.

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: Local group enumeration triggered by Azure Virtual machine recovery tool
description: Detects scenarios where an attacker having compromised a virtual machine via serial cable attempts to enumerate local groups.
references:
- https://www.mandiant.com/resources/blog/sim-swapping-abuse-azure-serial
tags:
- attack.discovery
- attack.t1069.001 # Permission Groups Discovery: Local Groups 
author: mdecrevoisier
status: stable
logsource:
  product: windows
  service: security
detection:
  selection: # C:\Packages\Plugins\Microsoft.Compute.VMAccessAgent\2.4.8\bin\JsonVMAccessExtension.exe
    EventID: 4799
    CallerProcessName|contains: 'Microsoft.Compute.VMAccessAgent'
  condition: selection
falsepositives:
- Virtual machine recovery by administrator 
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
  EventID: 4799
  CallerProcessName|contains: 'Microsoft.Compute.VMAccessAgent'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CallerProcessNamematch
  • Microsoft.Compute.VMAccessAgent