Used vmtoolsd.exe to run commands on guest virtual machines from a compromised ESXi host.1234
ESXi Administration Command T1675
- Tactic
- Execution
- Platform
- ESXi
- Version
- 1.0
- Created
- 28 March 2025
- Last modified
- 16 April 2025
Adversaries may abuse ESXi administration services to execute commands on guest machines hosted within an ESXi virtual environment. Persistent background services on ESXi-hosted VMs, such as the VMware Tools Daemon Service, allow for remote management from the ESXi server. The tools daemon service runs as vmtoolsd.exe on Windows guest operating systems, vmware-tools-daemon on macOS, and vmtoolsd on Linux.[1]
ESXi Administration Command MITRE reference T1675
1 group has been recorded using this technique. Newest first; each entry carries MITRE’s procedure text and a link to the group’s full record. Click a name to filter the rules below.
All 1 groups for this technique
Offense vs defense T1675
Is defensive coverage keeping up with adversary use? Eight counts, each ranked against all 697 ATT&CK techniques. Attack sits left, defense right, so a shape leaning left means adversaries are better documented here than defenders are equipped. Hover any spoke for its percentile and the share of techniques that have more. The timeline below shows when each side arrived.
ESXi Administration Command detection strategy DET0232
MITRE names one behaviour worth catching for this technique and breaks it into 1 analytic, one per platform. Each carries the log sources it needs and the fields you tune per environment.
Detection Strategy for ESXi Administration Command
AN0646 · ESXi
Detects anomalous usage of ESXi Guest Operations APIs such as StartProgramInGuest, ListProcessesInGuest, ListFileInGuest, or InitiateFileTransferFromGuest. Defender perspective focuses on unusual frequency of guest API calls, invocation from unexpected management accounts, or execution outside of business hours. These correlated signals indicate adversarial abuse of ESXi administrative services to run commands on guest VMs.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Application Log ContentDC0038 | esxi:hostd | Guest Operations API invocation: StartProgramInGuest, ListProcessesInGuest, ListFileInGuest, InitiateFileTransferFromGuest |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| ExpectedAdminUsers | Whitelist of management accounts authorized to use ESXi Guest Ops APIs. |
| TimeWindow | Business hours during which Guest Ops API usage is expected; activity outside may be suspicious. |
| OperationThreshold | Number of Guest Ops API calls considered anomalous if exceeded in a given timeframe. |
| AuthorizedVMs | List of VMs where Guest Ops usage is permitted; usage on other VMs may indicate malicious activity. |
If not required, restrict the permissions of users to perform Guest Operations on ESXi-hosted VMs.