{
  "family": "crawler",
  "sample_count": 10,
  "category": "advanced_threat",
  "description": "Adware:Win32/Crawler (often associated with the historical 'Crawler Toolbar') is a Potentially Unwanted Program (PUA) and adware family designed to silently hijack web browsers, inject intrusive advertisements, alter search results, and aggressively track user browsing habits to generate illicit pay-per-click revenue.<br><br><b>Understanding Crawler Adware</b><br>To an end-user, a Crawler infection was highly frustrating. Their web browsing experience was completely subverted: massive banner ads appeared everywhere, and their default search engine and homepage were locked to the Crawler portal or affiliate sites. For security analysts, Crawler represents a classic example of aggressive Pay-Per-Install (PPI) monetization, utilizing persistent toolbars and Browser Helper Objects (BHOs) to ensure the user cannot easily revert their settings.<br><br><b>Execution and Hijacking Mechanics</b><br>Crawler was heavily distributed via deceptive software bundlers (`T1189`) on third-party freeware sites. Upon execution, the installer used 'Dark Patterns' to bypass user consent. It dropped its payload into `C:\\Program Files` and established aggressive persistence via multiple Registry Run keys. It installed rogue Browser Helper Objects (BHOs) and toolbars (`T1176`) into Internet Explorer and other browsers to intercept all web traffic (`T1185`), injecting its advertisements directly into the DOM and monitoring search queries.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a severely degraded user experience, compromised browsing privacy (all searches were tracked and monetized), and sluggish browser performance due to the heavy toolbar footprint. Incident responders will observe anomalous HTTP/HTTPS traffic to known adware affiliate networks. EDR logs will flag the installation of the Crawler toolbar and the persistent modification of browser registry keys.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1185",
    "T1112",
    "T1189",
    "T1176"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled Installers)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (Toolbar / BHO installation)",
      "tactic": "Persistence"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Search/Homepage Hijacking)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1185",
      "name": "Browser Session Hijacking (Ad injection and tracking)",
      "tactic": "Collection"
    }
  ],
  "containment_steps": [
    "Use the Windows Control Panel to thoroughly uninstall the 'Crawler Toolbar' and any associated software installed on the same date.",
    "Deploy an enterprise adware removal tool (e.g., AdwCleaner or Malwarebytes) to locate and strip the deeply embedded registry hooks and BHOs.",
    "Force a complete reset of all installed web browsers to factory defaults to eradicate the rogue extensions and restore the homepage.",
    "Quarantine the endpoint during cleanup to halt the active exfiltration of browsing telemetry."
  ],
  "what_to_avoid": [
    "Do not rely solely on the browser's 'remove extension' button; the underlying BHOs often require registry modification to fully remove.",
    "Avoid ignoring the infection; adware tracking data is highly detailed and may expose corporate activities or provide a foothold for malvertising."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}