OPEN SIGNAL
Deep Signals ·

Why Cybersecurity Is the Most Underrated AI Use Case

While attention concentrates on chatbots and content generation, AI is quietly transforming cybersecurity — automating threat detection, accelerating incident response, and reshaping the arms race between attackers and defenders in ways that will define the security landscape for a decade.

The Quiet Revolution

Ask a room of technology executives where AI is having the most impact, and the answers are predictable: customer service chatbots, content generation, code assistance, data analytics. These are the visible applications — the ones with consumer-facing products, viral demonstrations, and obvious productivity gains.

Cybersecurity rarely makes the list. It should be at the top.

The cybersecurity industry is undergoing an AI-driven transformation that is more operationally significant, more economically consequential, and more strategically important than most of the AI applications that dominate public discussion. AI is not just improving cybersecurity tools. It is fundamentally changing the dynamics of the attacker-defender relationship — a relationship that has historically and structurally favored the attacker.

The scale of the problem demands this transformation. Global cybercrime costs were estimated to exceed $10 trillion annually by 2025, making it larger than the GDP of every country except the United States and China. The volume and sophistication of attacks continue to escalate. The cybersecurity workforce shortage — estimated at 3.5 million unfilled positions globally — means that human analysts alone cannot keep pace with the threat. Something had to give, and AI is what is giving.

The Defender’s Dilemma

To understand why AI matters so much in cybersecurity, it helps to understand the structural asymmetry that defenders face.

Attackers need to find one vulnerability. Defenders need to protect everything. A modern enterprise has thousands of endpoints, hundreds of applications, dozens of cloud services, and an ever-expanding attack surface that grows with every new device, user, and integration. An attacker needs to find a single unpatched system, a single misconfigured service, a single employee who clicks a phishing link. The defender must be right every time. The attacker needs to be right only once.

Attack volume exceeds human processing capacity. A typical enterprise Security Operations Center (SOC) receives thousands to tens of thousands of security alerts per day. The vast majority are false positives or low-priority events. But buried within the noise are the genuine threats — the alerts that indicate an active intrusion, a data exfiltration attempt, or a malware infection. Human analysts must triage, investigate, and respond to each alert, a process that is time-consuming, cognitively demanding, and prone to fatigue-induced errors. Studies consistently show that SOC analysts experience high burnout rates and that critical alerts are missed because they are drowned in noise.

Attackers are getting faster. The time between initial compromise and data exfiltration — often called “breakout time” — has been declining. CrowdStrike’s annual threat reports have documented this trend, with the fastest observed breakout times dropping to minutes rather than hours or days. When an attacker can move from initial access to data theft in under an hour, a response process that takes hours or days to triage an alert is fundamentally inadequate.

The attack surface is expanding. Cloud migration, remote work, IoT devices, third-party integrations, and the proliferation of APIs have all expanded the potential entry points for attackers. Each new cloud service, each new SaaS application, each new connected device adds to the defender’s burden without a proportional increase in defensive resources.

This asymmetry is structural, not situational. It cannot be solved by hiring more analysts — the talent does not exist in sufficient numbers, and the economics do not support staffing SOCs at the scale the threat demands. It can only be addressed by force-multiplying existing defenders with technology that operates at machine speed and machine scale.

How AI Changes the Equation

AI is being applied across the cybersecurity stack, from prevention through detection to response. The applications fall into several major categories.

Threat Detection: Finding the Needle

Traditional threat detection relies heavily on signatures — known patterns of malicious activity that security tools are programmed to recognize. Signature-based detection works well against known threats but fails against novel attacks, polymorphic malware that changes its signature with each iteration, and sophisticated adversaries who specifically design their tools to evade known detection rules.

AI-based threat detection uses machine learning models trained on vast datasets of network traffic, endpoint behavior, authentication patterns, and known attack sequences to identify anomalies that may indicate malicious activity. Rather than matching against a fixed library of signatures, these models learn what normal behavior looks like for a given environment and flag deviations.

This approach offers several advantages. It can detect novel threats that have never been seen before, because the detection is based on behavioral anomaly rather than signature match. It can identify low-and-slow attacks — intrusions where the attacker moves deliberately and slowly to avoid triggering threshold-based alerts — by recognizing subtle patterns that unfold over days or weeks. And it can correlate signals across multiple data sources — network traffic, endpoint logs, authentication events, email metadata — to identify coordinated attack campaigns that would not be visible from any single data source alone.

The major security platforms — CrowdStrike’s Falcon, Palo Alto Networks’ Cortex, Microsoft’s Sentinel, and SentinelOne’s Singularity — have all integrated AI-based detection as a core capability. These systems process billions of events per day across their customer bases, using the aggregate data to train models that improve detection for all customers.

SOC Automation: Speed Over Staffing

The Security Operations Center is where AI’s impact is most immediately felt. The traditional SOC workflow — alert triage, investigation, response — is labor-intensive and slow. AI is automating significant portions of this workflow.

Alert triage and prioritization. AI models can evaluate incoming alerts against multiple contextual factors — the asset’s business criticality, the user’s behavioral baseline, the alert’s correlation with other recent events, the current threat intelligence landscape — and assign a risk score that is more nuanced than simple severity levels. This allows human analysts to focus on the alerts that matter most rather than processing them sequentially.

Automated investigation. When an alert is flagged as high priority, the investigation process — checking related logs, querying threat intelligence feeds, analyzing the affected asset’s recent activity — can be partially or fully automated. AI systems can execute in seconds the investigative steps that would take a human analyst thirty minutes or more, presenting the analyst with a pre-assembled case file that includes the relevant context and a preliminary assessment.

Response orchestration. For certain categories of threats — known malware families, obvious phishing campaigns, automated scanning activity — AI-driven systems can execute response actions without human intervention: isolating an infected endpoint, blocking a malicious IP, revoking compromised credentials, or quarantining a suspicious email. This automated response operates at machine speed, containing threats in seconds rather than the minutes or hours required for human-driven response.

The operational impact is substantial. Organizations deploying AI-augmented SOC tools report significant reductions in mean time to detect and respond to threats, with some reporting that the time from alert to containment has decreased from hours to minutes for categories of threats where automated response is appropriate.

Vulnerability Management: Proactive Defense

AI is also being applied earlier in the security lifecycle, helping organizations identify and prioritize vulnerabilities before they are exploited.

Modern enterprises have thousands of known vulnerabilities across their software stack at any given time — operating systems, applications, libraries, and configurations that have identified security weaknesses. Patching all of them simultaneously is operationally impossible. The question is which to fix first.

AI-powered vulnerability management systems assess each vulnerability against multiple risk factors: the asset’s exposure to the internet, the availability of known exploits, the asset’s business criticality, the vulnerability’s potential impact if exploited, and the current threat landscape. This contextual prioritization allows security teams to focus remediation efforts where they will have the greatest risk reduction, rather than following a one-size-fits-all severity rating.

Some systems go further, using AI to predict which vulnerabilities are most likely to be exploited in the near term, based on patterns in threat intelligence data, dark web activity, and historical exploitation trends. This predictive approach allows defenders to stay ahead of attackers rather than reacting after exploitation occurs.

The Arms Race: AI on Offense

The same AI capabilities that strengthen defenders are available to attackers, creating an escalating arms race.

AI-generated phishing. Large language models can produce phishing emails that are grammatically flawless, contextually appropriate, and personalized to the target — eliminating the spelling errors and awkward phrasing that have historically been telltale signs of phishing. AI can also generate phishing content at scale, producing thousands of unique variations that are harder for signature-based email filters to catch.

Automated vulnerability discovery. AI tools can scan codebases and systems for vulnerabilities faster and more comprehensively than manual analysis. While this capability serves defenders in finding and fixing their own vulnerabilities, it equally serves attackers in identifying exploitable weaknesses in targets.

Adaptive malware. AI techniques can be used to create malware that adapts its behavior based on the environment it encounters — modifying its network communication patterns to blend with normal traffic, changing its file signatures to evade antivirus detection, and altering its execution flow to avoid behavioral analysis sandboxes.

Deepfake-enabled social engineering. AI-generated voice cloning and video synthesis enable social engineering attacks of unprecedented sophistication. An attacker who can convincingly impersonate a CEO’s voice on a phone call, or generate a realistic video message, can bypass the human judgment that is the last line of defense against social engineering.

The offensive use of AI does not invalidate the defensive use — it makes it more necessary. In a world where attackers have AI, defenders without AI are at a structural disadvantage. The arms race is real, but the balance of advantage depends on which side deploys AI more effectively.

The Economic Case

The economic argument for AI in cybersecurity is compelling and well-documented.

IBM’s annual Cost of a Data Breach Report has consistently shown that organizations using AI and automation in their security operations experience significantly lower breach costs and faster containment times than those that do not. The cost differential — hundreds of thousands to millions of dollars per breach — dwarfs the investment required to deploy AI-augmented security tools.

The cybersecurity workforce shortage amplifies the economic case. With millions of unfilled cybersecurity positions globally, organizations cannot simply hire their way to adequate security. AI tools that force-multiply existing security staff — enabling a team of five analysts to handle the alert volume that would otherwise require twenty — provide an economic return that goes beyond breach prevention. They make viable a security posture that would otherwise be unaffordable.

For managed security service providers (MSSPs) and security vendors, AI creates competitive advantage. Providers that can offer more effective detection, faster response, and lower false positive rates win customers. The security market, estimated at over $200 billion globally, is increasingly stratified between AI-augmented providers and those that rely on legacy approaches. The competitive pressure is driving rapid adoption.

What Is Underrated and Why

Despite the operational and economic significance of AI in cybersecurity, it receives a fraction of the public attention devoted to generative AI applications. Several factors explain this disconnect.

Security is invisible when it works. A chatbot that writes a witty poem is shareable. A security system that prevents a ransomware attack generates no visible output. The most successful cybersecurity AI deployments are, by definition, events that do not happen — breaches that are prevented, threats that are contained before they cause damage. This makes the impact difficult to demonstrate and easy to overlook.

The buyer is different from the user. AI chatbots and productivity tools are evaluated by the people who use them. Cybersecurity tools are purchased by CISOs and security teams, whose procurement decisions are not visible to the broader technology discourse. The conversation about AI in cybersecurity happens in security-specific venues, not in the mainstream technology media.

The domain is complex. Understanding how AI improves threat detection or SOC automation requires some familiarity with cybersecurity operations — alert triage, MITRE ATT&CK patterns, network traffic analysis, endpoint detection. This domain expertise barrier limits the audience for the conversation, even though the stakes affect everyone.

Where This Goes

The integration of AI into cybersecurity will deepen along several trajectories.

Autonomous security operations. The current model — AI augments human analysts — will evolve toward higher levels of autonomy, where AI systems handle the majority of routine security operations independently and escalate only genuinely novel or high-stakes situations to human decision-makers. This is not full automation; it is a shift in the human role from operator to supervisor.

Proactive defense. AI will increasingly be used not just to detect and respond to attacks but to predict and prevent them — identifying exposure patterns that are likely to be exploited, simulating attack scenarios against the organization’s infrastructure, and automatically implementing defensive measures before an attack occurs.

AI-to-AI combat. As both attackers and defenders deploy AI, the decisive contests will increasingly be between automated systems rather than between humans. The speed of AI-driven attacks will demand AI-driven defenses, and the sophistication of AI-driven defenses will demand more sophisticated AI-driven attacks. The human role becomes strategic rather than tactical — setting the parameters and objectives for AI systems that operate at speeds no human can match.

The cybersecurity application of AI is not glamorous. It does not produce shareable screenshots or viral demonstrations. But in terms of economic impact, strategic importance, and the sheer scale of the problem it addresses, cybersecurity is where AI may ultimately deliver more measurable value than any other domain.

The industry just has not noticed yet.

Get the signal in your inbox

Free. Sourced. AI-written. The AI buildout, daily.

No spam. Unsubscribe anytime.