Something You Are
"Something you are" describes a category of authentication that verifies identity based on a person's physical or behavioral traits, such as a fingerprint, facial features, or voice. It is one of the classic factor types used to confirm that someone is who they claim to be, alongside "something you know" (like a password) and "something you have" (like a security key). Because these traits are inherent to the individual, they are meant to be difficult for someone else to replicate.
"Something you are" is the inherence category of authentication factors, one of the three canonical factor types distinguished in multi-factor authentication alongside knowledge factors ("something you know") and possession factors ("something you have"). It relies on measurable physiological or behavioral characteristics of a principal, for example fingerprint, face, iris, or voice patterns, captured and matched against an enrolled template during the authentication step. Note that inherence factors verify identity (authentication) and do not by themselves determine what a principal may access (authorization); behavioral traits sometimes described as "something you do" are treated by some practitioners as a distinct factor category rather than part of inherence, and this classification is not universally settled. The evidence packet does not provide detail on specific biometric standards, matching algorithms, or template protection methods, so those are out of scope for this entry.
Why it matters
Inherence factors matter because they address a fundamental weakness of the other two factor categories: knowledge factors like passwords can be shared, guessed, or phished, and possession factors like security keys can be lost, stolen, or handed off. A trait that is inherent to an individual is meant to be difficult for someone else to replicate, which is why "something you are" is frequently combined with a knowledge or possession factor to build multi-factor authentication. When correctly deployed as one factor among several, inherence can raise the assurance that the principal presenting credentials is the enrolled individual rather than someone who merely holds a shared secret or a device.
At the same time, the category carries limitations that IAM practitioners must weigh. Unlike a password, an inherent trait cannot be reset or reissued if the underlying template or the matching process is compromised, so the consequences of a failure differ in kind from those of knowledge or possession factors. Because inherence factors verify who a principal is (authentication) and do not by themselves determine what that principal may access (authorization), they should never be treated as a substitute for authorization controls. Practitioners should be careful not to assume that adding a biometric automatically produces multi-factor authentication; the classification and independence of the factors involved still have to hold.
There is also genuine ambiguity at the edges of the category. Behavioral traits sometimes described as "something you do" are treated by some practitioners as a distinct factor category rather than as part of inherence, and this classification is not universally settled. Teams designing authentication policies should agree on how they categorize such traits so that claims about factor count and factor independence remain consistent and auditable.
Who it's relevant to
Inside Something You Are
Common questions
Answers to the questions practitioners most commonly ask about Something You Are.