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

推荐订阅源

N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
WordPress大学
WordPress大学
小众软件
小众软件
IT之家
IT之家
腾讯CDC
月光博客
月光博客
量子位
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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
Build and run secure cloud applications with Datadog App ...
Lucas Masson · 2022-02-03 · via Datadog | The Monitor blog

Editor’s note: Application Security Management (ASM) has been renamed App and API Protection (AAP) to better reflect its expanded capabilities. All references have been updated accordingly.

Securing modern-day production systems is expensive and complex. Teams often need to implement extensive measures, such as secure coding practices, security testing, periodic vulnerability scans and penetration tests, and protections at the network edge. Even when organizations have the resources to deploy these solutions, they still struggle to keep pace with software teams, especially as they accelerate their release cycles and migrate to distributed systems and microservices. Unscalable, piecemeal approaches to application security have fostered insecure applications that offer an easy target for attackers, putting customer data and company infrastructure at risk.

Datadog App and API Protection (AAP) is a new offering within the Security Platform that empowers security, operations, and development teams to build and run secure applications together—all from within the same platform they use every day.

In this post, we’ll explore how AAP can help you:

  • Get alerted when threats target your production services’ business logic

  • Identify authenticated bad actors taking aim at your applications

  • Assess the impact of attacks and get code-level insights for remediation

  • Reconstruct the attack vector across the stack with the Security Platform

Datadog AAP generates Security Signals that can alert your team whenever threats actually exploit code-level vulnerabilities or target your application’s business logic.
Datadog AAP generates Security Signals that can alert your team whenever threats actually exploit code-level vulnerabilities or target your application’s business logic.

Get alerted when threats target the business logic of your production services

Companies are targeted with thousands of attacks every day, making it incredibly challenging for security and operations teams to focus on the threats that matter to their business. Most threats are not immediately harmful, such as bots and scanners that do not trigger anything in downstream services. However, their sheer volume can easily mask the most important threats (i.e., those that hit production services’ business logic), leaving them in danger of going undetected for days at a time.

Because Datadog collects observability and network data, as well as application runtime data, it can pinpoint and alert security and engineering teams to meaningful attacks. AAP generates Security Signals that can alert your team whenever threats actually exploit code-level vulnerabilities or target your applications’ business logic.

The severity of each Security Signal is defined based on the full execution context provided by the distributed trace, allowing your teams to easily disregard basic security scans that didn’t succeed in targeting any real application routes. Instead, you can quickly take action on the threats that matter most, such as attackers attempting to exploit a Log4Shell vulnerability.

Because AAP collects observability and network data, as well as application runtime data, it can alert security and engineering teams to meaningful attacks. like SSRF attempts.
Because AAP collects observability and network data, as well as application runtime data, it can alert security and engineering teams to meaningful attacks. like SSRF attempts.

Our product offers coverage for a dozen classes of vulnerabilities, including SSRF, cross-site scripting (XSS), SQL injections (SQLi), and many more. This allows you to get visibility into most of the OWASP Top 10 attacks—and we plan to extend this coverage to reflect even more types of vulnerabilities in the future.

Identify authenticated bad actors taking aim at your applications

When targeting web applications and APIs, attackers will often perform an initial vulnerability discovery, usually through a standard security scan. While unlikely to expose security vulnerabilities in your application, this scan can provide attackers with an initial overview of your application’s topology, which includes your authentication endpoints. Unauthenticated users have very limited access to applications. Attackers will therefore either try to create accounts or gain access to existing accounts. Gaining authenticated access allows the attacker to benefit from a much wider attack surface, with the ability to query most of the endpoints. For security teams, being able to identify whether attacks are performed by non-authenticated actors or authenticated users is key for prioritizing which attacks require a response. Unauthenticated attacks are generally unharmful, while authenticated attacks are more likely to be sophisticated and targeted at sensitive parts of your application.

Datadog AAP provides the ability to link attacks to the authentication context through custom instrumentation of your authentication service. Any resulting Security Signals are enriched with this context so that teams can easily focus on authenticated attacks. This also allows teams to take precise actions to respond to the threat. Blocking an IP can come at a high risk—for example, doing so might inadvertently block all of the traffic from a data center or corporate IP. AAP enables security teams to identify which user accounts are suspicious, helping them take more granular actions like resetting the user password or revoking API keys.

Automatically enrich detected attacks with the authenticated user data.
Automatically enrich detected attacks with the authenticated user data.

Perimeter-based security solutions provide visibility into flat and edge attack traffic. This limited scope makes it difficult for teams to assess the potential impact of attacks, find out if something needs to be remediated, and determine who should be looped into any response efforts.

Datadog AAP leverages APM to trace the flow of attacks and attackers across distributed services, giving teams insight into how their applications, APIs, and databases reacted to threats. This means that security teams can now answer questions like:

  • Did this attack make it down to my PCI-compliant cluster?

  • What database queries have been executed with these suspicious requests?

  • Which public IP did this attack on an internal service originate from?

  • Did this SSRF attack trigger any calls to internal AWS services?

Datadog AAP leverages APM to trace the flow of attacks and attackers across distributed services, giving teams observability into how their applications, APIs, and databases reacted to threats.
Datadog AAP leverages APM to trace the flow of attacks and attackers across distributed services, giving teams observability into how their applications, APIs, and databases reacted to threats.

Datadog APM and AAP also work together to surface errors, which are often the first step toward finding vulnerabilities. Datadog AAP provides visibility into related errors, all the way down to the stacktrace and even the exact piece of code affected, thanks to our source code integration, as shown below. But it also goes even further by gathering the runtime execution context from the trace, so you can quickly identify which attacks actually triggered code-level vulnerabilities. With these actionable insights, security teams can now collaborate with engineering teams to strengthen their code together.

Datadog AAP gathers the runtime execution context from traces, so you can quickly identify which attacks actually triggered code-level vulnerabilities.
Datadog AAP gathers the runtime execution context from traces, so you can quickly identify which attacks actually triggered code-level vulnerabilities.

Reconstruct the attack vector across the stack with the Security Platform

As the cloud attack surface expands, attackers have more opportunities to target the weakest link of your stack, whether that lies in your applications, workloads, or infrastructure. Swiveling across multiple security point solutions for each of these layers wastes precious time during investigation. Because AAP is fully integrated with Datadog Security, teams can rely on a single source of truth to reconstruct the full attacker journey across the stack, get visibility into application vulnerabilities, and understand how attackers took control of the underlying infrastructure with Workload Protection and Cloud SIEM or exploited a cloud infrastructure misconfiguration with Cloud Security Misconfigurations.

Datadog AAP is fully integrated with Datadog Security.
Datadog AAP is fully integrated with Datadog Security.

For more information about AAP’s capabilities, check out our guides on protecting apps from zero-day attacks, mitigating account takeovers, blocking attackers directly in-app, and identifying attack patterns.

Secure your applications with Datadog

Getting started with Datadog App and API Protection is easy and frictionless since it leverages the same libraries that have already been deployed in any service that you are currently monitoring with APM. Simply add an environment variable and restart the application—no need to deploy yet another agent or redirect your traffic. See our documentation for more details.

If you’re already a Datadog customer, you can get started with AAP today. Otherwise, sign up for a 14-day free trial.