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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
I
InfoQ
D
Docker
F
Fortinet All Blogs
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
月光博客
月光博客
B
Blog
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
罗磊的独立博客
博客园_首页
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
IT之家
IT之家
V
V2EX

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Detect anomalies beyond spikes and new values with Conten...
2025-06-10 · via Datadog | The Monitor blog

Security teams often rely on rules that detect spikes in logs or the appearance of new field values to alert on suspicious activity. While these approaches are highly effective in many scenarios, they aren’t always suited for identifying more nuanced changes in logs, like subtle deviations in user behavior or unexpected command patterns.

That’s why we’re introducing Content Anomaly Detection in Datadog Cloud SIEM, a new detection method that analyzes the content of logs to find anomalies. It provides a powerful way to detect unusual activity based on what’s being said in your logs—not just how often or how recently.

In this post, we’ll look at how Content Anomaly Detection works, how it complements existing methods, and how to start using it to uncover threats that might otherwise go unnoticed in Datadog Cloud SIEM.

Analyze what’s different, not just what’s new or frequent

Datadog Cloud SIEM already provides detection methods for new value detections—a method that surfaces new fields to help catch unexpected users, IPs, or service names—and anomaly detections—for surfacing outliers in volume and spotting spikes in log or event activity.

Content Anomaly Detection takes a different approach: it flags logs that are meaningfully different from what’s been seen historically.

Creating a detection rule with the Content Anomaly Detection method.
Creating a detection rule with the Content Anomaly Detection method.

To get started, create a detection rule in Cloud SIEM and select the Content Anomaly detection method.

From there, you can specify which logs to analyze with a search query, select fields to evaluate for content anomalies, set grouping fields like user or region to understand normal behavior in context, and configure thresholds for anomaly detection and alerting.

Setting the conditions for the Content Anomaly Detection rule.

Once the rule is active, it enters a learning period (default: seven days, up to 10 days) during which it builds a baseline of normal field values. After this period, Datadog Cloud SIEM begins assessing incoming logs using Jaccard similarity, implemented via MinHash and Locality Sensitive Hashing, to quickly identify content that deviates from historical norms.

A signal is triggered only if a configured number of anomalous logs occur within a specific evaluation window (e.g., three anomalies in 15 minutes).

Reduce noise with fine-tuned thresholds

When creating a detection rule, Content Anomaly Detection lets you balance precision and sensitivity through three additional rule parameters:

  • Similarity threshold: Defines how dissimilar a field value must be to be considered anomalous (default: 70 percent).
  • Minimum similar items: Sets how many similar historical logs must exist for a value to be considered normal (default: one).
  • Evaluation window: The time frame during which anomalies are counted toward a signal (e.g., 10 minutes).
Additional parameters related to the Content Anomaly Detection method.
Additional parameters related to the Content Anomaly Detection method.

For example, setting a similarity threshold of 70 percent and requiring two or more similar past values helps surface field content that is both unusual and rare—filtering out minor or common variations.

Let’s say your environment usually logs messages like: user connected to abc network. Later, a log appears that says: user got unauthorized network access.

While these two logs share some words (e.g., “user” and “network”), their meanings are quite different.

Content Anomaly Detection evaluates these changes and can trigger a signal if the new log is dissimilar enough and sufficiently rare, giving you early insight into potentially risky behavior. You can also group logs by attributes like @user_id, @region, or @host to detect anomalies in specific environments or user scopes.

Spot subtle threats with Content Anomaly Detection

With Content Anomaly Detection, Datadog Cloud SIEM now provides deeper visibility into the content of your logs—not just their structure or volume. Whether you’re monitoring for unauthorized access, unexpected behavior, or subtle changes in configuration, this method helps you detect risks that other approaches might overlook. To learn more, explore our documentation.

If you’re new to Datadog, get started with a 14-day free trial