{
  "family": "hvnc",
  "sample_count": 4,
  "category": "trojan",
  "description": "Backdoor:Win32/hVNC (Hidden Virtual Network Computing) represents a devastatingly stealthy class of Remote Access Trojans (RATs). While standard VNC is a legitimate tool allowing a user to view another computer's desktop, **hVNC is designed to create a completely separate, invisible virtual desktop session** on the infected machine. This allows an attacker to interact with the system, open web browsers, and execute transactions entirely behind the scenes, without the actual user sitting at the computer seeing any anomalous activity on their own screen.<br><br><b>Understanding hVNC (Hidden VNC)</b><br>To an end-user, an hVNC infection is undetectable; the mouse doesn't move on its own, and no strange windows pop up on their monitor. For a security analyst, hVNC is a nightmare scenario, often bundled as a premium module within advanced banking trojans (like TrickBot, Emotet, or DanaBot). Attackers use hVNC to bypass device fingerprinting and IP-based fraud detection; because the attacker is opening the browser *on the victim's actual machine*, the bank sees the login coming from the correct IP, the correct MAC address, and with all the victim's saved session cookies intact.<br><br><b>Execution and Virtual Desktop Mechanics</b><br>hVNC is typically deployed as a secondary payload after initial compromise (`T1105`). Upon execution, the malware interacts deeply with the Windows operating system APIs. It uses the `CreateDesktop` and `CreateProcess` APIs to spawn a new, hidden Window Station and Desktop object (`T1564.006`). It then launches applications (like Google Chrome) within this hidden desktop (`T1055`). The hVNC server component captures the frame buffer of this hidden desktop and streams it back to the attacker's C2 server (`T1071.001`), while intercepting the attacker's mouse and keyboard inputs and injecting them into the hidden session. This allows the attacker to log into bank accounts, bypassing 2FA if the victim's browser session is already authenticated.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is total compromise of the endpoint and near-guaranteed financial fraud. Host-based IoCs require advanced EDR: look for anomalous processes (like a second instance of `explorer.exe` or `chrome.exe`) running under a non-default Window Station (e.g., something other than `WinSta0\\Default`). Network IoCs include a constant, high-bandwidth outbound stream of encrypted traffic (the VNC video feed) to a known C2 IP address.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1185",
    "T1055",
    "T1564.006",
    "T1071.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1564.006",
      "name": "Hide Artifacts: Run Virtual Instance (Creating the hidden Window Station/Desktop)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1055",
      "name": "Process Injection (Spawning processes in the hidden context)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1071.001",
      "name": "Application Layer Protocol: Web Protocols (Streaming the VNC feed to C2)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1185",
      "name": "Browser Session Hijacking (Using the victim's browser and cookies)",
      "tactic": "Collection"
    }
  ],
  "containment_steps": [
    "Immediately isolate the endpoint from the network to terminate the active hVNC session and stop the attacker from interacting with the hidden desktop.",
    "Assume all logged-in sessions (browser cookies, saved passwords, active VPN tunnels) on the infected machine have been compromised and abused by the attacker.",
    "Contact financial institutions immediately to freeze accounts if the infected machine was used for banking or cryptocurrency management.",
    "Perform a complete wipe and reimage of the machine, as hVNC modules are often part of larger rootkit or banking trojan infections."
  ],
  "what_to_avoid": [
    "Do not assume a machine is safe just because you don't 'see' the attacker moving the mouse; hVNC operates in a completely parallel, invisible desktop.",
    "Avoid relying solely on multi-factor authentication (MFA) to protect accounts; if the attacker uses hVNC while the victim is already logged in, the MFA challenge has already been bypassed."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}