Skip to content
  • Case Studies
  • Cybersecurity Readiness Assessment
simply data logo
  • About
    • About Us
    • Innovation
      • SD Platform Overview
    • Certifications & Awards
  • Our Services
    • CyberSecurity Services
      • DFIR (Digital Forensics and Incident Response)
      • Compromise Assessment
      • Security Operations Center (SOC) Managed Service
        • SD-Cyber Deception
        • Threat Intelligence
        • Managed Detection and Response (MDR)
        • Cloud Security Posture Management (CSPM)
        • Web Defacement Monitoring
        • In-house Automation Script Development
        • Advanced Malware Analysis & Threat Intelligence
        • Office 365 Monitoring
        • SaaS Monitoring
      • Extended Threat Intelligence
        • Dark Web Monitoring
        • Attack Surface Management
        • Cyber Risk Management
        • Supply Chain Intelligence
      • Security Posture Assessment (SPA)
      • VAPT & Penetration Testing
      • Network & Security Configuration Audit & Hardening
      • Phishing Email Simulation
      • SOAR Security Services
      • OT Cybersecurity Services
      • Managed Security Service Provider (MSSP)
    • Managed Network & Security Services
    • Application Performance Monitoring (APM)
      • APM as a Service (APMaaS)
      • Cloud Monitoring
      • Database Performance Monitoring
      • Web Application Monitoring
      • Synthetic Testing Monitoring
      • Real User Monitoring (RUM)
      • Application Stress Test / Load Test Services
    • Consultancy Services
      • NCSB Risk Assessment
      • Security BluePrint™ Consultancy Services
    • Agentic AI & Automation
      • SD Unified Platform (SDP)
      • Agentic AI SOC
      • AI Automation
      • SD Monitoring — 100% Data Ingestion Visibility | SD Unified Platform
      • SDP-Portal — Customer-Facing SOC Visibility | SD Unified Platform
      • AI Threat Hunting — Chat-Driven Investigation by SD Unified Platform
    • Supported Platform
      • TrendAI Vision One
    CyberSecurity Services
    • VAPT & Penetration Testing
    • Cyber - 911 - DFIR Services
    • Compromise Assessment
    • Security Operations Center (SOC)
    • Extended Threat Intelligence
    • Security Posture Assessment (SPA) Services
    • Network & Security Configuration Audit & Hardening
    • Phishing Email Simulation
    • AI Automation
    • OT Cyber Security
    • SOAR Security
    • MSSP (Managed Security Service Provider)
    Managed Network & Security Services
    • Managed Network & Security Services
    Consultancy Services
    • NCSB Risk Assessment
    • Security BluePrint™ Consultancy Services
    Agentic AI & Automation
    • SD Unified Platform
    • Agentic AI SOC
    • AI Automation
    • SD Monitoring
    • SDP-Portal
    • AI Threat Hunting
    Application Performance Monitoring
    • APM as a Service (APMaaS)
    • Cloud Monitoring
    • Database Performance Monitoring
    • Web Application Monitoring
    • Synthetic Testing Monitoring
    • Real User Monitoring (RUM)
    • Stress Test / Load Test – Performance Assessment
    Supported Platform
    • TrendAI Vision One

    Not Sure What Security Threats Your Organization is Facing?

    We can help. Contact us now for a free consultation and protect your business from potential risks.

    Contact Us
  • Technology Vendor Partners
  • Blog & News
  • Contact
    • Contact Us
    • Become a Simply Data Partner

Under Attack?

Submit your message through our contact form or call us at +603 5886 2714.

    Cybersecurity Tips

    What Is Agentic AI and How It Can Help with Cybersecurity?

    June 23, 2026
    What Is Agentic AI and How It Can Help with Cybersecurity

    Home – What Is Agentic AI and How It Can Help with Cybersecurity?

    Cybersecurity teams today are dealing with a challenge that is difficult to overstate. Billions of log events are generated every single day. Attackers are moving faster than ever, and in many cases, they are using artificial intelligence themselves to find and exploit weaknesses before any human analyst gets the chance to respond.

    Traditional security tools were built for a different era. They follow predefined rules, require constant human input, and cannot adapt quickly enough to keep pace with the threats that modern organisations face.

    That is where agentic AI comes in. It represents a significant step forward in how AI systems work, and its potential impact on cybersecurity is one of the most compelling reasons to understand it now. This article explains what agentic AI is, how it works, why it matters for businesses today, and how it is beginning to change the way cybersecurity is practised.

    What Is Agentic AI?

    Agentic AI is an artificial intelligence system designed to accomplish specific goals with minimal human supervision. Unlike the AI tools most people are familiar with, which respond to prompts and wait for the next instruction, agentic AI can take initiative. It perceives its environment, reasons about what needs to be done, and then acts to achieve a defined outcome, all without needing a human to guide every step.

    The word “agentic” comes from the concept of agency, which refers to the capacity to act independently and with purpose. In practical terms, an agentic AI system is made up of AI agents, which are machine learning models that can mimic human decision-making to solve problems in real time.

    A helpful way to think about this: a standard AI tool is like a calculator. You give it an equation, and it gives you an answer. Agentic AI is more like a capable analyst. You give it a goal, and it goes off to gather the necessary information, make decisions along the way, and complete the task on your behalf.

    Agentic AI vs Generative AI: What Is the Difference?

    FeatureGenerative AIAgentic AI
    Acts autonomouslyNoYes
    Learns from outcomesNoYes
    Uses external toolsLimitedYes
    Natural language interactionYesYes
    Goal-driven behaviourNoYes

    Many people have encountered generative AI through tools like ChatGPT. Generative AI is designed to create content, whether that is text, images, or code, based on the prompts it receives. It is reactive by nature. You ask, it responds.

    Agentic AI takes this a step further. It uses the same large language model (LLM) capabilities that power generative AI, but adds autonomy, memory, and the ability to use external tools on top of that foundation. Generative AI focuses on creating. Agentic AI focuses on doing.

    Here is a simple illustration. A generative AI tool can tell you the best time to travel to a particular destination. An agentic AI system can take that same goal, research available flights, compare pricing across booking platforms, check your calendar for availability, and complete the booking, all from a single instruction.

    How Does Agentic AI Work?

    How Does Agentic AI Work

    Agentic AI systems generally follow a structured process to carry out their tasks. While different platforms and frameworks have their own technical approaches, the core flow follows four key stages.

    1. Perceive

    The system collects data from its environment. This can include network traffic, application logs, user behaviour patterns, database queries, API responses, and any other sources relevant to the task at hand. The agent filters this incoming information to understand the current situation and what data is useful.

    2. Reason

    Using large language models and other AI techniques, the agent interprets the data it has gathered, understands the context, and develops a plan of action. This is where the agent decides how best to achieve its goal, including whether to break the task down into smaller steps or whether additional information is needed before proceeding.

    3. Act

    The agent executes its plan. This can mean calling an API, querying a database, interacting with a software system, sending an alert, triggering an automated response, or delegating subtasks to other specialised agents. All actions are logged and can be reviewed.

    4. Learn

    After completing an action, the agent evaluates the outcome and uses that feedback to improve its future decision-making. Over time, the system becomes more effective at handling similar tasks because of this continuous learning loop.

    In more advanced setups, multiple agents work together in what is called a multi-agent system. A central orchestrator agent coordinates the work of many specialised agents operating in parallel, each focused on a narrow area of expertise. Together, they can tackle complex, multi-step workflows that would take human teams significantly longer to complete.

    Key Characteristics of Agentic AI

    Understanding what makes agentic AI different from previous generations of AI tools helps clarify why it is gaining so much attention across industries.

    • Autonomous: Agentic AI can maintain long-term goals and manage multi-step tasks without needing a human to approve each action. It reduces the need for constant oversight while still operating within defined boundaries.
    • Proactive: Rather than waiting to be prompted, agentic AI anticipates what needs to be done. It can identify emerging patterns and take action before problems escalate.
    • Adaptive: The system learns from its environment and adjusts its behaviour based on new information. This makes it far more effective in dynamic, real-world conditions compared to rule-based systems.
    • Collaborative: Multiple agents can work together, each specialising in a different area, coordinated by an orchestrator. This architecture allows agentic systems to scale in ways that single-model approaches cannot.
    • Intuitive: Because agentic AI is powered by large language models, users can interact with it using plain language. There is no need to learn complex interfaces or write technical commands.

    Why Traditional Cybersecurity Approaches Are Falling Short

    Before looking at how agentic AI helps with cybersecurity specifically, it is worth understanding the scale of the problem that security teams are facing.

    The threat landscape has changed dramatically. Attackers are no longer relying purely on manual techniques. They are leveraging AI themselves to identify vulnerabilities, craft targeted phishing attacks, and move through compromised networks faster than traditional detection tools can flag the activity.

    The numbers reflect this shift clearly:

    • Credential phishing attacks surged by 703% in the second half of 2024, driven largely by the availability of AI-generated phishing kits.
    • Google’s Threat Intelligence Group tracked 90 zero-day vulnerabilities actively exploited in the wild in 2025, with nearly 30% of known exploited vulnerabilities weaponised within 24 hours of disclosure.
    • Verizon’s 2025 DBIR found that 60% of breaches involve the human element, whether through phishing, social engineering, or misuse of legitimate credentials.
    • As early as 2024, 93% of security leaders were already anticipating daily AI-driven attacks within the year. 

    Security Operations Center (SOC) analysts are under enormous pressure. Alert fatigue is a real and well-documented problem. When teams are manually triaging hundreds or thousands of alerts per day, genuine threats get missed, especially the ones that arrive in the early hours of the morning when staffing is minimal.

    Rule-based systems cannot keep up. They are designed to detect known patterns. The threats that cause the most damage today are often the ones that do not match any existing signature.

    How Agentic AI Helps with Cybersecurity

    How Agentic AI Helps with Cybersecurity

    Agentic AI addresses the core limitations of traditional security approaches by providing continuous, autonomous, and adaptive defence capabilities. Here is how it is being applied in practice.

    1. Continuous Threat Monitoring

    Agentic AI can monitor network traffic, system logs, user behaviour, and application activity around the clock without interruption. It does not experience fatigue, and it does not miss alerts because the queue became too long.

    More importantly, agentic AI does not just look for known threat signatures. It establishes a baseline of normal behaviour and flags deviations that may indicate something is wrong, even when the activity does not match any previously documented attack pattern. This is particularly valuable for detecting the kind of lateral movement that attackers use after gaining initial access with legitimate credentials.

    2. Autonomous Incident Response

    When a threat is confirmed, agentic AI can act immediately without waiting for a human to review and approve each step. Depending on the configuration and the organisation’s policies, this can include isolating affected endpoints, revoking compromised credentials, blocking suspicious network connections, rolling back unauthorised changes, and generating a detailed incident report.

    Deployments of agentic AI in security operations have demonstrated that automated case analysis can reduce investigation time from days to minutes. In a breach scenario, that difference in response time directly translates to the amount of damage an attacker can cause.

    3. Proactive Vulnerability Management

    Rather than waiting for a breach to reveal gaps in a system’s defences, agentic AI can proactively scan for misconfigurations, unpatched software, and excessive access permissions on a continuous basis. It can prioritise findings based on how likely each vulnerability is to be exploited and what the business impact would be, making it far more useful than a raw list of CVEs.

    4. Threat Intelligence at Scale

    Agentic AI systems can coordinate across multiple threat intelligence feeds, dark web monitoring sources, and internal security telemetry simultaneously. Different specialised agents can focus on different aspects of this work, sharing insights with each other to build a more complete picture of the threat environment.

    This approach is particularly effective against advanced persistent threats (APTs), where attackers operate slowly and carefully over extended periods to avoid detection. The 2024 Salt Typhoon campaign demonstrated exactly this kind of threat, where attackers operated with valid credentials for days without triggering traditional alerts.

    5. Identity and Access Governance

    One of the most significant risk areas in modern cybersecurity is identity. Attackers frequently gain access through compromised accounts and then move laterally through a network by abusing legitimate access rights.

    Traditional access governance processes often run quarterly or annually, which is nowhere near frequent enough to catch an active intrusion. Agentic AI can continuously review entitlement levels, monitor access patterns, and flag accounts showing unusual behaviour in real time. This brings access governance from a periodic audit function to a continuous security control.

    Agentic AI Use Cases Across Industries

    Agentic AI Use Cases Across Industries

    Agentic AI is being applied across virtually every sector where there are complex, repetitive, or time-sensitive workflows that benefit from automation and intelligent decision-making.

    • Healthcare: Agents can monitor patient data, track changes in condition, adjust treatment recommendations based on new test results, and provide real-time support to clinical teams.
    • Finance and trading: Agents can continuously analyse market trends, monitor portfolio performance, execute trades based on predefined strategies, and adjust positions in response to real-time data.
    • Supply chain management: Agents can forecast demand, track inventory levels, detect potential disruptions, and proactively reroute shipments to maintain operational continuity.
    • Customer service: Agents handle enquiries, search for relevant information across company documentation, and escalate to human agents only when a problem is beyond their scope. They can operate 24 hours a day, seven days a week.
    • Software development: Agents can generate code, identify and fix bugs, manage the development lifecycle, and test for system vulnerabilities automatically.
    • Research and development: Agents can synthesise data from multiple sources, design experiments, generate hypotheses, and present findings faster than any individual researcher or team.

    In each of these cases, the common thread is the same. Agentic AI handles the volume and complexity that human teams simply cannot sustain at scale.

    The Agentic AI Cybersecurity Market: The Numbers

    The growth projections for agentic AI in cybersecurity reflect how seriously the industry is taking this technology. According to Grand View Research, the global agentic AI in cybersecurity market was valued at approximately USD 22.56 billion in 2024 and is projected to reach USD 322.39 billion by 2033, growing at a CAGR of 34.4%. Separate analysis from Mordor Intelligence puts the market at USD 1.83 billion in 2025, forecast to reach USD 7.84 billion by 2030 at a CAGR of 33.83%.

    The wide variance between these figures comes down to how each firm defines and scopes the market, but the direction is consistent across all projections: agentic AI in cybersecurity is among the fastest-growing segments in the technology sector today.

    The threat detection and response segment accounts for the largest share of the market, driven by the increasing demand for platforms that can perform autonomous detection, correlation, and remediation without relying on human analysts to manage every step.

    What to Plan For Deploying Agentic AI Effectively 

    What to Plan For Deploying Agentic AI Effectively

    Agentic AI works best when organisations think through a few practical considerations before and during deployment.

    1. Be specific about what you want the agent to do. 

    Agents follow the objectives they are given, so clear goal-setting matters. An agent told to “reduce alert volume” might do so by dismissing alerts rather than investigating them. Define success precisely, and the agent will behave the way you intended.

    2. Build in checkpoints when agents work together. 

    When multiple agents are chained together, a mistake early on can affect everything that follows. Adding review points between agents catches errors before they compound, keeping the system reliable and predictable.

    3. Make sure decisions can be explained. 

    Security teams and regulators need to understand why a decision was made. Build agentic systems with proper logging and audit trails from the start. This makes compliance easier and gives your team the visibility to improve the system over time.

    4. Keep your broader security programme strong. 

    Attackers are starting to use agentic AI too, automating reconnaissance and accelerating attacks. Agentic AI is most effective as part of a layered security approach that includes regular VAPT, network monitoring, and experienced analysts, not as a replacement for them.

    5. Factor infrastructure costs into your planning. 

    Running agentic AI at scale requires real compute resources. Include this in your business case early so there are no surprises later, and consider a phased rollout that scales with demonstrated results.

    6. Keep humans involved in important decisions. 

    The best agentic AI deployments let agents handle repetitive, high-volume tasks while escalating complex or high-risk decisions to human analysts. This is not a limitation of the technology. It is the right way to use it, and it builds team confidence in AI-driven operations over time.

    What to Look for When Evaluating Agentic AI for Cybersecurity

    For organisations assessing agentic AI solutions for their security operations, the following questions are worth asking of any vendor or platform.

    • Does the system support human-in-the-loop controls, particularly for high-impact actions like endpoint isolation or credential revocation?
    • Can it provide clear explanations for why it flagged a particular event or took a specific action?
    • How does it integrate with your existing security stack, including SIEM, SOAR, identity management, and cloud platforms?
    • Does it include monitoring and observability tools so you can see what the agents are doing in production?
    • What audit trails does it generate for compliance purposes?
    • How does the vendor approach data privacy and sovereignty? This is particularly relevant for organisations operating under Malaysian data protection requirements or sector-specific regulations.

    Frequently Asked Questions

    1. What is agentic AI in simple terms? 

    Agentic AI is an AI system that can set goals, make decisions, and take action on its own, without needing a human to guide it through every step. It is built to act, not just to respond.

    2. What is the difference between agentic AI and generative AI? 

    Generative AI creates content in response to prompts. Agentic AI goes further by using those same language capabilities to plan and execute multi-step tasks autonomously, including interacting with external tools and systems.

    3. How is agentic AI used in cybersecurity? 

    Agentic AI is used for continuous threat monitoring, autonomous incident response, proactive vulnerability management, threat intelligence correlation, and real-time identity and access governance. It allows security teams to extend their capabilities beyond what is possible with human analysts alone.

    4. What are the risks of agentic AI? 

    Key risks include misaligned objectives, cascading errors in multi-agent systems, limited transparency, adversarial misuse, and the need for significant infrastructure. These risks can be managed with proper governance, human oversight mechanisms, and thoughtful system design.

    5. Is agentic AI the same as automation? 

    No. Traditional automation follows fixed rules and predefined workflows. Agentic AI can reason, adapt, and make contextual decisions in real time. It is more capable and more flexible than rule-based automation, though it requires more careful management as a result.

    The Road Ahead for Agentic AI in Cybersecurity

    We are still in the early stages of agentic AI adoption in security operations. 2025 and 2026 are the years when many organisations are beginning to move from evaluation and pilot programmes into production deployments.

    The urgency is real. Attackers are not waiting. They are already using AI to automate the offensive side of cybersecurity, and the only effective response is AI on the defensive side as well. The future of cybersecurity will increasingly look like AI agents defending networks against AI-powered attacks, with human security teams providing oversight, governance, and the strategic judgement that machines cannot replicate.

    For Malaysian businesses navigating an increasingly complex threat environment, alongside evolving regulatory requirements under the Cybersecurity Act 854 and guidelines from Bank Negara Malaysia and NACSA, agentic AI represents a meaningful step forward in security capability. The organisations that understand it now will be better positioned to deploy it effectively when the need becomes urgent, and for many, that moment is not far off.

    Conclusion

    Agentic AI is not just a more sophisticated version of the AI tools that came before it. It is a fundamentally different approach to how artificial intelligence operates: goal-driven, autonomous, adaptive, and capable of taking action in the real world without requiring a human to manage every step.

    For cybersecurity specifically, agentic AI addresses some of the most pressing challenges that security teams face today. It provides the continuous monitoring, rapid response, and adaptive threat detection that human teams alone cannot deliver at scale, particularly as attackers themselves become more sophisticated and automated.

    Understanding agentic AI now, what it is, how it works, and where it fits into a broader security strategy, puts organisations in a much stronger position to make informed decisions about adoption.

    If you would like to understand how agentic AI fits into your organisation’s cybersecurity posture, or to learn more about how Simply Data is applying this technology in our security operations, please do not hesitate to contact us.

    Resources and Further Reading on Agentic AI

    Simply Data provides a full suite of cybersecurity and technology solutions for Malaysian businesses, including our Agentic AI SOC service. Explore our services: 

    • Agentic AI SOC 
    • Security Operations Center (SOC) Managed Service 
    • AI Automation. 

    Ready to get started? Contact our cybersecurity experts for a free consultation today.

    Related Reading

    • What Is a Security Operations Center (SOC) in Cybersecurity?
    • Proactive SOC vs Agentic SOC: Why Malaysian Businesses Should Ask a Different Question
    • Incident Response in Cybersecurity: How SOC Teams React to and Mitigate Attacks
    • 2026 Trends
    • AI Cybersecurity
    • cybersecurity-malaysia
    • SME Security

    Post navigation

    Previous

    Search

    Categories

    • Announcements (9)
    • Cybersecurity Tips (45)
    • Industry Insights & Trends (14)
    • Regulatory & Compliance (5)
    • Service Spotlight (9)

    Recent posts

    • What Is Agentic AI and How It Can Help with Cybersecurity
      What Is Agentic AI and How It Can Help with Cybersecurity?
    • What is XDR in Cybersecurity XDR Meaning Explained
      What is XDR in Cybersecurity? XDR Meaning Explained (2026 Guide)
    • What is AI Cybersecurity A Complete Guide 2026
      What is AI Cybersecurity? A Complete Guide (2026)

    Tags

    2026 Trends AI Cybersecurity AI Threats Anthropic apm Bank Negara RMiT Certification Company News Compliance Cost-Benefit Analysis CVE cyber-security-act cybersecurity-malaysia Cybersecurity Malaysia Cyber Threats DFIR Dwell Time Incident Response iso27001 Malaysia Malaysia Cybersecurity Malaysia Cybersecurity 2025 Managed Services Managed SOC MDR nacsa Network Security Patch Management PDPA penetration-testing Proactive Cybersecurity Ransomware ROI SIEM SME Budget SME Security soc SOC Malaysia threat-intelligence Threat Hunting Threat Report vapt Vulnerability Web Application Security XDR

    Related posts

    What is XDR in Cybersecurity XDR Meaning Explained
    Cybersecurity Tips

    What is XDR in Cybersecurity? XDR Meaning Explained (2026 Guide)

    June 23, 2026

    Home – What is XDR in Cybersecurity? XDR Meaning Explained (2026 Guide) Most organisations today are not short on security tools. They have endpoint protection, email filtering, firewall monitoring, cloud security, and more. But here is the uncomfortable reality: having more tools does not mean being more secure. When those tools operate in silos and […]

    What is AI Cybersecurity A Complete Guide 2026
    Cybersecurity Tips

    What is AI Cybersecurity? A Complete Guide (2026)

    June 23, 2026

    Home – What is AI Cybersecurity? A Complete Guide (2026) Cyber threats in Malaysia are no longer just the work of opportunistic hackers. Today, attacks are AI-assisted, automated, and built to slip past the defences that most organisations rely on. In 2025, Simply Data Security Operations Centre analysed over 120 billion security logs across more […]

    Simply Data Earns Anthropic Claude CCA F Certification
    Announcements

    Simply Data Earns Anthropic Claude Certified Architect – Foundations (CCA-F) Certification

    June 7, 2026

    Simply Data Co-Founder Eric Leong passes the Anthropic CCA-F exam with 747/1000 — among Malaysia’s first Claude Certified Architects. What it means for AI-powered cybersecurity clients.

    simply data logo

    Started in 2022, Simply Data is a CREST certified and NACSA Licensed (No. 20007-01 & 20007-02) Cyber Security company in Malaysia that provides cyber security services including Network & Security IT Managed Service, Security Operation Centre (SOC), Cyber Threat Intelligence, Vulnerability Assessment & Penetration Testing (VAPT) service, Application Performance Monitoring (APM) services, and more.

    • B-03A-03, 3RD Floor, Block B Setiawalk, Persiaran Wawasan, Pusat Bandar Puchong, 47100 Puchong, Selangor
    • +603 5886 2714
    • contactus@simplydata.com.my
    Quick Links
    • Home
    • About Us
    • Innovation
    • Technology Vendor Partners
    • Blog / News
    • Career Opportunities
      Hiring
    • Become a Simply Data Partner
    • Cybersecurity Readiness Assessment
    • Malaysia CyberSecurity Act 854
    CyberSecurity Services
    • Cyber - 911 - DFIR Services
    • Compromise Assessment
    • Security Operations Center (SOC)
    • Extended Threat Intelligence
    • Security Posture Assessment (SPA) Services
    • Network & Security Configuration Audit & Hardening
    • Phishing Email Simulation
    Managed Network & Security Services
    • Managed Network & Security Services
    Observability Application Performance Monitoring
    • Observability APM as a Service
    • Cloud Monitoring
    • Database Performance Monitoring
    • Web Application Monitoring
    • Synthetic Testing Monitoring
    • Real User Monitoring
    • Stress Test / Load Test – Performance Assessment
    Consultancy Services
    • NCSB Risk Assessment
    • Security BluePrint™ Consultancy Services

    © 2025 Simply Data Sdn Bhd. All rights reserved.

    • Terms & Conditions
    • Data Protection & User Privacy
    • Privacy Policy
    • Cookie Policy