{
  "family": "liuliangbao",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Adware:Win32/Liuliangbao (often translated roughly to 'Traffic Treasure') is a Chinese-origin adware family explicitly designed for aggressive Click Fraud and artificial traffic generation (`T1499`). Unlike adware that displays ads to a user, Liuliangbao operates invisibly in the background, weaponizing the host computer's network connection and processing power to simulate legitimate user clicks on advertisements or specific websites to generate fraudulent revenue.<br><br><b>Understanding Liuliangbao (Click Fraud Botnet)</b><br>To an end-user, the infection is primarily felt as a severe degradation in system performance and network speed. For a security team, Liuliangbao is a resource drain that enlists corporate endpoints into a click-fraud botnet, potentially violating acceptable use policies and risking IP blacklisting due to the high volume of automated traffic.<br><br><b>Execution and Fraud Mechanics</b><br>Liuliangbao is typically distributed via software bundlers or disguised as legitimate system optimization tools (PUPs). Upon execution, it establishes persistence via a hidden Windows Service (`T1543.003`). It then launches hidden instances of a web browser (often headless Chrome or Internet Explorer via COM objects) (`T1564.001`). It receives instructions from a C2 server detailing which URLs to visit and which specific ad elements to click. It uses mechanisms to simulate human interaction (randomized mouse movements and scrolling) to bypass basic anti-fraud detection on the advertising networks.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is the unauthorized consumption of bandwidth and system resources for fraudulent purposes. Host-based IoCs include EDR alerts for headless browser execution (e.g., `iexplore.exe` or `chrome.exe` running with `--headless` flags or as SYSTEM), high CPU/memory utilization by these hidden processes, and the presence of Liuliangbao services in the registry. Network IoCs are highly visible: a massive, continuous volume of HTTP/HTTPS traffic to various advertising networks and specific target domains, often attempting to spoof User-Agent strings.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1564.001",
    "T1499",
    "T1543.003"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1499",
      "name": "Endpoint Denial of Service (Resource hijacking for click fraud)",
      "tactic": "Impact"
    },
    {
      "id": "T1564.001",
      "name": "Hide Artifacts: Hidden Window (Running invisible browsers to simulate clicks)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service (Establishing persistence)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Isolate the machine from the network immediately to halt the fraudulent click generation and conserve bandwidth.",
    "Use a robust anti-malware scanner to identify and remove the hidden Liuliangbao service and associated executables.",
    "Review DNS and proxy logs to identify the botnet's C2 servers and block them enterprise-wide.",
    "Investigate the initial infection vector, as Liuliangbao often arrives alongside more dangerous malware dropped by the same bundler."
  ],
  "what_to_avoid": [
    "Do not ignore the infection assuming it's 'just adware'; the high volume of traffic can lead to your corporate IP block being blacklisted by major CDNs or ad networks.",
    "Avoid relying solely on manual uninstallation, as the service will often actively defend its registry keys and files."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}