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

推荐订阅源

Vercel News
Vercel News
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
G
Google Developers Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
J
Java Code Geeks
U
Unit 42
云风的 BLOG
云风的 BLOG
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
Docker
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
V
V2EX
T
Tailwind CSS Blog

Sysdig Blog

Masterclass: AI is more than ChatGPT and LLMs CVE-2026-39987 update: How attackers weaponized marimo to deploy a blockchain botnet via HuggingFace 5 steps to securing AI workloads Marimo OSS Python Notebook RCE: From Disclosure to Exploitation in Under 10 Hours Security briefing: March 2026 The Sysdig MCP server is now available in AWS Marketplace Risk isn’t reduced until you take action: How teams resolve issues in the cloud AI infrastructure security: Why it deserves its own category Three pillars for building effective runtime-powered cloud defense, the right way Closing the cloud security gap with runtime security Seeing risk isn’t stopping it: Why visibility alone isn’t enough TeamPCP expands: Supply chain compromise spreads from Trivy to Checkmarx GitHub Actions AI coding agents are running on your machines — Do you know what they're doing? Runtime security for AI coding agents: Protecting AI-assisted development How runtime insights power every cloud security use case CVE-2026-33017: How attackers compromised Langflow AI pipelines in 20 hours Inline Cloud Response: Accelerating AWS threat containment for SOC teams Runtime malware detection for AWS Fargate Detecting CVE-2026-3288 & CVE-2026-24512: Ingress-nginx configuration injection vulnerabilities for Kubernetes Malware detection with Sysdig Security briefing: February 2026 Leveling up Kubernetes Posture: From baselines to risk-aware admission Eliminating runtime blind spots: How CleanStart and Sysdig build continuous trust across the container lifecycle LLMjacking: From Emerging Threat to Black Market Reality Real risks live at runtime: Why CISOs must care about deep telemetry in 2026 Sysdig named a Leader in the Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 How to run rootless containers AI-assisted cloud intrusion achieves admin access in 8 minutes Security briefing: January 2026 Securing GPU-accelerated AI workloads in Oracle Kubernetes Engine
Sysdig and Anthropic: Turning Claude compliance events in...
Zaher Hulays · 2026-06-12 · via Sysdig Blog

Enterprises have adopted Claude faster than they have the security guardrails for it. An Anthropic API key has become one of the most powerful credentials in the building. With it, Claude can reach sensitive data, run code, and act on a user's behalf. Yet most security programs still treat it as an afterthought, something to rotate eventually and worry about later.

That gap matters because the question every security team should be able to answer is simple: when someone uses Claude, can you tell whether the activity is legitimate or the first visible step of a compromise? Today, for most teams, the honest answer is no. Not because the data isn't there, but because the data on its own doesn't say enough.

A compliance event is one frame, not the whole movie

The Anthropic Compliance API does its job well. It gives you a clean, granular record of what happened across your organization: conversations, files, projects, and audit and activity events. As a system of record, the specification is precise and impressively detailed.

But a record of what happened is not the same as an understanding of why. An anomalous event might be a legitimate power user performing legitimate work. The same event might be an attacker operating with stolen access. Looked at in isolation, those two stories produce the identical log line. You cannot tell them apart from the event alone, and an alert you cannot interpret is not a signal. It is noise. Overwhelmed security teams do not need more noise. They need to know which events are worth acting on.

The context lives on the machine.

Here is the part that gets missed: the context that resolves the ambiguity is not in the compliance feed. It is in the runtime activity on the same machine, in the moments right before and right after the event.

That is the foundation Sysdig has built for over the past decade.

Our integration correlates each Anthropic Compliance event with what was actually happening on the host, whether that host is a user's laptop, a workload, or a managed service. A compliance event stops being an isolated data point and becomes evidence, tied to real, deterministic runtime behavior on the same system.

This is where the story usually changes. When you line up the compliance activity against the runtime timeline, you often find that the kill chain began well before anything appeared in the compliance log: a suspicious process, an unexpected network connection, a credential pulled from where it never should have been touched. The final API call is the part that was visible. The attack began earlier, and runtime context is what lets you see it. The result is the full attack story, not just the last frame.

The agentic era changes the math

This problem is about to get harder and faster.

Increasingly, the entity holding the Claude credential is not a person at a keyboard. It is an autonomous agent. Coding agents like Claude Code now operate across cloud and development environments at machine speed, which has two consequences for security teams. The volume of credential activity climbs sharply, and the window to respond collapses from days to minutes.

Human-driven triage cannot keep pace with that. By the time an analyst opens an isolated compliance alert, reconstructs the context by hand, and decides whether it matters, a machine-speed attacker is long gone.

This is one of the catalysts behind Sysdig's headless cloud security. When detection flows directly into automated, context-aware analysis and response, a correlated signal can be acted on immediately. AI agents get high-fidelity context from Sysdig's runtime intelligence via APIs and MCP rather than being locked behind a dashboard. The same runtime grounding that turns a compliance event into evidence is what lets an agent act on that evidence at the speed the threat demands.

That is the point worth holding onto. Correlation gives the alert its meaning. Acting on it at machine speed is what keeps the meaning useful.

What good looks like

You do not need a long checklist to get this right. You need three principles.

Treat the credential like the high-value secret it is. An Anthropic API key deserves the same scrutiny as any other powerful credential in your environment. Store it in a managed secret backed by a real secrets manager, never embedded in an image or hardcoded in a pipeline.

Never read a compliance event in isolation. A single event won’t tell you whether the activity is benign or malicious. Correlate it with runtime context from the same machine, and the ambiguity resolves itself.

Close the loop fast enough to matter. Context that arrives after the damage is done is a postmortem, not a defense. In an agentic world, response has to move at the speed of the attack.

From alert to answer

The goal was never to generate more alerts about how people use Claude. The goal is to look at any single event and immediately know whether it is a person doing their job or an attacker using stolen access.

That is the shift this integration delivers: from an isolated alert to full runtime context, to machine-speed response. It is also what makes adopting enterprise AI something you can scale with confidence rather than cross your fingers and hope. The credential is new. The discipline is not. Watch it the way you watch everything else that matters, with the context of what is actually happening on the machine, and the noise turns back into signal.

Learn more about how Sysdig helps secure AI.