Detectionmediumtest
ESXi Account Creation Via ESXCLI
Detects user account creation on ESXi system via esxcli
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
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|all:
- 'system '
- 'account '
- 'add '
condition: selectionFalse Positives
Legitimate administration activities
References
MITRE ATT&CK
Rule Metadata
Rule ID
b28e4eb3-8bbc-4f0c-819f-edfe8e2f25db
Status
test
Level
medium
Type
Detection
Created
Tue Aug 22
Author
Path
rules/linux/process_creation/proc_creation_lnx_esxcli_user_account_creation.yml
Raw Tags
attack.persistenceattack.executionattack.t1136attack.t1059.012