Join our Newsletter — 33% off our NHI Course

How should organisations respond when attackers use an internal request system to gain more access through a compromised user?

Organisations should treat privilege requests made from a compromised account as suspicious until verified through an independent channel. Access grants should require stronger approval checks, especially for sensitive collaboration platforms and documentation systems. Security and IT teams should correlate request activity with login anomalies, then investigate whether the request was part of an attacker’s attempt to expand access quietly.

Why Internal Request Abuse Becomes an Access Problem

An internal request system is meant to reduce friction, but when a user account is compromised it can become a quiet path for privilege expansion. That is especially dangerous in collaboration platforms, documentation systems, and IT portals where approval language looks routine and the request itself appears to come from a legitimate employee. The issue is not only account takeover; it is the attacker’s ability to use trusted internal workflows to make additional access look normal.

Organisations should therefore treat request-origin trust as a security control, not an administrative convenience. Approval paths need to assume that the requester may not be the real user, and reviewers need signals beyond the ticket text itself. The most reliable indicators are mismatches between request timing, login location, device posture, and the access being sought. When those signals are absent or ignored, request systems can become a stealthy privilege-escalation layer rather than a safeguard.

In practice, teams usually discover the abuse only after a request has already been approved and the attacker has quietly broadened their reach.

How This Works in Practice

The attack pattern usually begins with valid user access that has already been compromised through phishing, token theft, session hijacking, or reused credentials. From there, the attacker does not need to break the request system itself. They simply submit an internal request that looks plausible: access to a shared folder, a documentation space, a project board, a password vault entry, or a service tied to operational work. If the business relies on lightweight approvals, the request may be accepted because it seems consistent with the user’s role.

The security weakness is that many organisations separate authentication from authorisation review too cleanly. A successful login is treated as proof of identity, even though the requester may be operating from an attacker-controlled session. The safer model is to treat high-risk requests as requiring independent verification, especially when the request would increase the blast radius of the compromised account. That means checking whether the request matches the user’s normal access pattern, whether the login was anomalous, and whether the approval would expose sensitive collaboration data or downstream admin functions.

For this reason, request workflows should be evaluated alongside identity signals rather than in isolation. A strong implementation usually combines:

  • step-up verification for access increases that affect sensitive systems,
  • separation between routine service requests and privilege escalation requests,
  • correlation with impossible travel, unfamiliar device, or unusual session signals, and
  • manual review for requests that create access to shared repositories, admin consoles, or knowledge bases that contain operational secrets.

NHIMG’s research on secrets exposure shows how quickly exposed credentials can become an operational problem, and that same urgency applies once a compromised user starts asking for more access. That is why request review should be fast but not purely procedural, because speed without verification simply accelerates attacker movement. Organisations that want a broader view of how compromised non-human and human credentials drive lateral expansion can also study the patterns in the LLMjacking: How Attackers Hijack AI Using Compromised NHIs analysis and the control framing in OWASP Non-Human Identity Top 10.

These controls tend to break down when approvals are delegated too broadly, request queues are not correlated with identity telemetry, or the requested access grants a path into systems where ownership is shared and review is weak.

Common Variations and Edge Cases

Tighter approval checks often slow collaboration, so organisations must balance access speed against the risk of quietly expanding a compromised account. The main edge case is that not every unusual request is malicious; some are legitimate urgent needs, contractor transitions, or incident-response exceptions. Best practice is evolving toward context-aware approval rather than blanket denial, but there is no universal standard for this yet.

Another common failure mode appears in environments with shared documentation, admin tooling, or low-friction self-service portals. In those settings, a compromised user may not need elevated technical privilege to cause harm, because the request itself can unlock sensitive knowledge, recovery steps, or internal procedures. The decision rule should be simple: if the requested access would materially increase the attacker’s ability to move, persist, or conceal activity, require independent verification before approval. If the access is low-impact and tightly scoped, streamlined approval may be acceptable.

Teams also underestimate the importance of post-approval monitoring. Even a verified request can become risky if the account is later re-compromised, so approval should not be treated as the end of control. For general detection and response alignment, the MITRE ATT&CK Enterprise Matrix is useful for mapping the follow-on abuse patterns that often follow initial access expansion.

Risk and Threat Considerations

The material risk is privilege escalation through trusted internal workflow abuse. A compromised user can exploit routine request handling to gain access that would otherwise trigger scrutiny, creating a stealthier path to sensitive collaboration spaces, operational documentation, or administrative tools.

Failure mechanism: the control fails when approval logic trusts the request channel more than the identity context. If reviewers do not verify the requester through an independent path, attackers can use valid sessions, normal-looking language, and role-consistent requests to bypass suspicion and expand access.

Impact: the result can be broader data exposure, faster lateral movement, persistence in high-value systems, and delayed detection because the activity resembles normal internal administration rather than obvious intrusion.

Standards & Framework Alignment

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

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

Framework Control / Reference Relevance
MITRE ATT&CK T1136 — Create Account Covers attacker-driven access expansion through account/permission creation.
T1078 — Valid Accounts Covers abuse of compromised, legitimate user credentials and sessions.
T1098 — Account Manipulation Covers modifying accounts or permissions to broaden access after compromise.
Recommendation — Map suspicious request-led access expansion to T1136 and review for privilege-building activity. Hunt for valid-account abuse when requests come from accounts showing anomalous login context. Investigate permission changes and approval workflows as potential account-manipulation paths.
CIS Controls v8 6 — Access Control Management Requires managing access approval, least privilege, and privileged access review.
Recommendation — Tighten access approval gates and validate that granted permissions remain least privilege.
NIST CSF 2.0 PR.AC — Identity Management, Authentication, and Access Control Applies to controlling access decisions using identity and context signals.
DE.CM — Continuous Monitoring Applies to correlating request activity with anomalous login and session signals.
Recommendation — Use contextual access checks before approving requests that increase user privilege. Correlate request events with identity telemetry and alert on mismatched access patterns.
OWASP Non-Human Identity Top 10 NHI-05 — Privilege and Access Scope Management Relevant because compromised users may leverage request systems to widen machine or shared access.
Recommendation — Restrict request-driven privilege growth and require step-up verification for scope increases.

Practitioner Guidance

What to prioritise: Treat any request that increases access scope as a higher-risk event than a routine service ticket. Prioritise verification for requests that touch shared documentation, collaboration platforms, credential stores, or administrative workflows, because those are common stepping stones for quiet expansion.

What to verify: Confirm that the requester’s recent login context matches the access request before trusting the approval path. A valid authentication event is not enough on its own; teams should verify device, location, session age, and whether the user normally makes this kind of request.

Decision rule: If the request would let the user see, change, or approve sensitive operational information, require an independent approval check or callback. If the access is narrowly scoped and low impact, the workflow can remain streamlined, but it should still be logged and correlated with identity telemetry.

Practitioner takeaway: The goal is not to block all internal requests; it is to prevent a compromised account from turning trusted process into a privilege-escalation channel.