TL;DR: Attackers can create lookalike AI workspaces that use real provider infrastructure and real authentication flows to lure employees into joining an attacker-controlled tenant, turning legitimate trust signals into a data-exfiltration path, according to Backslash Security. The core failure is that identity checks stop at login and domain trust while the approved tenant boundary remains unaudited.
At a glance
What this is: This is an analysis of AI workspace impersonation, where a lookalike tenant inside a legitimate AI service is used to pull employees and data into an attacker-controlled environment.
Why it matters: It matters because IAM, endpoint, and AI governance teams need controls that validate tenant context, not just successful authentication, when employees join external AI workspaces.
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
👉 Read Backslash Security's analysis of AI workspace impersonation and tenant-boundary abuse
Context
AI workspace impersonation is a tenant-boundary attack, not a simple phishing variant. The user sees a real provider, a real login flow, and a real authenticated session, but the organisation behind the invite is not the one the employee intended to join. That distinction matters for AI agent identity, NHI governance, and endpoint policy because the controlling attribute is the provider-assigned tenant ID, not the display name or email domain.
The broader problem is that enterprises increasingly trust the legitimacy of the service while failing to validate the legitimacy of the administrative domain inside it. In agentic AI environments, that gap becomes especially dangerous because employees can paste prompts, upload files, and connect tools after joining, turning a wrong tenant into a channel for credential exposure, data loss, and downstream compromise.
Key questions
Q: How should security teams stop employees joining a fake AI workspace tenant?
A: Security teams should verify the workspace's immutable tenant ID before admission, then bind that ID to an approved corporate tenant list. Successful authentication is not enough because the provider can be genuine while the administrative domain is hostile. Admission controls should also require managed endpoints and monitored invite workflows so the wrong tenant never becomes part of the user's working environment.
Q: Why do real login flows still allow AI workspace impersonation risk?
A: A real login flow only proves that the provider sent the invite and that the user authenticated successfully. It does not prove that the inviting organisation is the user's employer. The risk appears when organisations trust domain and authentication signals without checking the tenant boundary, because that is the attribute an attacker can manipulate with a lookalike workspace.
Q: What are the signs that an AI workspace invitation is being abused?
A: Look for a mismatch between the provider's legitimate infrastructure and the tenant identity shown to the user, especially when the workspace name uses homoglyphs, punctuation changes, or subsidiary-style naming. Another signal is an invite that reaches corporate users but is tied to an administrative domain the company does not own or manage.
Q: What should organisations do when a user joins an unapproved AI tenant?
A: Contain the session immediately by revoking access to the workspace, reviewing any prompts, uploads, or connected applications, and checking whether credentials or internal documents were shared. Then validate whether the tenant was ever approved for corporate use and remove any assumptions that the provider's real domain made the session trustworthy.
Technical breakdown
Tenant impersonation inside legitimate AI services
AI workspace impersonation depends on a split between service authenticity and tenant legitimacy. The provider is genuine, the invitation flow is genuine, and the authentication event is genuine. The attack succeeds because the tenant namespace inside the service can be created by an attacker and made to resemble the target through lookalike names, homoglyphs, or adjacent business identifiers. Security controls that only inspect the application name, domain, or sign-in success cannot see that the user has entered an organisation the company does not control.
Practical implication: validate the immutable tenant ID before allowing corporate users or managed devices to join any external AI workspace.
Why endpoint and email controls miss tenant-boundary abuse
Traditional controls operate on different objects than the attack uses. Email security sees a message from a legitimate provider, the secure web gateway sees an approved domain, and EDR sees normal browser and app activity. None of them model the administrative boundary of the workspace itself. That is why a malicious workspace can look invisible until users begin sharing prompts, files, or connected applications inside a tenant that the enterprise has never authorised.
Practical implication: extend endpoint policy beyond app allowlisting to include workspace ownership, tenant verification, and session-level admission checks.
Agentic AI fabric expands the blast radius after enrolment
Once a user joins the wrong tenant, the risk is not limited to chat content. The article points to a broader agentic AI fabric on the endpoint, including skills, hooks, rules, plugins, MCP servers, and credentials that can be pulled into a session. In practical terms, the workspace becomes a place where instructions, tools, and secrets coexist. If the session is treated as trusted, those components can enable credential exposure, repository access, cloud access, and lateral movement beyond the AI service itself.
Practical implication: govern the entire agentic AI context layer, not just the visible chat interface or the browser session.
NHI Mgmt Group analysis
Tenant legitimacy is now a first-class identity control, not a branding detail. This attack works because the provider is real while the administrative boundary is hostile. Identity programmes that stop at login success, domain trust, or SSO completion are missing the control point that actually decides where the user lands. The practitioner conclusion is straightforward: tenant context must be treated as part of admission control.
Tenant-boundary validation is the missing control for agentic AI governance. The article shows that AI workspaces are not just applications, they are identity containers with their own internal trust model. That makes workspace onboarding a lifecycle event, not a casual user action. Organisations need to govern who can join which tenant, under what approval path, and with what endpoint assurance, because the wrong tenant can become a data-exfiltration zone in a single session.
Identity cannot be assumed safe because the provider is authenticated. The provider's real infrastructure, real login page, and real auth flow all check out in this attack, which means conventional email, web, and SSO signals are insufficient proof of organisational legitimacy. That breaks the assumption that a successful sign-in implies a trusted administrative domain. Practitioners should treat workspace provenance as separate from authentication outcome.
Agentic AI enlarges the blast radius of a simple tenant mismatch. A wrong workspace is not just a place to chat. Once prompts, files, MCP servers, plugins, and credentials enter the session, the tenant boundary becomes a control boundary for data, code, and downstream access. The implication is that AI governance and NHI governance are converging around the same question: what is allowed to enter a session, and who controls the session context?
Lookalike tenancy is a governance blind spot that will recur across collaboration and AI platforms. The article is specific to Claude, but the trust pattern is broader and already familiar from OAuth apps, file-sharing services, and collaboration tenants. Any platform where the service is legitimate but the local administrative domain is not can be abused the same way. The practitioner conclusion is to build admission controls around ownership, tenant ID, and managed endpoint trust, not around surface-level authenticity.
From our research:
- 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, according to AI Agents: The New Attack Surface report.
- Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
- That blind spot is why Ultimate Guide to NHIs , Key Challenges and Risks matters when workspace trust and agent visibility converge.
What this signals
Tenant-boundary control will become a normal part of AI governance. Enterprises that already manage OAuth apps, collaboration tenants, and privileged endpoints need to extend that discipline to AI workspaces. The practical shift is from trusting the provider's domain to validating the administrative boundary inside the service, because authentication without tenant provenance leaves a gap that attackers can exploit.
With 80% of organisations already reporting AI agents acting beyond intended scope, per the AI Agents: The New Attack Surface report, the workspace problem is no longer theoretical. As more employees interact with agentic systems, organisations need to know which tenants, tools, and credentials are allowed into the session before the session starts.
Workspace impersonation should be folded into NHI and Shadow AI discovery programmes. The same inventory that tracks unmanaged agents, MCP servers, and connector sprawl should also flag lookalike AI tenants and unapproved workspace memberships. This is where endpoint security, IAM, and AI governance overlap in a single operational control point.
For practitioners
- Bind users to approved AI tenants Require the immutable tenant ID to match an approved corporate tenant before a managed endpoint can join any external AI workspace. Treat display names and email domains as advisory only.
- Add tenant admission checks to endpoint policy Extend device and browser policy so that session admission depends on workspace ownership, endpoint posture, and tenant verification rather than authentication success alone.
- Review connected tools before workspace enrolment Block or review prompt, file, plugin, and MCP access until the workspace has passed tenant-boundary validation and the session is tied to an approved administrative domain.
- Treat lookalike invites as an admission event Route suspicious AI workspace invitations into security review when the invite uses homoglyphs, adjacent brand names, or a tenant identity that does not match the employer's approved environment.
Key takeaways
- AI workspace impersonation succeeds because the provider is real while the tenant boundary is hostile.
- Authentication success does not prove administrative legitimacy, and that gap can expose credentials, files, and connected systems.
- Tenant ID validation, endpoint admission controls, and workspace inventory are the controls that change the outcome.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A1 — Prompt Injection and Tool Abuse | The article centres on hostile AI workspace context and unsafe agentic session control. |
| Recommendation — Map workspace admission checks to agentic session controls and block unapproved tenant context before tool use. | ||
| OWASP Non-Human Identity Top 10 | NHI-01 — Identity Inventory and Ownership | Tenant identity and workspace ownership are the core control boundary in this attack. |
| Recommendation — Inventory approved AI tenants and verify ownership before allowing users or endpoints to join. | ||
| NIST CSF 2.0 | PR.AC-4 — Access Permissions and Authorisations | The failure is an authorisation problem at the point of workspace admission. |
| Recommendation — Apply PR.AC-4 to bind access permissions to approved tenants rather than successful authentication alone. | ||
| NIST Zero Trust (SP 800-207) | Section 2 — Zero Trust Principles | The attack exploits implicit trust in provider authenticity, which zero trust rejects. |
| Recommendation — Treat AI workspace admission as continuous verification and refuse trust based on provider identity alone. | ||
| CIS Controls v8 | CIS-5 — Account Management | Approved workspace membership and account join flows are central to the attack path. |
| Recommendation — Use account management controls to approve and review workspace joins, especially for external AI tenants. | ||
Key terms
- Tenant boundary: The administrative and technical separation that defines where customer data, logs, and controls live in a cloud environment. In identity governance, it matters because auditors and security teams often need to prove that access decisions and identity records are isolated from other tenants.
- Workspace Impersonation: Workspace impersonation is the abuse of a legitimate service by creating a lookalike organisation that persuades users to join the wrong administrative domain. The attack succeeds when identity checks validate the provider but fail to validate ownership of the tenant the user enters.
- Tenant ID: A unique identifier that tells the system which customer a request, session, or data object belongs to. In secure SaaS design, every access decision depends on this value being present, correct, and consistently enforced across application and database layers.
- Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.
What's in the full article
Backslash Security's full blog post covers the operational detail this post intentionally leaves for the source:
- Tenant-by-tenant attack sequence showing how the lookalike workspace was built and delivered
- Control logic for checking immutable tenant IDs before an AI session is allowed to join
- Examples of how workspace trust failures interact with prompts, files, connectors, and credentials
- Operational explanation of how the platform distinguishes legitimate Claude activity from hostile tenant context
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an identity security programme, it is worth exploring.
Published by the NHIMG editorial team on September 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org