Something You Know
"Something you know" refers to a piece of secret information that a person must supply to prove their identity, such as a password, PIN, or the answer to a security question. Because it relies on information kept in a user's memory, it is one of the common categories of authentication factors. It differs from proving identity with a physical device you have or a biometric trait that is part of you.
"Something you know" is the knowledge factor category in authentication, referring to a secret the claimant must present to verify an asserted identity during the authentication step (distinct from identification and from subsequent authorization decisions). Typical instances include passwords, passphrases, PINs, and knowledge-based challenge responses. It is one of three commonly cited factor categories alongside possession factors ("something you have") and inherence factors ("something you are"), and combining a knowledge factor with a factor from a different category is what generally constitutes multi-factor authentication. Note that the provided evidence packet does not contain IAM-specific source material on this term; the categorization above reflects standard practitioner usage rather than the supplied sources, which are unrelated to identity and access management.
Why it matters
The knowledge factor is the oldest and still most widely deployed category of authentication, and its limitations shape much of modern IAM strategy. Because a secret held in memory can be guessed, phished, reused across services, shared, or intercepted, systems that rely on a knowledge factor alone are exposed to credential-based attacks such as phishing, brute forcing, and credential stuffing. Understanding "something you know" as a distinct category is what allows architects to reason about why single-factor password authentication is generally considered weak and why layering factors from different categories improves assurance.
The concept is also central to defining multi-factor authentication correctly. Combining a knowledge factor with a possession factor ("something you have") or an inherence factor ("something you are") is what generally constitutes MFA; combining two knowledge factors, such as a password plus a security question, does not add a genuinely independent category and provides limited additional protection. Practitioners who blur these distinctions risk designing controls that appear to be multi-factor on paper but share the same failure modes in practice.
Because the knowledge factor depends on human memory and secrecy, much of the recent momentum in authentication has been toward reducing or eliminating reliance on it. Framing "something you know" precisely helps teams evaluate whether a proposed control genuinely diversifies factor categories or merely stacks additional secrets that a single phishing event could compromise.
Who it's relevant to
Inside Something You Know
Common questions
Answers to the questions practitioners most commonly ask about Something You Know.
