<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Root_login — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/root_login/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 28 May 2026 18:00:48 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/root_login/feed.xml" rel="self" type="application/rss+xml"/><item><title>ESXi External Root Login Detection</title><link>https://feed.craftedsignal.io/briefs/2026-05-esxi-root-login/</link><pubDate>Thu, 28 May 2026 18:00:48 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-esxi-root-login/</guid><description>This detection identifies instances where the ESXi UI is accessed using the root account instead of a delegated administrative user, which bypasses role-based access controls and may indicate risky behavior or unauthorized activity.</description><content:encoded><![CDATA[<p>This detection identifies instances where the ESXi UI is accessed using the root account instead of a delegated administrative user. Direct root access to the UI bypasses role-based access controls and auditing practices, and may indicate risky behavior, misconfiguration, or unauthorized activity by a malicious actor using compromised credentials. This activity is considered anomalous because routine ESXi administration should occur via delegated accounts, not the root account directly. The alert logic searches ESXi Syslog data for specific login events related to the root user originating from external IPs.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains unauthorized access to the network where the ESXi host is located, potentially through phishing or exploiting a vulnerability in a network-connected service.</li>
<li>The attacker attempts to directly log into the ESXi UI using the root account, potentially through brute-force or credential stuffing attacks, if they have obtained credentials.</li>
<li>The ESXi host logs the successful root login attempt in the syslog. The log message includes the source IP address of the connection and the destination ESXi host.</li>
<li>The attacker leverages root privileges to enumerate virtual machines, datastores, and network configurations.</li>
<li>The attacker modifies virtual machine configurations, such as disabling security features or gaining access to sensitive data.</li>
<li>The attacker may deploy malicious software or scripts to the ESXi host or guest virtual machines to establish persistence or further compromise the environment.</li>
<li>The attacker may attempt to move laterally to other systems within the network using the compromised ESXi host as a pivot point.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation can lead to a complete compromise of the ESXi host and the virtual machines it manages. This can result in data theft, service disruption, or the deployment of ransomware. Organizations relying on ESXi infrastructure could face significant financial losses and reputational damage. The attack is especially impactful in environments where ESXi hosts manage critical workloads or sensitive data.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Configure ESXi systems to forward syslog output to your SIEM to enable the detections.</li>
<li>Install the Splunk Technology Add-on for VMware ESXi Logs for proper field extraction (see <code>how_to_implement</code>).</li>
<li>Tune the provided Sigma rule <code>ESXi External Root Login Activity</code> to filter out legitimate root login activity in your environment (see <code>falsepositives</code>).</li>
<li>Investigate any alerts generated by the <code>ESXi External Root Login Activity</code> rule to determine the source and intent of the root login attempt.</li>
<li>Monitor for unexpected changes to virtual machine configurations or the deployment of suspicious software on ESXi hosts.</li>
<li>Consider implementing multi-factor authentication for all ESXi accounts, including the root account.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>esxi</category><category>vmware</category><category>root_login</category><category>privilege_escalation</category></item></channel></rss>