{
  "family": "vonteera",
  "sample_count": 3,
  "category": "advanced_threat",
  "description": "Adware:Win32/Vonteera is a highly aggressive and technically advanced adware family. While its ultimate goal is to hijack browsers and display unwanted advertisements, it distinguishes itself by employing severe **Defense Evasion** techniques. Specifically, Vonteera deliberately tampers with the Windows Certificate Store to invalidate the digital certificates of major security vendors, effectively blinding the system's antivirus software.<br><br><b>Understanding Vonteera</b><br>To an end-user, Vonteera manifests as severe browser hijacking, endless pop-ups, and a suddenly disabled or non-functioning antivirus program. For a security team, Vonteera represents a serious threat. By neutralizing security products, it leaves the endpoint completely vulnerable to any subsequent malware infections.<br><br><b>Execution and Certificate Tampering Mechanics</b><br>Vonteera is usually bundled with freeware or pirated software (`T1189`). Upon execution with administrative privileges (`T1204.002`), it establishes persistence via scheduled tasks. Its most critical action is interacting with the Windows Registry and the Cryptographic API. Vonteera actively adds the digital certificates used by major security vendors (e.g., Malwarebytes, Avast, AVG, Trend Micro) to the system's **Untrusted Certificates** store (`T1553.004`). By doing this, Windows will actively block any executables signed by these vendors from running, and it prevents the AV software from updating its definitions or communicating with its cloud infrastructure (`T1562.001`). Once the AV is crippled, Vonteera freely installs its browser extensions and BHOs to hijack web traffic (`T1176`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is a completely compromised endpoint devoid of security monitoring. Host-based IoCs include EDR alerts (if still functioning) for unauthorized modifications to the `HKCU\\Software\\Microsoft\\SystemCertificates\\Disallowed` registry hive. The most obvious indicator is the sudden inability to launch or update legitimate security software. Network IoCs include high volumes of DNS queries resolving to known adware tracking infrastructure.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1189",
    "T1562.001",
    "T1176",
    "T1553.004"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1553.004",
      "name": "Subvert Trust Controls: Install Root Certificate (Adding AV certs to Untrusted store)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Crippling AV via cert revocation)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (Hijacking browser traffic)",
      "tactic": "Persistence"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Boot the infected machine into 'Safe Mode' to prevent Vonteera's persistence mechanisms from launching.",
    "Use the Microsoft Management Console (MMC) with the Certificates snap-in to manually inspect the 'Untrusted Certificates' folder and remove the legitimately signed certificates of your AV vendors.",
    "Once the certificate store is repaired, immediately update your enterprise antivirus signatures and run a full system scan.",
    "Remove any unknown browser extensions and reset browser settings to default."
  ],
  "what_to_avoid": [
    "Do not attempt to reinstall the antivirus software without first repairing the Certificate Store; Windows will continue to block the installation.",
    "Avoid assuming the system is clean just because you removed the browser extensions; the core adware service and certificate modifications must be remediated."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}