Detection rules › Sigma

Virtual Machine Created

Status
test
Severity
informational
Log source
product azure, service activitylogs
Author
Fukusuke Takahashi
Source
github.com/Yamato-Security/suzaku-rules

Creates a new virtual machine.

MITRE ATT&CK coverage

TacticTechniques
ExecutionNo specific technique

Event coverage

Rule body yaml

title: Virtual Machine Created
id: fa1feca0-3566-4e3a-9bcf-8f399ea2db3f
status: test
description: |
    Creates a new virtual machine.
references:
    - https://learn.microsoft.com/en-us/azure/azure-monitor/reference/queries/azureactivity#vm-creation
author: Fukusuke Takahashi
date: 2025-12-02
tags:
    - attack.execution
logsource:
    product: azure
    service: activitylogs
detection:
    selection:
        operationName: MICROSOFT.COMPUTE/VIRTUALMACHINES/WRITE
        properties.statusCode: Created
    condition: selection
falsepositives:
level: informational

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    operationName: MICROSOFT.COMPUTE/VIRTUALMACHINES/WRITE
    properties.statusCode: Created

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
operationNameeq
  • MICROSOFT.COMPUTE/VIRTUALMACHINES/WRITE
properties.statusCodeeq
  • Created