{
  "family": "superthreat",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Rogue:Win32/Superthreat is a classic example of Rogue Software, specifically a 'Fake Antivirus' (FakeAV) or 'Scareware'. It masquerades as a legitimate security suite, performing fabricated system scans that inevitably report hundreds of non-existent critical virus infections. Its sole purpose is to employ deceptive social engineering to frighten the user into purchasing a premium license to 'clean' the fabricated malware.<br><br><b>Understanding Superthreat (Fake AV)</b><br>To an end-user, Superthreat appears to be a highly alarming security alert warning them of impending system destruction. For a security analyst, it is a Potentially Unwanted Program (PUP) that utilizes fraudulent tactics (`T1566.002`). It degrades system performance, steals financial data via fraudulent transactions, and often acts aggressively to prevent the user from launching real security tools.<br><br><b>Execution and Deception Mechanics</b><br>Superthreat is primarily distributed through deceptive malvertising, drive-by downloads, or fake 'Your PC is infected' pop-ups on low-reputation websites (`T1189`). Upon execution, it establishes persistence by modifying the Registry Run keys (`T1547.001`) to ensure it launches automatically. To maintain its illusion of authority and force payment, it actively Impairs Defenses (`T1562.001`) by terminating the processes of legitimate antivirus software (like Windows Defender), blocking access to security websites, and hijacking the Windows Security Center interface.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is financial loss for the user (fraud) and reduced endpoint usability. Host-based IoCs include the presence of a new, highly aggressive 'antivirus' application demanding payment, persistent desktop pop-ups, and the inability to open legitimate security tools (like Task Manager or Regedit). EDR telemetry will log the software's autostart registry modifications and its attempts to terminate known AV processes.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1189",
    "T1547.001",
    "T1562.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Terminating real AV processes)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution (Registry Run keys)",
      "tactic": "Persistence"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Malvertising distribution)",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Reboot the infected machine into 'Safe Mode with Networking' to prevent the rogue AV from launching and blocking remediation efforts.",
    "Use a reputable Adware/PUP removal tool (like Malwarebytes) or a bootable offline AV scanner to eliminate the rogue software and its registry keys.",
    "Reset all web browsers to their default settings and verify the Windows `hosts` file has not been modified to block access to security vendors.",
    "Educate the affected user on identifying fake security alerts and the risks of entering payment information into untrusted applications."
  ],
  "what_to_avoid": [
    "Do not pay for the 'premium' license; the software is fraudulent and the transaction will result in credit card theft.",
    "Avoid attempting manual removal in normal Windows mode, as the rogue software will likely terminate your administrative tools."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}