{
  "family": "fleercivet",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Adware:Win32/Fleercivet is a persistent adware family focused on click fraud and silent ad-injection. Unlike traditional adware that constantly bothers the user with visible pop-ups, Fleercivet is designed to operate more stealthily, generating revenue by simulating clicks on background advertisements or by quietly replacing legitimate ads on websites with those belonging to the attacker's affiliate network (`T1499`).<br><br><b>Understanding Fleercivet (Ad Injection)</b><br>To an end-user, the infection might manifest as slow browser performance or noticing that ads on familiar websites look strangely off-brand or lower quality. For a security team, Fleercivet is a network nuisance that indicates a failure in endpoint controls regarding Potentially Unwanted Programs (PUPs) and introduces the risk of malvertising.<br><br><b>Execution and Injection Mechanics</b><br>Fleercivet is distributed primarily via software bundling. Upon execution, it establishes persistence, often utilizing a Scheduled Task or modifying the `AppInit_DLLs` registry key (`T1546.010`) to ensure its DLL is loaded into every new process (specifically targeting browsers). Once hooked into the browser process (Chrome, Firefox, or Edge), Fleercivet uses Man-in-the-Browser (MitB) techniques to intercept web traffic. It parses the HTML of incoming web pages and dynamically injects its own JavaScript, which replaces existing ad banners or creates invisible iframes to click on ads silently in the background.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is degraded system performance and exposure to untrusted advertising networks. Host-based IoCs include EDR alerts for DLL injection into browser processes (e.g., `chrome.exe`), unauthorized modifications to `AppInit_DLLs`, and unexpected Scheduled Tasks. Network IoCs include DNS requests and HTTP traffic directed towards known affiliate marketing and tracking domains that occur independently of user navigation.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1546.010",
    "T1499",
    "T1189"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1499",
      "name": "Endpoint Denial of Service (Consuming resources via invisible ad loading and click fraud)",
      "tactic": "Impact"
    },
    {
      "id": "T1546.010",
      "name": "Event Triggered Execution: AppInit DLLs (Persistence and injection mechanism)",
      "tactic": "Persistence"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Initial distribution via software bundles)",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Use a robust anti-malware tool (like Malwarebytes or AdwCleaner) to locate and remove the Fleercivet DLLs and the associated injection registry keys.",
    "Verify and clean the `AppInit_DLLs` registry key (`HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Windows`).",
    "Reset all web browsers to default settings to ensure no malicious extensions were also dropped.",
    "Educate users on the risks of 'Express Installations' when downloading freeware."
  ],
  "what_to_avoid": [
    "Do not assume the browser is secure just because no new toolbars are visible; Fleercivet operates largely via injected code, not UI extensions.",
    "Avoid relying solely on traditional antivirus signatures, as the ad-injection scripts are frequently updated."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}