{
  "family": "qqrob",
  "sample_count": 2,
  "category": "trojan",
  "description": "Trojan:Win32/Qqrob is a highly specific Information Stealer designed to target users of the Tencent QQ instant messaging platform, which is massively popular in China. Its primary objective is to silently hook into the QQ application process (`T1055`), intercept user keystrokes (`T1056.001`), and steal login credentials and session tokens to hijack the victim's account.<br><br><b>Understanding Qqrob (Targeted Info-Stealers)</b><br>To an end-user, the infection might be completely unnoticeable until they find themselves locked out of their QQ account, or their contacts start receiving spam/phishing links from their hijacked profile. For a security analyst, Qqrob represents a localized, highly targeted threat that utilizes API hooking to bypass the encryption often employed by messaging clients.<br><br><b>Execution and Credential Theft Mechanics</b><br>Qqrob is typically distributed via malicious links sent within QQ itself, or bundled with fake QQ 'enhancement' tools (like VIP feature unlockers). Upon execution, it establishes persistence (often via the `Run` registry key). The core mechanism involves process injection (`T1055`): the trojan continuously monitors the system for the execution of `QQ.exe`. Once detected, Qqrob injects a malicious DLL into the QQ process space. This DLL uses API hooking (specifically targeting functions related to keyboard input or network transmission) to capture the user's password *before* the legitimate QQ client encrypts it for transmission to the Tencent servers (`T1056.001`). The stolen credentials are then transmitted via HTTP/SMTP to the attacker.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is the total compromise of the user's QQ identity, often leading to secondary phishing attacks against their contacts. Host-based IoCs include EDR alerts for suspicious process injection specifically targeting `QQ.exe`, and the presence of unknown DLLs loaded into the QQ process memory space. Network IoCs include the trojan making outbound connections to non-Tencent IP addresses immediately following a QQ login event.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1056.001",
    "T1055",
    "T1566.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1056.001",
      "name": "Input Capture: Keylogging (Hooking the QQ process to steal passwords)",
      "tactic": "Collection"
    },
    {
      "id": "T1055",
      "name": "Process Injection (Injecting into QQ.exe to facilitate the hook)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1566.002",
      "name": "Phishing: Spearphishing Link (Primary distribution method via the messaging platform itself)",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Immediately kill the `QQ.exe` process and isolate the machine to prevent further credential theft or exfiltration.",
    "Use a clean, separate device to immediately change the password for the compromised QQ account and enable two-factor authentication.",
    "Run a full system scan to locate and remove the core Qqrob executable and its associated persistence registry keys.",
    "Notify the user's contacts that the account was compromised to prevent the spread of the malware via secondary phishing."
  ],
  "what_to_avoid": [
    "Do not attempt to log back into QQ on the infected machine until it has been completely wiped or forensically cleared.",
    "Avoid downloading unauthorized 'mods' or enhancement tools for messaging applications, as these are common vectors for Qqrob."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}