Detectionmediumtest

ESXi VM List Discovery Via ESXCLI

Detects execution of the "esxcli" command with the "vm" flag in order to retrieve information about the installed VMs.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Cedric MaurugeonCreated Mon Sep 045f1573a7-363b-4114-9208-ad7a61de46eblinux
Log Source
LinuxProcess Creation
ProductLinux← raw: linux
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        Image|endswith: '/esxcli'
        CommandLine|contains: 'vm process'
        CommandLine|endswith: ' list'
    condition: selection
False Positives

Legitimate administration activities

Rule Metadata
Rule ID
5f1573a7-363b-4114-9208-ad7a61de46eb
Status
test
Level
medium
Type
Detection
Created
Mon Sep 04
Path
rules/linux/process_creation/proc_creation_lnx_esxcli_vm_discovery.yml
Raw Tags
attack.discoveryattack.executionattack.t1033attack.t1007attack.t1059.012
View on GitHub