Cybersecurity · Threat Intelligence · AI Security
Attackers are using AI for more than writing phishing emails or explaining code. Reports published during 2026 document AI-assisted reconnaissance, vulnerability research, malware development, data analysis and operational activity. The important change is not that every attack is autonomous. It is that several parts of an attack can now be completed with less manual work.
That distinction matters for security teams. A vulnerability still has to exist. An account still has to be compromised. A command still has to reach a system. But the work required to find those opportunities, prepare tooling and analyze the results is becoming easier to automate.
Quick answer
AI-assisted attacks have moved beyond isolated demonstrations. Current threat intelligence shows malicious users applying AI across several established attack techniques, while recent incident reporting shows AI being combined with conventional operator activity. The defensive priority is therefore speed: maintain asset visibility, reduce exposed vulnerabilities, protect identities, monitor behavior and control AI agents before they gain unnecessary authority.
What changed
- AI is being inserted into multiple attack stages.
- Capability development is a major reported use.
- Vulnerability research is becoming faster to scale.
- Threat actors are building AI-specific tooling.
What did not change
- Attackers still need an access path or exploitable weakness.
- Human operators remain involved in many operations.
- Identity and endpoint controls still matter.
- Traditional patching and segmentation remain necessary.
The Evidence Is Stronger Than It Was a Year Ago
One of the clearest datasets comes from Anthropic’s June 2026 analysis of malicious cyber activity. The company reviewed 832 accounts associated with activity that violated its cyber-related policies between March 2025 and March 2026. Researchers mapped 13,873 observed actions to 482 MITRE ATT&CK techniques covering all 14 ATT&CK tactics.
The study found that 69% of the actors used AI for capability development. Malware development was the dominant activity within that category. Other observed behavior included information obfuscation, local data collection and attempts to impair defenses. Anthropic also reported that the proportion of actors classified as medium risk or higher increased from 33% in the first half of the study period to 56% in the second half.
There is an important limitation. This was not a census of the global threat landscape. It was an analysis of malicious accounts identified by one AI provider. The numbers therefore should not be presented as the percentage of all attacks that use AI. What the study does establish is more useful: malicious users were repeatedly applying AI to established offensive techniques rather than treating the technology as a laboratory experiment.
Source note
Anthropic’s figures describe its own dataset. They are evidence of observed malicious AI use, not a global attack-rate statistic. Keeping that distinction in the article avoids overstating what the research can prove.
AI Is Being Added to Familiar Attack Workflows
The current pattern looks less like a new type of hacking and more like an acceleration layer around existing techniques. An operator can use a model to summarize public information, inspect code, generate variations of scripts, analyze logs or prepare content. The model does not need to invent a new attack method for the attacker to gain an advantage.
Figure: conceptual workflow based on techniques described in current threat intelligence reporting. It is not a reconstruction of one incident.
Reconnaissance Is an Easy Place to Add Automation
Reconnaissance produces a large amount of unstructured information. Companies publish domain names, product documentation, job listings, software repositories, certificates and contact information. Security teams may know that each item is public while still lacking a single view of how those pieces fit together.
AI can help an attacker organize that material. A model can summarize documents, classify technologies, compare information from different sources and identify relationships that deserve manual investigation. The advantage is not necessarily a novel discovery method. It is the reduction in time spent sorting information.
What defenders should watch
- Abandoned subdomains and applications
- Internet-facing development systems
- Old certificates and DNS records
- Public repositories containing secrets
- Unnecessary remote-access services
Why it matters
The smaller the amount of manual work required to profile a target, the more targets an operator can investigate. Continuous external-asset visibility therefore becomes more useful than a periodic inventory exercise.
Malware Development Is Already a Major Use Case
Anthropic’s research is unusually specific about this stage. Capability development was used by 69% of the malicious actors in its dataset, and malware development represented most of the activity within that category.
The finding does not mean a model can be handed a target and produce a dependable campaign without human work. Offensive tooling still has to function against a particular operating system, network, application or defensive configuration. Attackers also have to test their output.
The practical advantage is elsewhere. A model can explain unfamiliar code, produce small code changes, help debug an error, translate logic between languages and generate variations. Those tasks are individually ordinary. Combined across a campaign, they can reduce the amount of time an operator spends on routine development.
Security implication
Detection systems should not depend on one static indicator when adversaries can modify tooling more quickly. Endpoint behavior, identity events, process relationships, network connections and unusual data access provide more durable signals.
Vulnerability Research Changes the Patch Window
Vulnerability exploitation has always created a race between attackers and defenders. AI changes the economics of that race because software analysis is a task that can be repeated at machine speed.
Google Threat Intelligence Group has reported that general-purpose AI models can assist vulnerability discovery and that AI-assisted vulnerability management will become an important defensive requirement. The useful defensive response is not to assume every model can automatically exploit every flaw. It is to reduce the amount of time between exposure, validation, prioritization and remediation.
Verizon’s 2026 Data Breach Investigations Report adds context. Its dataset found vulnerability exploitation accounted for 31% of breaches, making it the leading initial-access vector in the report. That is not an AI statistic, but it explains why faster vulnerability research is strategically important.
| Defensive task | Traditional bottleneck | AI-assisted opportunity |
|---|---|---|
| Asset discovery | Large amounts of public and internal data | Faster classification and correlation |
| Vulnerability review | Large code and dependency estates | Prioritize suspicious or exposed paths |
| Alert triage | High alert volume | Summarize and group related signals |
| Incident analysis | Many logs and evidence sources | Accelerate evidence review |
| Remediation | Competing technical priorities | Explain risk and propose next actions |
Recent 2026 Incidents Put the Trend in Context
In July 2026, Taiwan reported an AI-assisted cyberattack against government agencies. Reuters reported that the activity combined manual techniques with AI-agent capabilities and that Taiwan’s cybersecurity infrastructure detected the incident. The case is useful because it illustrates the current pattern: AI is being added to an operational attack rather than appearing only in a controlled demonstration.
Reuters also reported in August 2026 that a North Korean hacking group had built AI-related tools to support cyber operations, including phishing, malware development and analysis of stolen information. The report was based on findings from a South Korean cybersecurity company.
These reports should not be collapsed into one claim about “AI hackers.” They describe different actors, methods and evidence. Together, they show that AI capability development and AI-assisted operations are becoming part of the threat landscape that security teams have to account for.
AI Agents Create a Different Security Problem
A language model that only generates text has a limited blast radius. An agent connected to repositories, cloud consoles, ticketing systems, email, files or administrative APIs does not.
The security boundary moves from the model itself to the combination of model, tools, credentials and data. If an agent can read a sensitive repository and also execute changes, an instruction-manipulation attack can have consequences that a normal chat session would not.
Limit authority
- Use separate agent identities.
- Grant only required permissions.
- Restrict available tools.
- Require approval for destructive actions.
Control the input
- Treat external documents as untrusted.
- Separate instructions from data.
- Log agent decisions and actions.
- Protect credentials outside the model context.
Shadow AI Is Part of the Same Problem
Not all AI-related security risk comes from attackers. Employees are also introducing AI services into business workflows without necessarily involving security or procurement teams.
A developer may paste an error log into a public assistant. A finance employee may upload a spreadsheet. A support team may send customer information to a summarization service. A marketing team may connect an AI service to a shared drive. Each action can be legitimate from the employee’s perspective while still creating a new data-flow that security teams cannot see.
The control problem is therefore larger than banning a list of websites. Organizations need an inventory of approved AI services, clear data-handling rules, identity controls, integration reviews and a way to identify unsanctioned use. Mandiant’s 2026 reporting has also highlighted shadow AI and limited visibility into AI assets as security concerns.
What Security Teams Should Change Now
The first response should not be a new AI product. Most organizations will gain more from improving the controls they already depend on.
1. Know the attack surface
- Inventory internet-facing assets.
- Assign owners.
- Remove abandoned services.
- Track cloud and SaaS exposure.
2. Shorten vulnerability response
- Prioritize exposed vulnerabilities.
- Include exploit intelligence.
- Track remediation age.
- Test compensating controls when patching is delayed.
3. Protect identity
- Use phishing-resistant authentication where appropriate.
- Reduce standing privilege.
- Monitor unusual admin activity.
- Revoke compromised credentials quickly.
4. Detect behavior, not only files
AI-generated code can be changed, renamed or regenerated. A better detection strategy looks at what the code does and how an account behaves. Unexpected administrative access, unusual process chains, new persistence, abnormal data transfers and authentication from unfamiliar environments are examples of signals that remain useful even when the underlying tooling changes.
5. Test response at a faster tempo
Incident response plans often assume there is time to investigate before containment. Teams should test the opposite case: a compromised account, an exposed service and suspicious data access occurring close together. The exercise should measure how quickly the organization can identify the affected asset, revoke access, isolate systems, preserve evidence and restore normal operation.
A useful test question
If an attacker finds a critical internet-facing vulnerability tonight and uses AI to investigate it, how long would it take your team to identify the asset, confirm exposure, apply a mitigation and verify that the attack path is closed?
A Practical Defensive Checklist
- Maintain an accurate external attack-surface inventory.
- Track ownership for internet-facing applications and APIs.
- Prioritize vulnerabilities by exposure, exploitability and business impact.
- Require strong authentication for privileged and remote access.
- Review service accounts and standing administrative privileges.
- Correlate identity, endpoint, network and cloud telemetry.
- Monitor unusual data access and administrative activity.
- Define approved enterprise AI services.
- Restrict sensitive data sent to external AI systems.
- Inventory AI agents and their connected tools.
- Use separate credentials for agents.
- Log agent actions and high-impact tool calls.
- Require human approval for destructive or externally visible actions.
- Include AI-assisted attack scenarios in incident-response exercises.
- Review third-party AI integrations as part of vendor risk management.
Where the Evidence Is Still Limited
There is a tendency to describe every new AI security report as proof that autonomous cyberwarfare has arrived. The evidence does not justify treating all reports that way.
Vendor studies have different datasets and definitions. An analysis of malicious accounts on an AI platform measures something different from an incident-response investigation, and both differ from a controlled benchmark. A responsible article should preserve those distinctions.
There is also a difference between AI being present somewhere in an operation and AI being responsible for a material increase in attack success. The first can be demonstrated by observing model use. The second requires stronger evidence about outcomes, time saved, exploitability and campaign results.
The Real Enterprise Risk Is the Compression of Time
The most useful way to think about AI-assisted attacks is not “humans versus machines.” It is time versus time.
If an attacker can review more targets, test more ideas, modify tooling faster and process stolen information with less manual effort, defenders have less time to detect the operation. That puts pressure on asset management, vulnerability management, identity security and incident response at the same time.
Organizations do not need to predict exactly which AI model an attacker will use. They need controls that remain useful when the attacker can work faster. That means reducing unnecessary exposure, closing high-risk vulnerabilities, limiting privileges, collecting the right telemetry and rehearsing containment.
What to take away
AI is reducing manual effort in parts of the cyberattack lifecycle. That is already relevant to enterprise defense. The practical response is to shorten the defender’s own decision cycle, not to replace established security controls with AI.
Phishing and Social Engineering Are Also Getting Faster
Phishing does not require a new technical exploit to be effective. The attacker needs a believable message, a plausible reason for the recipient to act and a delivery path that reaches the right person. AI can reduce the writing and research effort behind that process.
The risk is not limited to grammar. Attackers can use public information to tailor messages to a department, supplier, project or individual. A campaign can therefore contain fewer obvious language errors while still relying on the same underlying weakness: a user is persuaded to disclose information, open a file, approve a request or visit a malicious site.
Old signal
Obvious spelling errors, generic greetings and unusual wording.
More useful signals
Unexpected sender behavior, unusual requests, authentication changes, suspicious links, new forwarding rules and access from unfamiliar environments.
Operational Technology Cannot Be Treated Like an AI Sandbox
For manufacturers, utilities and other organizations with operational technology, the consequences of faster cyber operations are different from those in a normal office environment. A compromised workstation may affect production scheduling. A compromised engineering account may provide access to systems that control physical processes. The response window can also be constrained by safety requirements and the need to keep equipment running.
AI does not change the engineering constraints of an industrial network. It changes how quickly an attacker may gather information about the environment and prepare actions. That makes asset inventory, network segmentation, remote-access controls, privileged-account management and tested recovery procedures especially important.
OT-specific priority
Do not introduce AI-driven remediation into a production control environment simply because it can act faster. Any automated action affecting industrial systems should have defined authority, safety constraints, rollback procedures and human oversight appropriate to the process.
A Faster Attacker Changes Security Operations Metrics
Many security programs measure the number of alerts closed, vulnerabilities remediated and incidents investigated. Those measurements are useful, but they do not answer the most important question in an AI-assisted threat environment: how long does an attacker have between discovery and containment?
| Metric | Question to ask | Why it matters |
|---|---|---|
| External exposure age | How long does an unknown or unnecessary internet-facing asset remain exposed? | Reduces the time available for reconnaissance. |
| Critical vulnerability response | How quickly can an exposed high-risk flaw be mitigated? | Reduces the exploitation window. |
| Identity containment | How long from suspicious login to account restriction? | Limits post-compromise movement. |
| Detection coverage | Can the SOC see activity across identity, endpoint, cloud and network layers? | Reduces blind spots between attack stages. |
| Recovery validation | How quickly can critical services be restored and verified? | Limits operational disruption. |
The Defensive Advantage Is Still Available
The same properties that make AI useful to attackers can help defenders. Security teams also spend time searching large datasets, reviewing code, reading threat reports, correlating events and writing incident documentation. Those tasks can be accelerated without giving an AI system unrestricted authority over production infrastructure.
A sensible division of responsibility is to let AI handle high-volume analysis while people retain control over decisions that carry operational or legal consequences. For example, a model can summarize an alert cluster and identify related authentication events. An analyst can then validate the evidence before disabling an account or isolating a production host.
The same approach works in vulnerability management. An AI system can help group findings, explain why a vulnerable component is exposed and identify related assets. The security team still decides whether a system can be patched, whether a compensating control is sufficient and whether the change is safe for the business.
Five Decisions Security Leaders Should Make
01
Exposure
Know which systems are reachable from outside.
02
Identity
Reduce the value of stolen credentials.
03
Vulnerabilities
Prioritize exposed flaws instead of only counting CVEs.
04
AI Governance
Know which agents can access company data and systems.
05
Response
Measure containment time, not only alert volume.
Common Defensive Mistakes
Treating AI as a separate threat category
AI is involved in existing attack techniques. If a security program creates an AI-only queue while ignoring identity, vulnerability and endpoint exposure, the main attack paths remain open.
Automating high-impact actions too early
An AI recommendation can be useful without being trusted automatically. Production changes, account disabling and data movement need controls appropriate to their consequences.
Measuring activity instead of exposure
Counting alerts or AI detections says little about whether a critical asset remains reachable. Security leaders should also measure exposure, remediation time and containment time.
Sources
- Anthropic, “What we learned mapping a year’s worth of AI-enabled cyber threats,” June 3, 2026.
- Verizon, 2026 Data Breach Investigations Report.
- Google Threat Intelligence Group and Mandiant, 2026 threat intelligence reporting on AI-assisted vulnerability research and cyber operations.
- Reuters, “Taiwan says it was targeted last month in AI-driven hacking campaign,” August 13, 2026.
- Reuters reporting on North Korean AI-related cyber tools, August 2026.
- Rank Math, “How to Add FAQ Schema Block Using Rank Math SEO.”
Editorial note: Statistics and incident descriptions in this article are attributed to their original sources. Vendor research reflects the methodology and dataset of the reporting organization. Where evidence is incomplete, the article states the limitation rather than treating an observation as a global measurement.
