Superadmin.exe Online
Some cryptojacking malware (e.g., the “MinerGate” variant) uses superadmin.exe to load the WinRing0.sys driver, granting ring-0 access for overclocking GPUs to mine Monero.
Older third-party server management suites (circa 2005–2012) used hardcoded filenames for their root-level configuration interfaces. Some Dell OpenManage or HP ProLiant support tools spawned superadmin.exe as a child process of mmc.exe.
Key Takeaway: Legitimate instances are almost always signed, expected (documented in internal wikis), and run from non-temp directories.
Understanding the infection vector allows you to block the root cause. superadmin.exe
Network Indicators:
What made this specific binary worthy of the "Super" prefix?
Standard malware tries to get NT AUTHORITY\SYSTEM privileges. That’s boring. This dropper was looking for Domain Admin group members. But if it didn't find them, it didn't crash. Instead, it performed a Shadow Credentials attack (a.k.a. "Whisker"). Some cryptojacking malware (e
It didn't need a password. It didn't need a hash. Within 12 seconds of execution, it had written a public key to a legacy Active Directory computer account, allowing it to request a TGT (Ticket Granting Ticket) for anyone.
It made the user a Super Admin by becoming the domain itself.
It was 3:00 PM on a Friday. I was reviewing Sysmon logs for a routine audit. I ran a simple query for any new .exe files written to the %TEMP% directory in the last 24 hours. Understanding the infection vector allows you to block
Then I saw it: superadmin.exe (PID: 4412). Parent process: winword.exe.
A Word document spawned an executable named "Super Admin." No, this wasn't a prank by the internal dev team. This was a spear-phish.
Send the binary to VirusTotal, Hybrid Analysis, and your EDR vendor (CrowdStrike, SentinelOne, Microsoft Defender for Endpoint) to generate a YARA rule.