Detectionmediumtest
ESXi VSAN Information Discovery Via ESXCLI
Detects execution of the "esxcli" command with the "vsan" flag in order to retrieve information about virtual storage. Seen used by malware such as DarkSide.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Nasreddine Bencherchali (Nextron Systems), Cedric MaurugeonCreated Mon Sep 04d54c2f06-aca9-4e2b-81c9-5317858f4b79linux
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 Logic2 selectors
detection:
selection_img:
Image|endswith: '/esxcli'
CommandLine|contains: 'vsan'
selection_cli:
CommandLine|contains:
- ' get'
- ' list'
condition: all of selection_*False Positives
Legitimate administration activities
MITRE ATT&CK
Other
attack.t1059.012
Rule Metadata
Rule ID
d54c2f06-aca9-4e2b-81c9-5317858f4b79
Status
test
Level
medium
Type
Detection
Created
Mon Sep 04
Path
rules/linux/process_creation/proc_creation_lnx_esxcli_vsan_discovery.yml
Raw Tags
attack.discoveryattack.executionattack.t1033attack.t1007attack.t1059.012