Agentic AI for Cybersecurity: 10 Use Cases & Examples (original) (raw)

Agentic AI refers to AI systems that combine models like large language models (LLMs) with automated workflows, tool integration, and decision support. These systems assist security teams in SecOps and AppSec by analyzing alerts, automating routine tasks, and supporting investigative work.

Agentic AI tools generally operate under human oversight. They do not make fully autonomous security decisions in production environments.

Explore structured, real-world use cases of agentic AI in cybersecurity, as well as what these agents do, how they work, and their practical limitations:

Examples of AI agents in cybersecurity

Tier 3 agents do not replace human analysts but augment their workflow.

Agentic AI for cybersecurity workflows

Unlike simple rule‑based automation found in traditional security systems, agentic AI can orchestrate multiple tools, integrate contextual information from diverse sources, and support decision‑making by processing unstructured data. However, these systems generally operate with human oversight or preconfigured policies rather than fully autonomous learning and control in production environments.

Agentic AI leverages its ability to learn dynamically from its environment.1 It enhances cybersecurity activities by:

Architecture of AI Agents integrated with AI Inference, for their interaction with LLMs and enterprise data for SOC automation:

Adapted from: Cloudera2

Core capabilities of Agentic AI cybersecurity tools

The main capabilities of cybersecurity agentic AI tools include:

Example workflow: AI agent for vulnerability detection (Tier 1)

In cybersecurity proofs-of-concept, AI agents have been implemented to support vulnerability scanning and triage workflows, interfacing with APIs that provide vulnerability data and orchestrating tasks such as ticket creation or report generation.

In addition to enterprise systems like Dropzone AI, there are also hand-built implementations where Tier 1 agents handle the initial detection and triage of potential security threats.

Here is a demo for building an automated vulnerability detection agent in the DevNet sandbox environment:

Demo: AI agent for vulnerability detection3

Agentic architecture used in the demo: The agent interfaces with a front-end interface (such as Streamlit UI) and a router agent (ACCS), sending REST APIs and commands in one direction and receiving responses, either in JSON or raw text, in the other direction.

Workflow and agent interactions

1. Prompting: The user enters a prompt, such as “Is R1 vulnerable? If so, please open a problem in ServiceNow and email the security team a report to xyz@gmail.com.”

2. Initial processing: The agent receives the prompt and analyzes the request. It identifies that the task is to check the vulnerability of Router 1 (R1), open a problem ticket in ServiceNow, and email a report to the specified address.

3. Query execution: The front-end agent (Streamlit UI) and router agent (ACCS) communicate with each other. The router agent queries the system for Router 1’s status, checking for vulnerabilities. It dynamically determines the necessary commands and runs them (e.g., using the show version command to retrieve version details).

4. Data collection: The router agent collects the necessary data, such as the version of Router 1, and sends this data to the PSIRT API to check for any known vulnerabilities associated with that version.

5. Vulnerability detection: The system queries the PSIRT API, receives the results (either JSON or raw text), and processes the information. It identifies if there are any high-risk vulnerabilities related to Router 1.

6. Action execution: If vulnerabilities are detected:

See the vulnerability email report generated by the AI agent:

Real-life use cases: Agentic AI in SecOps

1. Triage and investigation

Real-life example: AI agents leveraging triage and investigation

Challenges: A digital insurance company’s early security configuration required manual alert management, which was resource-intensive.

Solutions: The company deployed cybersecurity AI agents and integrated these agents with existing systems like AWS, Google Workspace, and Okta.

Consequences:

2. Threat hunting support

Agentic AI can be used in cybersecurity systems to detect and respond to threats in real-time.

For example, these agents can identify unusual network behavior and isolate impacted devices autonomously to prevent a compromise without human intervention.

Real-life case study: AI agents leveraging threat hunting

Challenges: The University of Kansas Health System had difficulties in coordinating incident response, some of the key challenges include:

Solutions: The University implemented a security platform with agentic AI capabilities to improve visibility and automate incident response threat-hunting.

Consequences:

3. Response actions

Agents can generate infrastructure-as-code templates (e.g., OpenTofu, Pulumi). They can perform endpoint actions or update security controls under human oversight.

Real-life example: AI agents leveraging response actions

Challenges: APi Group, a distribution organization, faced the following cybersecurity challenges:

Solutions: To address the above challenges, APi Group implemented ReliaQuest’s agentic AI platform to enhance threat detection for its Microsoft environments.

Consequences:

4. Agentic AI as an attacker tool

Most coverage of agentic AI in security focuses on defense, but the same capabilities are now documented in offensive operations.

Real-life example: GTG-1002

In November 2025, Anthropic’s threat intelligence team reported disrupting what it described as the first largely autonomous AI-orchestrated cyber espionage campaign, attributed to a suspected Chinese state-sponsored group it tracked as GTG-1002.7 The campaign involved near-simultaneous intrusion attempts against roughly 30 targets, including technology firms, financial institutions, chemical manufacturers, and government agencies, with several confirmed compromises before the activity was halted.

What distinguishes this from earlier AI-assisted attacks is the degree of autonomy. According to the report, the threat actor used an agentic coding tool to execute an estimated 80–90% of tactical operations independently, at request rates not achievable by human operators. The AI handled work across the intrusion lifecycle:

The report also noted limits. The AI occasionally hallucinated credentials or claimed access to information that was in fact already public, which the authors cited as a remaining obstacle to fully autonomous attacks.

Agentic AI and security operations (SecOps) explained

Security operations (SecOps) is a collaborative approach between IT security and IT operations teams focused on proactively identifying, detecting, and responding to cyber threats.

The problem:

SecOps face serious fatigue since teams deal with vast data from diverse systems and rapidly evolving threats while navigating complex organizational structures and compliance requirements.

How agentic AI helps:

AI is especially effective at “reasoning tasks” such as analyzing alerts, conducting predictive research, and synthesizing data from tools.

Thus, AI agents in SecOps can help automate tasks that require real-time analysis and decision-making, such as phishing, malware, credential breaches, lateral movement, and incident response.

For example, these tools can be trained on MITRE ATT&CK knowledge bases to mimic the expertise of human analysts or use incident response playbooks to:

Agentic AI cybersecurity tools, such as Trase, can automate large parts of compliance work for standards like SOC 2 and HIPAA.8

Source: SCALE9

Real-life use cases: Agentic AI in AppSec

5. Risk identification

Agentic AI continuously analyzes the environment to surface vulnerabilities in applications and codebases through external and internal discovery. AI agents can execute external and internal discovery to identify threats:

External discovery:

Internal discovery:

6. Application test creation and adaptation

AI agents generate tests automatically depending on user interactions with the application. As testers or developers use the tool to capture test cases, the AI monitors and creates test scripts.

If the application’s UI changes (for example, an element’s ID changes or the layout changes), the AI agent may identify these changes and customize the test scripts to avoid failure.

7. Dynamic application test execution

Agentic AI continuously executes tests in varied contexts (e.g., across multiple browsers and devices) without human interaction. The AI agents can schedule tests and analyze application behavior autonomously to ensure complete testing coverage.

They can also dynamically customize test parameters, such as copying different user data inputs or changing network conditions, to allow for a more thorough application analysis.

8. Autonomous reporting and predictive suggestions

AI Agents can examine application testing data autonomously, finding failure patterns and determining core causes.

For example, if numerous tests fail due to the same problem, the AI Agent will combine the findings and highlight the underlying issue to the development team.

Based on previous test data, the AI agents can predict potential future failures and recommend application testing methodologies to address these issues.

9. Autonomous remediation

Agentic AI automates the remediation process, for example, if the AI agent detects that certain tests are redundant or do not adequately cover specific risks, it can optimize the test suite by deleting unrelated tests and prioritizing those that focus on more relevant areas.

The AI agent can also detect when a test fails due to minor errors (such as a minor UI change) and “remediate” the test script to comply with the revised application, eliminating false positives and requiring less manual involvement.

10. Automated pentesting

Agentic AI automates the penetration testing process, including the identification of vulnerabilities, generation of attack plans, and execution. Some key practices of AI agents in pentesting initiatives include:

Real-time adversary simulation:

Reconnaissance:

Agentic AI and application security (AppSec) explained

Application security entails protecting apps during their full lifecycle, which covers design, development, deployment, and continuous maintenance.

The problem:

As hosted apps became increasingly important as key revenue drivers for public-scale enterprises, so did their security. This created recent trends such as:

As a result of increasing attack surface and potential, attackers developed new and inventive methods of compromising apps.

How agentic AI helps:

Agentic AI can help enhance AppSec by integrating and automating various stages of the application lifecycle to enhance security, including monitoring your CI/CD pipelines or automating pent testing.

Challenges of agentic AI in cybersecurity

1. Lack of transparency and interpretability

2. Data quality concerns

3. Maintaining reliability

4. Complexity of implementation

5. Human oversight requirements

Final thoughts on agentic AI for cybersecurity

Agentic AI has the potential to enhance cybersecurity operations by improving response times and alleviating the burden on security teams.

However, challenges such as a lack of transparency, data quality concerns, and false positives/negatives can increase the overall difficulty of deploying agentic AI solutions effectively.

Successful implementation of agentic AI in operations requires skilled personnel, ongoing monitoring and updates, effective false-positive validation processes, and attention to other key challenges.

Further readings

Cite this research

Pick the format that matches where you're publishing. Pasting the link version into your CMS preserves the backlink.

Cem Dilmegani (2026) - "Agentic AI for Cybersecurity: 10 Use Cases & Examples". Published online at AIMultiple.com. Retrieved May 20, 2026, from: https://aimultiple.com/agentic-ai-cybersecurity [Online Resource]

Dilmegani, C. (2026, May 20). Agentic AI for Cybersecurity: 10 Use Cases & Examples. AIMultiple. https://aimultiple.com/agentic-ai-cybersecurity

@misc{dilmegani2026, author = {Dilmegani, Cem}, title = {{Agentic AI for Cybersecurity: 10 Use Cases & Examples}}, year = {2026}, month = may, howpublished = {\url{https://aimultiple.com/agentic-ai-cybersecurity}}, note = {AIMultiple. Retrieved May 20, 2026} }

Cem Dilmegani

Cem Dilmegani

Principal Analyst

Cem has been the principal analyst at AIMultiple since 2017. AIMultiple informs hundreds of thousands of businesses (as per similarWeb) including 55% of Fortune 500 every month.

Cem's work has been cited by leading global publications including Business Insider, Forbes, Washington Post, global firms like Deloitte, HPE and NGOs like World Economic Forum and supranational organizations like European Commission. You can see more reputable companies and resources that referenced AIMultiple.

Throughout his career, Cem served as a tech consultant, tech buyer and tech entrepreneur. He advised enterprises on their technology decisions at McKinsey & Company and Altman Solon for more than a decade. He also published a McKinsey report on digitalization.

He led technology strategy and procurement of a telco while reporting to the CEO. He has also led commercial growth of deep tech company Hypatos that reached a 7 digit annual recurring revenue and a 9 digit valuation from 0 within 2 years. Cem's work in Hypatos was covered by leading technology publications like TechCrunch and Business Insider.

Cem regularly speaks at international technology conferences. He graduated from Bogazici University as a computer engineer and holds an MBA from Columbia Business School.

View Full Profile