Possible ESXi Network Configuration Enumeration Through ESXCLI (via process_creation)
This rule detects execution of the "esxcli" command with the "network" flag to retrieve information about the network configuration.
SigmamediumLinuxv1
sigma
possible-esxi-network-configuration-enumeration-through-esxcli-via-process-creation
title: Possible ESXi Network Configuration Enumeration Through ESXCLI (via process_creation)
id: 72e7c239-8247-5b18-8d60-645458f52dc4
status: stable
description: This rule detects execution of the "esxcli" command with the "network" flag to retrieve information about the network configuration.
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_network.html
author: Huntrule Team
date: 2026-05-05
tags:
- attack.discovery
- attack.execution
- attack.t1033
- attack.t1007
- attack.t1059.012
logsource:
category: process_creation
product: linux
detection:
selection_img:
Image|endswith: '/esxcli'
CommandLine|contains: 'network'
selection_cli:
CommandLine|contains:
- ' get'
- ' list'
condition: all of 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.