{
  "family": "vkhost",
  "sample_count": 2,
  "category": "trojan",
  "description": "Trojan:Win32/Vkhost is a specialized trojan and browser hijacker designed specifically to target users of 'VKontakte' (VK), the massively popular Russian social media platform. Its primary objective is to forcibly redirect the user's browser traffic intended for the legitimate VK site to phishing pages or servers controlled by the attacker, usually to steal login credentials or propagate spam.<br><br><b>Understanding Vkhost (Social Media Hijackers)</b><br>To an end-user, the infection becomes apparent when they attempt to log into `vk.com`. They may be presented with a fake login page that looks identical to the real one, or they may be served aggressive advertisements instead of their news feed. For a security analyst, this malware demonstrates the persistent abuse of local DNS resolution files (`T1562.002`) to bypass network-level security controls.<br><br><b>Execution and Hijacking Mechanics</b><br>Vkhost is typically distributed via deceptive software bundles, fake browser updates, or malicious links shared on social media. Upon execution, the malware requires administrative privileges. Its core functionality is incredibly simple but highly effective: it modifies the Windows `HOSTS` file (`C:\\Windows\\System32\\drivers\\etc\\hosts`). By adding entries mapping `vk.com` and related domains to a malicious IP address, the malware intercepts the DNS resolution process at the host level (`T1562.002`). When the user types `vk.com`, the browser connects to the attacker's server instead of the legitimate VK infrastructure. It often establishes persistence via Registry Run keys (`T1547.001`) to ensure the HOSTS file entries are re-injected if the user attempts to remove them.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is the theft of the user's social media identity, leading to potential secondary phishing attacks against their network. Host-based IoCs are definitive: EDR alerts for a process modifying the `HOSTS` file, and the presence of entries in the `HOSTS` file routing `vk.com` to unknown IP addresses. Network IoCs include the browser attempting to establish an HTTPS connection to the malicious IP, which will often result in a certificate error (as the attacker's server cannot present a valid SSL certificate for `vk.com`).",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1112",
    "T1562.002",
    "T1056.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1562.002",
      "name": "Impair Defenses: Disable Windows Event Logging (Modifying the HOSTS file to redirect traffic)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Establishing persistence to protect the HOSTS file modifications)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1056.002",
      "name": "Input Capture: GUI Input Capture (Stealing credentials via the phishing overlay)",
      "tactic": "Collection"
    }
  ],
  "containment_steps": [
    "Open the `C:\\Windows\\System32\\drivers\\etc\\hosts` file using a text editor running with Administrator privileges and delete the malicious VK entries.",
    "Run a full system scan to locate and remove the core Vkhost executable that is protecting the HOSTS file.",
    "Use a clean, separate device to immediately change the password for the compromised VK account and enable two-factor authentication.",
    "Clear the local DNS cache (`ipconfig /flushdns`) to ensure the browser routes to the correct infrastructure."
  ],
  "what_to_avoid": [
    "Do not ignore SSL certificate warnings in the browser; if a major site like VK suddenly presents a certificate error, it is likely being hijacked.",
    "Avoid relying solely on network-level DNS filtering to block this threat, as the local HOSTS file overrides external DNS resolution."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}