Posted on

Security-alert fatigue exploited by repeated fraudulent notifications

Security warnings are supposed to interrupt routine behavior.

The problem begins when interruption becomes routine behavior.

Microsoft describes “push-bombing” or MFA-fatigue attacks in which an attacker repeatedly triggers authentication requests to a victim’s device. The victim is expected to deny the requests. The attacker is betting that enough buzzing, tapping, and confusion will eventually produce one accidental or exhausted approval.

See Microsoft’s security guidance on push-bombing and credential attacks.

Microsoft later reported observing roughly 6,000 MFA-fatigue attempts per day by the end of June 2023 and described repeated notifications as a social-engineering technique that can overwhelm or distract users.

See Microsoft’s guidance on protecting credentials from social engineering.

The attacker turns a safeguard into noise

An unexpected authentication prompt is useful because it tells the user that someone is attempting to sign in.

Twenty unexpected prompts create a different psychological problem.

The user may start treating them as background noise, assume the system is malfunctioning, or approve one simply to make the interruption disappear. That is alert fatigue: the warning remains technically visible while its ability to command careful attention declines.

This is not limited to authenticator apps. Fraudulent security emails, password-reset notices, browser warnings, and fake account alerts can all benefit from the same exhaustion if users are conditioned to click through warning after warning.

Do not resolve an unexpected alert through the alert itself

If you receive an authentication request you did not initiate, deny it.

Then open the account or security dashboard through a known route and inspect recent sign-in activity. Change a compromised password if appropriate, review active sessions, and use stronger authentication options the provider supports.

Microsoft has pushed number matching and phishing-resistant authentication partly because a simple Approve button is easier to abuse through repeated prompting.

See Microsoft’s phishing-resistant MFA guidance.

The important habit is to separate notification from action.

A warning can tell you something may be wrong.

It should not automatically decide what you click next.

The scammer wants the hundredth alert to receive less thought than the first.

Security only works if the hundredth one still gets checked.

Posted on

Fake CAPTCHA prompts that ask users to perform unsafe actions

A CAPTCHA is supposed to ask the website a question about you.

It is not supposed to ask you to operate the computer on the website’s behalf.

Microsoft has documented a social-engineering technique known as ClickFix in which attackers imitate familiar human-verification pages such as CAPTCHA, reCAPTCHA, or Cloudflare-style checks. Instead of merely asking the visitor to click a box or solve a challenge, the fake page gives instructions that lead the user into running a command on the computer.

See Microsoft’s analysis of ClickFix.

The request stops matching the job

A legitimate human-verification challenge exists to distinguish a person from automated traffic.

It may ask you to click a checkbox, identify images, wait briefly, or complete some other interaction inside the browser.

The fake version changes the assignment.

It might tell you to open a system dialog, paste something from the clipboard, launch a terminal, or perform some unrelated sequence of operating-system actions. Microsoft says ClickFix campaigns use exactly this mismatch to get users to initiate the infection themselves.

That is the useful warning sign: the “verification” begins asking for capabilities that a normal CAPTCHA does not need.

Familiarity lowers suspicion

CAPTCHAs are annoying but ordinary. People have been trained to comply with them quickly because they appear during sign-ins, downloads, ticket purchases and other routine web tasks.

Attackers borrow that muscle memory.

Microsoft has observed fake CAPTCHA pages used in campaigns that ultimately install information-stealing malware or remote-access software. Its security intelligence also classifies fake CAPTCHA behavior as a social-engineering technique rather than a real verification system.

See Microsoft’s FakeCaptcha threat description.

A CAPTCHA should stay in its lane

If a human-verification page suddenly asks you to open Windows Run, PowerShell, Terminal, or another system tool and paste or execute something, stop.

Do not finish the instructions merely because the page says they are required.

Close the page and return to the service through its known address. If the site genuinely requires verification, it can present a normal challenge again.

The fake CAPTCHA depends on one assumption: that a familiar box labeled I am not a robot will make every instruction beneath it feel equally legitimate.

It should not.

The moment the test asks you to become the installer, the test has changed.