TechKnowSurge
CompTIA Security+ 4.6 ISC2 CISSP 5.2 NIST 800-53 IA-2 NIST CSF PR.AA-03 NIST 800-53 IA-5 CompTIA SecurityX 2.1
VideoSecurityFree

Multi Factor Authentication (MFA)

Multi-factor authentication (MFA) significantly reduces credential-based threats by requiring users to verify identity through more than one factor, making it far more effective than password improvements alone. Authentication factors fall into five categories: something you know, something you have, something you are, somewhere you are, and something you do.

Complete this video to capture a CTF flag worth 1 point.

About this video

Relying solely on passwords to protect systems is a well-documented security liability. Even well-trained users struggle to maintain strong password hygiene consistently, and threat actors have numerous techniques to exploit credentials regardless. Multi-factor authentication (MFA) addresses this by requiring more than one form of verification before granting access, and the security improvement it provides over even a strong password policy is substantial. Cybersecurity insurers have recognized this, with many now requiring MFA as a condition of coverage. Authentication factors fall into five categories. Something you know covers passwords, PINs, one-time passwords, and security questions. Something you have includes physical and digital items such as hardware tokens, key fobs, smart cards, authenticator apps, and codes delivered via SMS or email. Something you are refers to biometric identifiers — fingerprints, palm prints, retina scans, voice patterns, and similar physiological characteristics. Somewhere you are uses location data such as IP address or geolocation to verify that access attempts originate from expected regions. Something you do accounts for behavioral factors like time-restricted access or specific sequences of actions. Tokens deserve particular attention as one of the most widely deployed "something you have" factors. A token is a physical or digital representation of authorization — a gym membership card is a straightforward real-world analogy. In access control, hard tokens take the form of USB drives, dongles, or key fobs, while soft tokens are ephemeral codes delivered to a trusted device. Both serve the same purpose: proving possession of a trusted object at the moment of authentication. As MFA adoption grows, passwordless authentication is emerging as a viable model. By combining factors such as a biometric identifier and an authenticator app, systems can verify identity with high confidence without requiring a traditional password at all. This approach maintains strong security while reducing the friction and risk associated with password management.

What you'll learn

What's covered

Multi-Factor Authentication

Aligned to

CompTIA Security+
4.6 Given a scenario, implement and maintain identity and access management.
ISC2 CISSP
5.2 Design identification and authentication strategy.
NIST 800-53
IA-2 Identification and Authentication (Organizational Users)
IA-5 Authenticator Management
NIST CSF
PR.AA-03 Users, services, and hardware are authenticated.
CompTIA SecurityX
2.1 Given a scenario, analyze the security requirements and objectives to provide the appropriate authentication and authorization controls.

Key terms

Authentication
The process of verifying the identity of a user, device, or system.
Multi-Factor Authentication
MFA
An authentication method that requires users to provide two or more verification factors to gain access.
Two-Factor Authentication
2FA
An authentication method that requires two distinct forms of verification before granting access.
Single-Factor Authentication
An authentication method that requires only one form of verification, such as a password, to grant access.
Biometrics
Authentication methods that use unique physical or behavioral characteristics such as fingerprints or retinal scans.
One-time Password
OTP
A One-time Password is a code valid for only a single authentication session or transaction, generated by hardware tokens, authenticator apps, or SMS, providing stronger security than static passwords by eliminating the risk of credential replay attacks.
Hard Token
A physical device such as a USB dongle, key fob, or smart card used to authenticate a user's identity.
Soft Token
A software-based authentication token, such as a code delivered to a mobile device or generated by an authenticator app.

Topics

Multi Factor Authentication Authentication Factors Identity Verification Credential Security Access Control Cybersecurity

Transcript

What I've seen is it's very difficult to get a group of users all to create great passwords and practice good password management, and even if they did, there are things that threat agents can do to leverage credentials to get into systems. But most of that goes away when you use something like multifactor authentication.

The improvement of going from an okay password to a great password is pretty small in comparison to when you incorporate something like multifactor authentication, which is one of the reasons cyber security insurances are requiring it. Insurance agencies are requiring it if you're going to get cyber security insurance, because it's that big of an improvement.

Single factor, two factor, multifactor

When you log into a system you typically log in with a username and a password. What happens is that this is called single factor authentication, and the single factor is this password that you enter.

If we wanted two factor authentication, that means that there's another factor involved. So two factor authentication is maybe at the same time we have to do a thumb print, so we would do a thumb print as our second factor.

Multifactor authentication is just anything besides single factor authentication. That means there's multiple: two is multiple, three is multiple, four is multiple, whatever the case may be. It's just requiring more than one form of authentication.

Two step verification just means that this is happening in two steps. The first step, in this scenario right here, we're asking for the username and password. Once they verify who they are, they're going to go through a second step — in this case right here it's a one-time password, maybe through SMS, that they're going to enter in here, and that's the second step of this verification.

The five categories of factors

Factors can be broken down into five different categories: something you know, something you have, something you are, somewhere you are, or something you do. Some resources just list off these first three: something you know, something you have and something you are.

Something you know would be something like a password, a PIN, a one-time password that you use once and then it goes away, a security word or a security question.

Something you have would be something like — we're getting used to SMS messages, voice messages, email. We could also use certificates; we haven't gotten into certificates yet. But security keys, authenticator apps, tokens both soft and hard tokens, and badges. So there are things that you have in your possession, whether it's on your computer or on your person like a phone, that you can use to authenticate yourself.

Then there is something you are. This is things like a fingerprint, a palm print, voice, retina, signature, DNA — all examples of that.

Somewhere you are would be like an IP address or some sort of geolocation. Often geolocation is based off of IP address, but a geolocation would be like where you are at in this world. A good example of that is I get alerts if somebody logged into our email system from a foreign country, so that we could figure out, are they on vacation or did somebody compromise the account?

Then something you do would be like you do something at a certain time, or there's a sequence of actions that you perform. A good example of this is maybe you're not able to log into your system unless it's during business hours.

Tokens, hard and soft

When it comes to something you have, perhaps what you have is a token. A token is just a visible or tangible representation of something — that's what the word token means. A good example of this might be this card that I have right here. This is for my gym membership. It isn't my membership, but it's a representation of my membership. The fact that I have this allows me to get into the building, because I have this token here that shows that I'm a member of that gym. So a token is a representation.

When it comes to granting access to something, we have hard tokens and soft tokens. A hard token might be something like a USB drive that we stick in, or a USB dongle that we stick in, or some sort of key fob that we have, or maybe it's some sort of card access. It's a token that gives us access into something.

There are also soft tokens. A soft token would be maybe you have your phone, and so what's sent to your phone is a code, and that code now is the token to get into something. So that's a soft token. These are some different representations of hard and soft tokens.

Going passwordless

Because of multifactor authentication, we actually have this concept of going passwordless. That means that maybe we don't need passwords in the future, if we're using things like an authenticator app, something you have, and we're using something you are like a fingerprint, or maybe it's a geolocation. Maybe we're using multiple items to authenticate you still, but without the need for a password. In some ways this can be very convenient.

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →