Passwords and Identity 5 lessons
  1. 1 The unglamorous control that stops most attacks
  2. 2 Passwords that actually work sign in to open
  3. 3 Multi factor authentication sign in to open
  4. 4 Managing identity in an organisation sign in to open
  5. 5 Protecting yourself personally sign in to open
Course overview
Data: video · change

This lesson: 122KB

Passwords and Identity · Lesson 1 of 5

The unglamorous control that stops most attacks

Understand where real compromises begin.

Most successful attacks on organisations do not involve breaking anything. They involve signing in, with credentials that were guessed, reused, phished or found.

Which means identity is the boundary, not the firewall. Once somebody has a valid account, most of your other controls are irrelevant because everything they do looks legitimate.

Where credentials come from. Reused passwords, where somebody used the same one on a site that was breached, and the attacker simply tried it on your system. Phishing, which is still the most effective technique there is. Weak passwords that are guessed. Credentials left in code repositories. And passwords shared between people, which then belong to everybody who ever worked there.

The reused password problem is the largest. Billions of credentials from past breaches are available, and automated attempts using them against every service are continuous. A staff member using their personal password at work has connected your organisation to every site they have ever registered on.

Which is why multi factor authentication is the single highest value control available. It prevents the large majority of account compromises, including every attack based on a stolen password alone, and it is frequently free with services you already pay for.

And why the classic password advice was wrong. Forced regular changes produce predictable variations, complexity rules produce a password written on a note, and both made things worse while feeling rigorous.

Lab — try it yourself

Turn on multi factor authentication for every account that supports it, starting with email. Email is the account that resets all the others.

Check what you learned

Create your free BvLogic ID to take the quiz and record your score.

Create your BvLogic ID
Continue to lesson 2 Up next 2. Passwords that actually work