Contributing Authors
Summary
Shadow AI—unauthorized AI tools employees use without IT approval—is present in virtually every enterprise. This guide provides a practical 6-step framework for detecting shadow AI across your organization, from network traffic analysis to identity system audits.
Key Takeaways:
- Most enterprises have 2-4x more AI running than their CIO knows about
- Detection requires simultaneous coverage across 7 layers: networks, browsers, endpoints, code repositories, identity systems, SaaS integrations, and APIs
- Agentic AI compounds the risk—AI that takes actions creates irreversible exposure
- A complete AI inventory is the foundation for any governance program
- Detection should be continuous, not a one-time audit
The AI your organization runs on paper and the AI your organization actually runs are two different lists. For most enterprises, that gap represents one of the largest unmanaged risk exposures they face today—and they don’t know it exists until they look.
Shadow AI refers to AI tools, models, and agents that operate within your enterprise without formal IT approval, procurement review, or security assessment. It includes the browser-based chatbot an employee uses to draft emails, the AI-powered transcription service a sales team connected to your CRM, the code assistant a developer installed on their workstation, and the vendor-embedded AI features that activated by default inside tools you already licensed.
When organizations deploy proper discovery infrastructure, they consistently find two to four times more AI running than their CIO expected. That’s not a failure of IT—it’s the structural reality of how AI entered the enterprise. Unlike previous generations of enterprise software, AI didn’t wait for procurement. It arrived embedded, free-tier, and frictionless.
This guide provides a practical framework for detecting shadow AI across your organization—so you can move from uncertainty to a complete, actionable inventory.
Why Shadow AI Detection Can’t Wait
Before walking through the detection process, it’s worth understanding why this matters now more than at any previous point in AI’s enterprise adoption.
The Shift from Models to Agents
The first wave of enterprise AI was generative—tools that answered questions and assisted human decision-making. That wave carried risk, primarily around data exposure and inaccuracy. But the second wave, already underway, is agentic: AI that takes actions. Agents book meetings, send emails, execute transactions, modify database records, and chain tool calls across multiple systems—autonomously and at machine speed.
This shift changes the risk equation. When AI generated outputs, a bad answer could be caught and corrected. When AI takes actions, an unauthorized operation may be irreversible. You can’t undo an email that was sent, a record that was modified, or data that was exfiltrated. The audit log tells you what happened—it doesn’t undo it.
Regulatory Frameworks Are Now Active
The EU AI Act is live with enforcement timelines in motion. NIST’s AI Risk Management Framework has been adopted across federal agencies. SR 11-7 is being actively applied to AI systems in financial services. HIPAA implications for AI-assisted clinical systems are under active regulatory interpretation.
These frameworks share a common requirement: documented evidence of what AI systems you’re running and what controls apply to each. You cannot produce that evidence if you don’t have a complete inventory. And you can’t have a complete inventory if shadow AI remains invisible.
The Governance Gap Is Structural
Traditional IT governance assumed new tools entered through a defined process—evaluation, procurement, piloting, implementation. That process was slow, but it created a comprehensible map of what the organization was running.
AI dissolved that process from the inside. It entered as features embedded in licensed SaaS, as free-tier tools employees authenticated with corporate credentials, and as vendor capabilities enabled by default. The CIO’s approved vendor list is a fraction of what’s actually running. Until that gap is closed, every security posture, every compliance declaration, and every governance program is built on an incomplete foundation.
The Six-Step Shadow AI Detection Framework
Detecting shadow AI requires systematic coverage across every channel through which AI enters and operates in your environment. Point solutions that cover one or two channels will miss the rest. Comprehensive detection means simultaneous visibility across seven layers: networks, browsers, endpoints, code repositories, identity systems, SaaS integrations, and application APIs.
Here’s how to approach it.
Step 1: Map Your Network Traffic for AI Service Connections
Start with network-level visibility. AI tools communicate with external services—model APIs, vendor infrastructure, cloud endpoints. Your network traffic contains signals that reveal which AI services are actively being used, even when those services weren’t formally provisioned.
What to look for:
- DNS queries and connections to known AI provider domains (OpenAI, Anthropic, Google AI, Cohere, and others)
- API traffic patterns consistent with model inference calls (large prompt payloads, streaming responses)
- Connections to AI-powered SaaS platforms that may have AI features enabled
- Traffic to emerging AI services and lesser-known model providers
Implementation approach:
- Deploy network monitoring that can inspect traffic metadata without requiring full packet inspection
- Build or acquire a continuously updated catalog of known AI service endpoints
- Establish baseline traffic patterns and alert on new AI service connections
- Correlate network-level signals with identity data to understand who is using which services
Network-level detection catches AI tools that communicate externally—but it won’t catch AI that runs locally or AI capabilities embedded within already-approved applications. That’s why network analysis is just the first layer.
Step 2: Audit Browser-Based AI Usage
A significant portion of shadow AI enters through the browser. Employees open a tab, paste corporate data into an AI interface, and continue with their work. No installation required. No IT ticket submitted.
What to look for:
- Browser extensions with AI capabilities (writing assistants, summarizers, grammar tools with AI features)
- Web-based AI applications accessed through corporate browsers
- Copy-paste patterns that suggest data is being sent to external AI services
- SSO or credential usage against AI platforms
Implementation approach:
- Deploy browser-level visibility that can identify AI web applications and extensions
- Catalog which AI tools employees are accessing and how frequently
- Understand data flow—what types of content are being submitted to which services
- Distinguish between sanctioned and unsanctioned browser-based AI
Browser-based detection is particularly important because it catches the most casual, friction-free form of shadow AI—the kind that requires no installation and leaves no traditional IT footprint.
Step 3: Inventory AI on Endpoints and Developer Workstations
AI is increasingly installed locally—code assistants integrated into development environments, local LLMs running on workstations, AI-enabled productivity tools. These create risk exposure that network monitoring alone won’t catch, especially when they operate offline or communicate through encrypted channels.
What to look for:
- AI coding assistants (Copilot, Cursor, Codeium, and similar tools)
- Local LLM installations and inference frameworks
- AI-enabled desktop applications
- MCP (Model Context Protocol) servers running locally on developer machines
Implementation approach:
- Deploy endpoint visibility that can detect AI applications by process, binary signature, or behavioral pattern
- Pay particular attention to developer workstations, where AI tool adoption is highest
- Identify MCP servers—these represent agent infrastructure with access to local resources
- Track which AI tools have access to sensitive directories, repositories, or credentials
Developer environments deserve special attention. The productivity benefits of AI coding assistants are substantial, which is exactly why adoption has outpaced governance. The risk isn’t the productivity gain—it’s the ungoverned access to source code, credentials, and proprietary logic.
Step 4: Analyze Identity and Authentication Patterns
Your identity infrastructure contains valuable signals about AI usage. When employees authenticate to AI services using corporate credentials—SSO, OAuth, or direct authentication—that creates a record that can be audited.
What to look for:
- OAuth grants to AI services (these often appear in your identity provider’s application consent logs)
- SSO authentications to AI platforms, whether sanctioned or not
- Service account usage patterns that suggest automated AI integration
- API key creation and usage for AI services
Implementation approach:
- Audit your identity provider for OAuth grants and application consents related to AI
- Review service account activity for patterns consistent with AI service integration
- Correlate identity-based signals with network and endpoint data for complete attribution
- Establish policies for AI-related OAuth grants and monitor for violations
Identity-based detection is powerful because it connects AI usage to specific individuals and roles—which is essential for governance, but also for understanding adoption patterns and risk concentration.
Step 5: Discover AI Embedded in Your SaaS Ecosystem
The AI capabilities most likely to be overlooked are the ones that arrived inside tools you already approved. Your CRM, your productivity suite, your HR platform, your customer service tools—many now include AI features that were enabled by default or activated through a simple feature toggle.
What to look for:
- AI features within existing SaaS applications (writing assistance, summarization, recommendations)
- Integrations between SaaS platforms and AI services
- AI agents operating within tools like Salesforce, ServiceNow, or HubSpot
- Third-party AI add-ons or plugins connected to core business systems
Implementation approach:
- Conduct a systematic review of your SaaS portfolio for embedded AI capabilities
- Review integration logs for connections to AI services
- Understand which AI features are active versus available but dormant
- Map data flows between SaaS platforms and AI services
Embedded AI is particularly challenging because it doesn’t look like a new tool—it looks like an enhancement to an existing one. The data access and processing implications may be dramatically different from what was originally approved.
Step 6: Monitor Application APIs for AI Agent Activity
As AI moves from assistants to agents, a new category of detection becomes critical: identifying AI agents that operate across systems through API calls. Agents don’t just answer questions—they take actions by calling your business applications’ APIs.
What to look for:
- API call patterns consistent with agent behavior (high frequency, automated timing, multi-step sequences)
- MCP integrations connecting agents to business applications
- Tool calls that suggest agent orchestration
- New or unexpected API consumers that weren’t explicitly provisioned
Implementation approach:
- Instrument your application APIs to detect agent-like behavior
- Monitor for MCP-based integrations that connect agents to internal systems
- Establish baselines for expected API usage and alert on anomalies
- Trace agent actions back to their initiating processes and responsible parties
Agent detection is the frontier of shadow AI discovery. As enterprises deploy more agents—and as vendors embed agentic capabilities into their products—the ability to detect and inventory agent activity becomes essential to any security posture.
From Detection to Governance: What Comes Next
Discovery is the foundation—but it’s not the destination. A complete AI inventory creates the conditions for governance, not governance itself.
Once you’ve detected the AI running across your organization, the next questions are:
Classification: Which systems require the highest levels of oversight? Which are low-risk productivity tools? Risk classification should drive differentiated governance, not one-size-fits-all policies.
Policy enforcement: What policies should apply to each category of AI? And how do you enforce those policies in real time—before an agent takes an action, not after you discover it in a log?
Compliance documentation: Which regulatory frameworks apply to your AI program? How do you generate continuous evidence of compliance rather than point-in-time snapshots that are outdated before they’re filed?
Ongoing monitoring: AI environments don’t stay static. New tools appear, new agents are deployed, new capabilities are enabled. Detection must be continuous, not a one-time audit.
The Infrastructure That Makes Detection Possible
Detecting shadow AI manually—through surveys, self-reporting, or periodic audits—doesn’t work. The environment changes faster than a periodic process can track, and employees often don’t realize they’re using AI in the first place.
Effective detection requires infrastructure: automated, multi-layer visibility that operates continuously across all seven discovery layers. That infrastructure should surface your complete AI inventory within 24 to 48 hours—and keep it current as your environment evolves.
The organizations that govern AI well will ultimately move faster than those that don’t—because they’re the ones who never have to stop. They don’t face the emergency audit, the compliance scramble, or the board question they can’t answer. They built the infrastructure to know what’s running, govern it appropriately, and prove it on demand.
That’s the goal of shadow AI detection: not to slow AI adoption, but to enable confident, governed AI adoption at enterprise scale.
Ready to See What’s Really Running?
If your enterprise needs to move from uncertainty to complete AI visibility, request a demo to see how Airia discovers every AI tool, model, and agent across your organization—across networks, browsers, endpoints, code repositories, identity systems, SaaS integrations, and APIs—within 48 hours of deployment. From there, Airia provides automated policy enforcement, continuous compliance documentation, and real-time governance so shadow AI becomes governed AI.