3.1 Password Hygiene and Authentication
Weak authentication remains one of the most common root causes of corporate breaches.
Modern security standards focus on usability, strength, and layered protection.
-
- The “Passphrase” Standard:
The NIST (National Institute of Standards and Technology) now recommends
length over complexity.
A 15-character passphrase such asPurple-Coffee-Train-Jumpis mathematically harder to crack—and easier to remember—thanTr0ub4dor&3
- The “Passphrase” Standard:
-
- Credential Stuffing:
Users frequently reuse passwords across multiple platforms.
If a service likeLinkedInis breached, attackers automatically test the same credentials onSalesforce,Office 365,andBankingsystems.Rule: Never reuse corporate credentials.
- Credential Stuffing:
- MFA (Multi-Factor Authentication):
This control is non-negotiable in modern security environments.
MFA blocks approximately 99.9% of automated attacks.
However, users must be aware of MFA Fatigue,
where attackers repeatedly send push notifications hoping the victim
will approve a request just to make it stop.