Possible ESXi VM List Enumeration Through ESXCLI (via process_creation)
This rule detects execution of the "esxcli" command with the "vm" flag to retrieve information about the installed VMs.
SigmamediumLinuxv1
sigma
possible-esxi-vm-list-enumeration-through-esxcli-via-process-creation
title: Possible ESXi VM List Enumeration Through ESXCLI (via process_creation)
id: 5cac0531-0ff8-5cbb-9c79-5fd9845f751b
status: stable
description: This rule detects execution of the "esxcli" command with the "vm" flag to retrieve information about the installed VMs.
references:
- https://attack.mitre.org/techniques/T1059/012/
- https://attack.mitre.org/techniques/T1007/
- https://attack.mitre.org/techniques/T1033/
- https://www.crowdstrike.com/blog/hypervisor-jackpotting-ecrime-actors-increase-targeting-of-esxi-servers/
- https://developer.broadcom.com/xapis/esxcli-command-reference/7.0.0/namespace/esxcli_vm.html
- https://www.secuinfra.com/en/techtalk/hide-your-hypervisor-analysis-of-esxiargs-ransomware/
- https://www.trendmicro.com/en_us/research/22/e/new-linux-based-ransomware-cheerscrypt-targets-exsi-devices.html
author: Huntrule Team
date: 2026-02-06
tags:
- attack.discovery
- attack.execution
- attack.t1033
- attack.t1007
- attack.t1059.012
logsource:
category: process_creation
product: linux
detection:
selection:
Image|endswith: '/esxcli'
CommandLine|contains: 'vm process'
CommandLine|endswith: ' list'
condition: selection
falsepositives:
- Unknown
level: medium
Known false positives
- Unknown
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.