Join our Newsletter — 33% off our NHI Course

Something You Have

A possession factor is a physical or digital item the user controls, such as an ATM card, a mobile phone, or a hardware token. It adds a second proof layer because an attacker must obtain the item as well as the secret or biometric, which makes account compromise harder.

Expanded Definition

Something you have is the possession factor in authentication: a physical or digital item that indicates control by the claimant. In practice, it is used with something you know or something you are, so the verifier checks both the account secret and evidence that the item is present or controlled.

The boundary that causes most confusion is between a true possession factor and a stored secret copied onto a device. A phone app, smart card, or hardware token can serve as possession evidence, but the security value comes from how hard it is to copy, clone, or export the underlying credential. That is why guidance often distinguishes between device-bound factors, cryptographic authenticators, and weaker out-of-band messages.

For a concise authority view on how possession factors fit into modern authentication, the OWASP Non-Human Identity Top 10 is useful when a digital item is acting as a machine-held authenticator rather than a human-held token.

Examples and Use Cases

Possession factors appear across consumer, enterprise, and privileged access flows. They are often the practical bridge between a password-only login and stronger multi-factor authentication.

  • An employee inserts a smart card into a workstation to prove control of a corporate credential store.
  • A mobile authenticator app approves a sign-in request after the user enters a password.
  • A hardware token generates a one-time code for remote access to a VPN or admin console.
  • A bank sends a transaction approval to a registered device, which the customer confirms from the same enrolled phone.
  • A recovery workflow uses a registered device as one step before an account reset is allowed.

The trade-off is convenience versus resilience. Possession factors reduce password-only exposure, but they also introduce dependence on enrollment quality, device security, loss handling, and replacement procedures. If the possession item is easy to transfer, phish, or silently duplicate, the second factor becomes much less meaningful.

Security Implications

Misunderstanding possession can create a false sense of MFA strength. A push notification, SMS code, or browser session can be treated as a second factor even when the underlying channel is vulnerable to SIM swap, prompt bombing, session theft, or adversary-in-the-middle phishing. In those cases, the user still appears to have “something,” but the factor is not providing the assurance the organisation expects.

Another common failure is weak binding between the item and the account. If a device can be re-registered without strong identity proofing, the attacker does not need to steal the token itself; they only need to hijack the enrollment or recovery path. That can turn possession from a control into an access path for account takeover.

Practitioners should also watch for operational symptoms such as frequent replacement requests, unplanned factor resets, and inconsistent device enrollment records, because these often indicate the control is being bypassed or degraded rather than enforced.

Domain and Governance Relevance

In identity and access management, possession factors matter because they help separate authentication strength from credential knowledge alone. The governance question is not merely whether MFA exists, but whether the factor truly represents independent control of a hard-to-duplicate item. That distinction affects assurance, enrollment policy, recovery design, and privileged access decisions.

Where this concept touches machine-held secrets or managed devices, the interpretation changes further: the item may be a user-owned handset, a managed endpoint, or a hardware-backed authenticator, and each has different trust and lifecycle implications. The stronger the binding to a secure device or protected credential store, the less the organisation relies on recoverable secrets that can be copied elsewhere.

For NHIMG, the important point is that possession is a trust claim about control of an item, not proof of the person alone. When the item is a device or token that also anchors access for a service, workload, or agent, its loss or compromise can propagate beyond a single login and into broader access governance.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST SP 800-63, NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST SP 800-63 AAL — Authenticator Assurance Level Possession factors determine authenticator strength and assurance level.
Recommendation — Map the factor to the required AAL and require phishing-resistant authenticators where risk is higher.
NIST CSF 2.0 PR.AA — Identity Management, Authentication, and Access Control Possession factors are a core authentication control within access management.
Recommendation — Apply PR.AA controls to enforce factor strength, enrollment integrity, and recovery governance.
CIS Controls v8 6 — Access Control Management Possession factors support account access decisions and privileged access enforcement.
Recommendation — Use Control 6 to govern MFA, factor lifecycle, and privileged access checkpoints.
OWASP Non-Human Identity Top 10 NHI-01 — Secrets and Credential Management Digital possession items can function as machine-held credentials that must be controlled.
Recommendation — Inventory and protect machine-held possession credentials with strict issuance, storage, and revocation rules.
MITRE ATT&CK T1110 — Brute Force Weak possession factors can still be bypassed in credential-attack chains.
Recommendation — Correlate failed-factor patterns with T1110-style abuse and strengthen detection around repeated attempts.