heroui logo

ESXi Account Creation Via ESXCLI

Sigma Rules

View Source
Summary
This rule is designed to monitor and detect the creation of user accounts on VMware ESXi systems through the use of the ESXCLI command-line interface. ESXCLI is a powerful tool used for managing ESXi hosts and their various aspects, including user account management. The specific detection logic implemented in the rule checks for the invocation of the ESXCLI command, ensuring that it is run with parameters that indicate a user account is being added. The rule is triggered when any command using 'esxcli' ends with a designated image path and contains the words 'system', 'account', and 'add' within the command line arguments. Given the potential risk associated with unauthorized account creation, this detection rule can help identify possible persistence mechanisms by malicious actors attempting to gain persistent access to the ESXi environment. It is crucial for security teams to monitor for such activities to ensure that legitimate administrative user actions are distinguished from potentially malicious ones. The rule's context does allow for legitimate administration activities as a false positive requiring careful investigation.
Categories
  • Infrastructure
  • Cloud
Data Sources
  • Process
Created: 2023-08-22