Subscribe to the Non-Human & AI Identity Journal

Interaction-to-access conversion

The point at which a user’s response to a phishing lure becomes an authenticated access event. This can include credential submission, OAuth consent, mailbox rule creation, or session reuse. It is the key boundary that separates nuisance traffic from an identity incident.

Expanded Definition

Interaction-to-access conversion is the moment a deceptive interaction stops being merely hostile traffic and becomes an access-bearing event. In security operations, that boundary matters because the attacker has moved from persuasion or lure delivery into a state where an identity control has been bypassed, delegated, or abused. The conversion may happen through credential entry, OAuth grant abuse, mailbox rule creation, token replay, or session reuse, and the exact trigger varies by platform and workflow. Definitions vary across vendors, but the practical distinction is consistent: once the interaction produces durable access or a standing foothold, the event is no longer just a phishing attempt.

This concept aligns closely with identity and NHI governance because the access event often involves an account, token, or non-human workflow that can be reused without further user interaction. For that reason, teams often pair incident review with control mapping from sources such as NIST SP 800-53 Rev 5 Security and Privacy Controls to trace where authentication, monitoring, and containment failed. The most common misapplication is treating every suspicious click as a full compromise, which occurs when responders do not verify whether the interaction actually created authenticated access.

Examples and Use Cases

Implementing interaction-to-access conversion analysis rigorously often introduces investigative overhead, requiring organisations to weigh faster triage against the cost of verifying whether access was truly obtained.

  • A user enters valid credentials into a fake sign-in page, and the attacker immediately uses the session to access email. The conversion point is the first successful authenticated mailbox session, not the phishing click itself.
  • A victim approves an OAuth consent prompt that grants an application broad mail and file access. The conversion occurs at consent acceptance because the attacker has obtained delegated access without needing the password.
  • A phished account is used to create inbox forwarding and mailbox rules that persist after password reset. The access event is confirmed when the attacker establishes durable post-authentication control.
  • A browser session is stolen from an infected endpoint and reused against a cloud service. The interaction becomes access at the moment the session token is accepted by the service, which is why session handling is an identity control concern.
  • An attacker uses a compromised OWASP Non-Human Identity Top 10 workflow to abuse an API token after a lure lands in a developer mailbox. The incident becomes materially different once the token is exercised as an authenticated secret, not when the lure is merely opened.

Why It Matters for Security Teams

Security teams need this concept because it changes how phishing, identity compromise, and containment are measured. If responders only count lure delivery or link clicks, they may overstate risk in some cases and miss true compromise in others. If they only look for password theft, they may miss OAuth abuse, token theft, session replay, and mailbox persistence, all of which can create access without traditional credential capture. That distinction affects severity scoring, escalation, evidence collection, and downstream account resets.

For identity-focused operations, interaction-to-access conversion is the point where account protection, detection engineering, and access governance intersect. It informs alert logic for impossible travel, consent grants, mailbox manipulation, and anomalous token use, and it supports control design around logging and response under NIST SP 800-53 Rev 5 Security and Privacy Controls. Teams that understand the conversion boundary can separate user exposure from verified compromise and reduce unnecessary disruption. Organisations typically encounter the full business impact only after a mailbox, token, or session has been abused, at which point interaction-to-access conversion becomes operationally unavoidable to address.

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 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 RS.AN-3 Detection analysis helps determine when phishing interaction became a true access event.
NIST SP 800-53 Rev 5 AU-2 Audit logging supports tracing the exact point where interaction converted to access.
OWASP Non-Human Identity Top 10 Non-human identities can be converted into access through token or secret abuse.
NIST SP 800-63 AAL2 Authenticator assurance matters when a lure leads to legitimate authenticated access.
NIST Zero Trust (SP 800-207) SA-3 Zero trust assumes every access event must be continuously evaluated after conversion.

Analyze alerts to confirm whether the lure produced authenticated access before escalating response.