Microfake
Overview
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.
Understanding Microfake
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.
Execution and Deceptive Tactics
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`).
Indicators of Compromise & Impact
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.
MITRE ATT&CK Techniques
Observed techniques used by this family, mapped to the MITRE ATT&CK framework:
| Technique | Name | Tactic |
|---|---|---|
T1189 | Drive-by Compromise | Initial Access |
T1491 | Defacement (UI Manipulation via Fake Alerts) | Impact |
T1562.001 | Impair Defenses: Disable or Modify Tools (Blocking real AV) | Defense Evasion |
T1547.001 | Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder | Persistence |
T1053.005 | Scheduled Task/Job: Scheduled Task | Persistence |
Generated Detections (Boilerplate)
These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.
YARA Rule
rule MALWARE_WIN_MICROFAKE {
meta:
description = "Detects Microfake (advanced_threat)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "microfake" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Microfake Activity
id: 2459fd88797104b4c7d6fb16fca86fae
status: experimental
description: Detects generic indicators of the microfake malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*microfake*"
condition: selection
level: mediumContainment & Response Steps
Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.
- 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
Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.
- 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.
References & External Analysis
- Search "microfake" on VirusTotal (External Analysis)
Frequently Asked Questions
How do I remove the Microfake Advanced_Threat from Windows?
Manual removal of Microfake is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.
Is Microfake a virus or a Advanced_Threat?
Microfake is classified as a Advanced_Threat. Unlike traditional viruses that infect files, modern malware like Microfake typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Microfake infection?
Symptoms of Microfake can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.
Related Families (Category: advanced_threat)
Explore other malware families in the same category:
Protect Your Network Against Advanced_Threats
Want to prevent Microfake and similar threats from compromising your organization? Read our comprehensive defensive guide: Suspect an Infection? What to do.
Machine-readable
Get this profile as JSON: https://jordanricky1604-ship-it.github.io/malware-families-catalog/api/microfake.json
Ecosystem & Interactive Environments
This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.