{
  "family": "microfake",
  "sample_count": 14,
  "category": "advanced_threat",
  "description": "Rogue:Win32/Microfake is a classification for deceptive Potentially Unwanted Programs (PUAs) and Rogue Security Software (Scareware) that masquerade as legitimate anti-malware tools (often mimicking the visual style of Microsoft products). They use aggressive, false reporting to coerce users into purchasing a premium version of the software to 'fix' non-existent system issues or malware infections.<br><br><b>Understanding Microfake</b><br>To an end-user, Microfake appears as a helpful, urgent security warning from Windows. It usually infiltrates the machine silently alongside freeware downloads or malicious advertisements. Once installed, it initiates a fake 'system scan' that reports hundreds of terrifying, non-existent malware infections (often naming high-profile threats like Zeus or Conficker). The catch is that to 'clean' the system, the user must input their credit card information. For security analysts, Microfake relies on social engineering and extortion rather than technical exploitation.<br><br><b>Execution and Deceptive Tactics</b><br>Microfake is primarily distributed via Pay-Per-Install (PPI) affiliate networks, drive-by downloads, or fake update prompts (`T1189`). When executed, it establishes persistence by creating an automatic startup entry in the Registry (`T1547.001`) and setting up Scheduled Tasks (`T1053.005`) to ensure the fake AV GUI launches every time the computer boots. To increase pressure on the victim, advanced variants of Microfake actively block legitimate applications (like Task Manager, Registry Editor, and real Antivirus software) from opening, displaying a fake alert claiming the program is 'infected' (`T1562.001`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is primarily financial fraud (tricking users into paying) and extreme user disruption due to the software blocking legitimate applications. Incident responders will find unauthorized Scheduled Tasks and Registry entries pointing to the Microfake executables (often randomly named EXEs in `%AppData%`). Network logs may show HTTP traffic to known rogue software payment gateways.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1562.001",
    "T1547.001",
    "T1491",
    "T1189",
    "T1053.005"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise",
      "tactic": "Initial Access"
    },
    {
      "id": "T1491",
      "name": "Defacement (UI Manipulation via Fake Alerts)",
      "tactic": "Impact"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Blocking real AV)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder",
      "tactic": "Persistence"
    },
    {
      "id": "T1053.005",
      "name": "Scheduled Task/Job: Scheduled Task",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Boot the infected system into 'Safe Mode with Networking'; this often bypasses the scareware's autostart mechanisms and allows legitimate tools to run.",
    "Advise the end-user NOT to pay the requested fee; the reported malware infections are fabricated to induce panic.",
    "Deploy a reputable enterprise anti-malware or adware removal tool (e.g., Malwarebytes, AdwCleaner) to locate and delete the hidden registry keys and scheduled tasks.",
    "Check for and remove any proxy settings the scareware may have configured in the browser to hijack web traffic."
  ],
  "what_to_avoid": [
    "Do not input any credit card or personal information into the software's payment portal.",
    "Avoid ignoring the incident; if the user fell for the lure to install this, they may have unknowingly installed more severe malware (like a banking trojan) from the same source."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}