Shadow IT: The Unauthorized Apps Creating Security Gaps in Your Small Business

Ulises Paiz

Ulises Paiz is the owner and sole engineer at Ghosxt, a Salinas, CA managed IT and cybersecurity provider. He holds an M.S. in Cybersecurity and Information Assurance (WGU, 2026) and nine industry certifications including CompTIA SecurityX, CySA+, and Microsoft AZ-104, with prior DoD and federal contractor infrastructure experience. More about Ulises →

Someone in your office is using a free AI tool to summarize customer emails. Someone else is saving project files to a personal Google Drive account because it is faster than the company file server. A third person installed a browser extension three months ago that they found in a Reddit thread and have not thought about since. None of it went through IT. None of it is in your software inventory.

This is shadow IT. And in 2026, it is in every small business I work with, including the ones run by the most security-conscious owners I know. The AI productivity wave made it dramatically worse. The gap between what employees can spin up on their own and what IT has formally approved has never been wider.

What shadow IT actually is

Shadow IT is any software, service, or device that employees use for work without IT's knowledge or approval. It includes cloud apps, browser extensions, mobile apps, AI tools, personal storage services, and any SaaS subscription someone put on their personal credit card to get a job done faster.

The average small business employee now uses seven to ten work-related SaaS apps that IT does not know about. That number has roughly doubled since AI productivity tools went mainstream in 2024. Tools like consumer-tier AI assistants, grammar checkers, note-taking apps, and browser-based AI tools are receiving corporate data (customer emails, contracts, financial records, internal strategy documents) and sending it to third-party servers that your IT team has never reviewed, your legal team has never evaluated, and your cyber insurer may not cover.

The employees using these tools are not trying to cause a breach. They are trying to work faster. That is the core tension, and it is why "just ban everything" never actually solves the problem.

The three security risks shadow IT creates

1. Data going where you cannot see it

When an employee uploads a client contract to a personal Dropbox to "access it from home," that contract is now on a server you do not control, under an account you cannot revoke, subject to retention policies you never agreed to. If that personal account gets compromised (and personal accounts get compromised constantly), the data in it is exposed. If the employee leaves the company, the data stays on their personal storage indefinitely. If your business handles protected health information, financial records, or is subject to any state privacy law, that unauthorized movement may be a reportable incident regardless of intent.

AI tools make this worse in a specific way. When employees paste client records, confidential communications, or proprietary data into a consumer-grade AI tool, that text may be used to improve future models depending on the tool's data practices. Most consumer AI tools do not offer business data processing agreements. The employee did not mean to share anything. The data left the building anyway.

2. Unmanaged apps are unpatched attack surface

Every app on a business device is a potential vulnerability. Managed apps get patched on a schedule by IT. Shadow apps get patched when the employee remembers to click Update, which is often never.

Browser extensions are the worst offender in this category. They run with elevated permissions inside the browser and can access any page the employee loads: your banking portal, your Microsoft 365 environment, your CRM, your payroll system. A malicious or compromised extension can silently read and transmit credentials, session tokens, and data from every page the employee visits. Extensions that were legitimate when installed can be sold to new owners who push a malicious update. I have seen this vector used in small business incident response cases and in DoD security reviews: the attack technique is identical at both scales.

3. Credential sprawl feeds account takeover

When employees sign up for shadow apps, they typically use their work email address and a password they reuse from something else. Shadow apps rarely require MFA. When one of those apps suffers a breach and its credential database leaks, your employee's work email and a recycled password are now on the dark web.

That is the starting point for credential-stuffing attacks. Attackers buy the list, run it automatically against Microsoft 365 logins, VPN portals, and email gateways, and get in wherever the credentials work and MFA is not enforced. Shadow IT is frequently why the list exists in the first place.

A practical three-step approach to getting it under control

Shadow IT does not go to zero. The goal is to shrink it from "unknown major risk" to "understood, managed residual risk." That takes discovery, policy, and sanctioned alternatives: in that order.

Step 1: Find out what is actually running

You cannot manage what you cannot see. Start with three sources: endpoint application inventory from your managed IT provider's tooling, DNS and firewall logs for outbound SaaS traffic your approved apps do not explain, and a simple employee survey asking what tools they use regularly for work. You will find apps you did not know existed. Some will be harmless. Some will be actively receiving data you would not knowingly allow to leave the building.

Step 2: Write a short, plain-language policy

Two to three paragraphs is enough. Cover what requires IT approval before use, what to do with work data that is currently on personal accounts, and how to request a new tool. Then make the request process fast. If your approval process takes three weeks, employees will go around it every time. A same-day acknowledgment with a five-business-day decision is a reasonable bar for most small businesses. The policy only works if the alternative to shadow IT is more convenient than shadow IT.

Step 3: Provide sanctioned alternatives for the common needs

If employees are saving files to personal Dropbox, set up SharePoint or OneDrive with proper sharing policies and make sure they know how to use it. If they are using consumer AI tools for drafting and summarizing, evaluate a business-tier alternative: Microsoft Copilot, for example, includes data processing agreements that keep your data out of model training. If they are using a browser extension for productivity, evaluate a sanctioned version or an alternative that IT can manage and monitor.

Remove the reason for the workaround and most of the workaround behavior stops. Employees reached for shadow apps because approved tools were not meeting their needs. Give them a better option and the decision becomes obvious.

What to do this week

  1. Today: Ask your IT provider whether endpoint application inventory is included in your current plan. If not, make it a priority.
  2. This week: Pull your DNS or firewall logs and look for SaaS traffic outside your approved app list. Most firewall dashboards make this visible with a few clicks.
  3. This week: Run a quick employee survey. Five questions, anonymous, asking what apps they use for work. The answers will surprise you.
  4. This month: Draft a one-page shadow IT policy and walk your team through it. Emphasize that the goal is to approve tools faster, not to restrict work.
  5. This month: Audit browser extensions on company devices. Remove any with permissions that exceed what the extension's stated purpose requires.
  6. This quarter: Review your approved app list and close gaps where shadow apps are meeting needs your approved tools should be meeting.

The honest picture

Shadow IT is a symptom, not the disease. It grows when employees feel that the official IT process is slower than the problem they are trying to solve. The technical controls (endpoint management, DNS filtering, conditional access policies that block unmanaged devices) are real tools, and they work. But the durable fix is a managed IT program that keeps approved tools current, processes new requests quickly, and gives employees a reason to work within the system instead of around it.

If you want to know exactly what shadow apps are running in your environment right now, a proper IT assessment is the starting point. We run application and network visibility reviews as part of our cybersecurity assessments: 30 minutes, written findings, no sales script. You can also just get in touch and we will figure out the right place to start.

FAQs about shadow IT

What is shadow IT?

Shadow IT is any software, service, device, or cloud account that employees use for work without IT's knowledge or approval. It includes consumer AI tools, personal cloud storage, browser extensions, mobile apps, and any SaaS subscription an employee signed up for independently. It is common in businesses of all sizes, and it is not always malicious: employees use these tools to get work done faster. The security risk is that IT has no visibility into what data those tools are receiving or where it goes.

Why is shadow IT a security risk?

Shadow IT creates three main risks: data leaving to unmanaged third-party servers (often without business data processing agreements), unpatched applications that create exploitable entry points, and credential reuse across unauthorized apps that feeds credential-stuffing attacks. Browser extensions are particularly dangerous because they run inside the browser with elevated permissions and can silently read anything on any page the employee loads.

How do I find out what shadow IT exists in my business?

Start with three sources: endpoint application inventory from your managed IT provider's tooling, DNS and firewall logs for outbound SaaS traffic, and a simple employee survey asking what apps they use regularly for work. You will find apps you did not know existed. A managed IT service with proper endpoint management can automate this discovery on an ongoing basis.

Can I just block all unauthorized apps?

Blanket blocking without replacement creates workarounds: employees will use mobile data instead of corporate Wi-Fi, use personal devices, or find another tool you have not blocked yet. The more effective approach is rapid IT approval (same-day acknowledgment, one-week decision) combined with providing sanctioned alternatives that meet the same need. Remove the reason for the workaround and most of the behavior stops.

Are AI tools a shadow IT problem?

Yes, and it is the fastest-growing category. Consumer AI tools (ChatGPT free tier, Grammarly, browser-based AI assistants) often lack business data processing agreements, which means client data, internal strategy, and confidential records pasted into those tools may be used to train future models and are outside your control. Businesses that need AI productivity tools should evaluate business-tier options like Microsoft Copilot, which include data processing agreements and keep your data out of model training.

Want to know what shadow apps are running in your business?

30 minutes, engineer with DoD infrastructure experience on the call, written list of what we found and what to do first. No sales script.

Book your free assessment
Call (831) 204-0501 Book free assessment