惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
P
Palo Alto Networks Blog
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
The Cloudflare Blog
I
Intezer
P
Privacy International News Feed
C
Check Point Blog
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Hacker News
The Hacker News
B
Blog
Latest news
Latest news
小众软件
小众软件
Engineering at Meta
Engineering at Meta
Cyberwarzone
Cyberwarzone
Project Zero
Project Zero
P
Proofpoint News Feed
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
Schneier on Security
美团技术团队
G
GRAHAM CLULEY
博客园 - 司徒正美
T
Threatpost
D
Darknet – Hacking Tools, Hacker News & Cyber Security
博客园 - 叶小钗
C
Cisco Blogs
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
H
Help Net Security
Simon Willison's Weblog
Simon Willison's Weblog
Cisco Talos Blog
Cisco Talos Blog
K
Kaspersky official blog
NISL@THU
NISL@THU
AWS News Blog
AWS News Blog
T
Threat Research - Cisco Blogs
月光博客
月光博客
Security Latest
Security Latest
Scott Helme
Scott Helme
T
Tenable Blog

Red Canary

Intelligence Insights: July 2026 | Red Canary Train, triage, repeat: The AI agent changing how we fight phishing | Red Canary Intelligence Insights: June 2026 | Red Canary The dual-use dilemma: Rethinking detection for remote access tool abuse | Red Canary How threat hunting evolves at scale Investigating suspicious AI workflows in Microsoft Entra Agent ID: Assistive agents Red Canary CFP tracker: May 2026 Investigating suspicious AI workflows in Microsoft Entra Agent ID: Agent’s user account Grading on a curve: How to assess a pentest Investigating suspicious AI workflows in Microsoft Entra Agent ID: Autonomous agents Intelligence Insights: May 2026 Investigating server compromises with cgroups: A Linux DFIR primer Spring cleaning your browser Red Canary CFP tracker: May 2026 How AI can streamline your security testing Intelligence Insights: April 2026 Identity, browsers, and node.js: Everything you missed in the Threat Detection Report miniseries New: Use response actions to update Zscaler policies and block threats Red Canary CFP tracker: April 2026 Scarlet Goldfinch’s year in ClickFix Intelligence Insights: March 2026 AI and browser threats stand out in the 2026 Threat Detection Report Moving up the Assemblyline: Exposing malicious code in browser extensions The RSAC 2026 Conference talks worth catching Hunting for malicious OpenClaw AI in the modern enterprise Breaking down a supply chain attack leveraging a malicious Google Workspace OAuth app Red Canary CFP tracker: March 2026
AI in cybersecurity: The good, the bad, and the FUD
2026-04-08 · via Red Canary

Everyone in infosec is talking about artificial intelligence (AI). While we maintain in the 2026 Threat Detection Report that AI favors defenders, it’s also helping lower the barrier of entry to conduct cyber attacks. To counter this, organizations need to implement defense-in-depth strategies, including identity controls and continuous threat monitoring. Meanwhile, as AI adoption grows, security teams need to proactively vet new tools and manage supply chain risks to protect their own AI systems from becoming targeted.

Defending against AI: AI-powered threats

We see the rise of AI-powered threats as more of an evolution in speed and automation than a revolution in attack methodology. Over the last year, adversaries—including nation-state actors from Iran, China, and North Korea—have leveraged large language models (LLMs) and Model Context Protocol (MCP) servers as force multipliers. In one campaign identified by Anthropic, a Claude AI model was used to automate 80-90 percent of tactical operations, effectively lowering the barrier of entry for complex cyber espionage.

While AI allows adversaries to execute reconnaissance, vulnerability research, and phishing with unprecedented velocity, the underlying techniques, including credential theft and data exfiltration, remain the same. From a defensive standpoint, the “signals” remain the same too; defending against these threats doesn’t require a radical departure from established security frameworks. Instead, it demands a “back to the basics” approach, utilizing automation to match the adversary’s pace.

As outlined in the 2026 Threat Detection Report, embracing the core tenets of information security—the same way you’d defend against non-AI threats—remains the most effective shield against automated campaigns.

Take action

To protect your environment from AI-powered tradecraft, focus on the following:

  • Enforce least privilege: Limit the permissions granted to both human users and AI agents to prevent lateral movement and unauthorized data access.
  • Adopt defense in depth: Layer your security controls (multi-factor authentication, zero trust, network segmentation) so that if an AI automated tool bypasses one layer, others remain.
  • Audit AI permissions: Regularly review permissions before deploying any MCP server to understand its scope, what actions it can perform, the data it can access, etc. As AI assistants proliferate, adversaries are likely to look to exploit them.

Defending your AI: Threats to AI infrastructure

The evolution of AI infrastructure, including MCP servers and command-line interfaces (CLIs), have introduced a complicated attack surface at many organizations. Unlike traditional software, these AI agents operate as autonomous entities capable of executing code and accessing sensitive data. This integration, often in development environments and cloud resources, means that a single compromise can provide an adversary with unfettered access to conduct reconnaissance, harvest credentials, and exfiltrate data across an enterprise.

Read Zscaler’s ThreatLabz 2026 AI Security Report for more insights into the latest enterprise AI adoption trends, risks, and security strategies.

Over the last year, the primary threat to AI infrastructure has revolved around model hijacking via prompt injection. By placing malicious natural language instructions in public locations like GitHub issues or documentation, attackers can trick AI agents into executing unauthorized commands. This exploits the fundamental trust relationship between the model and the data it processes. Because these agents operate autonomously with elevated privileges, a hijacked system can pivot through a network in minutes, making traditional detection difficult.

Securing these environments requires treating AI infrastructure as a high-privilege system. Organizations should move beyond basic implementation to a strategy of defense in depth—combining technical controls like container isolation and OAuth-based authentication with rigorous supply chain management. By centralizing model access and auditing third-party tools, security teams can regain visibility and limit the potential blast radius of an automated attack.

Take action

To protect your organization’s AI infrastructure from threats, implement these security controls:

  • Enforce least privilege: As mentioned above, treat AI agents as privileged users; restrict their filesystem and network access to the absolute minimum required for their tasks.
  • Secure your credentials: Move away from long-lived API keys. Use secrets management tools and implement short-term, scoped credentials to prevent harvesting.
  • Vet your supply chain: Maintain an internal registry of approved MCP servers and audit their code before deployment rather than allowing arbitrary third-party installs.
  • Segment AI environments: Ensure agents that process public data (like web scrapers) or handle external APIs are isolated from those with access to sensitive internal repositories.

Defending with AI: Human-guided AI agents

Over the past year, defenders further leveraged intelligent systems, particularly AI agents, to quantifiably improve the speed and consistency of security operations without compromising accuracy.

AI agents have become an important tool in SOC work because unlike rigid traditional automation methods, they can dynamically adapt to new data and investigation contexts. This allows SOCs to offload tedious context gathering and initial assessments, freeing up human analysts to focus on complex problem-solving. Organizations in 2025 relied on AI agents to achieve faster threat detection, follow through on more consistent investigations, and yield higher-quality security outcomes by leveraging human expertise more effectively.

The application of AI in security has matured significantly with the emergence of human-guided AI agents. These non-autonomous agents have become more tightly integrated into specific SOC workflows to gather context and perform assessments. This development has helped reduce investigation times in some scenarios from 30+ minutes to under two minutes, accelerating threat detection and response while maintaining high accuracy through human validation.

Organizations looking to better integrate AI in their SOCs should look to implement non-autonomous AI agents within tightly controlled workflows, ensuring humans remain in the loop for critical approvals and oversight.

Take action

Here’s how to get started with agentic security operations:

  • Map existing processes to identify repetitive tasks suitable for AI agents and translating these into prompts for agents.
  • Continuously refine and train agents using feedback from human analysts, treating them like new hires in a probationary period to ensure accuracy and improve performance over time.
  • Prioritize clear security goals and quality data as the foundation for training your agents, ensuring outputs are trustworthy.