Attacker Economics

mental-model

Defend against the attacker’s cheapest viable path, not the attack that looks most technically impressive. Password length matters against guessing, but it cannot rescue credentials that attackers can simply copy from a leak and reuse.

The attacker may never try to crack your elaborate password. If the same credentials are already available elsewhere, the economical move is not computation but copy and paste—the basic logic behind credential-stuffing.

E1

Attackers optimize for cost

An attacker chooses among routes: guess a secret, obtain it from another source, or exploit the way it is reused. The winning route is the one that delivers access with the least effort and expense. A longer password raises the cost of brute force, but password-reuse can leave a cheaper route untouched: take credentials exposed in one place and test them somewhere else.

Security therefore works only when it raises the cost of the path attackers are actually likely to take. two-factor-authentication makes a copied password less sufficient, while a password-manager makes unique credentials practical and prevents one leaked secret from becoming a reusable key.

E1

Where it shows up

Copy beats cracking

The hacker’s blunt observation—“Nobody breaks your password that way”—reveals the model. Sophisticated cracking is irrational when leaked credentials can be pasted directly into a login form. The important question is not whether your password looks strong, but whether a cheaper route bypasses that strength.

E1

Cheap is contextual

This model does not make long passwords irrelevant. Where credentials have not leaked and guessing is the available route, length still raises attack cost. Nor does it identify one permanent weakest link: changing systems, defenses, and user behavior can change which route is cheapest. The security-convenience-trade-off also matters, because every added barrier imposes some friction on legitimate users.

E1

Close the copy-paste route

Tomorrow, replace one reused password—start with the account that could unlock or recover others—with a unique password generated by a manager, then enable two-factor authentication there. That combination targets the cheap credential-copying path instead of merely making brute force harder.

Episodes that teach this