diff --git a/config/_default/params.yaml b/config/_default/params.yaml index efb2ed63b96..660e7e79962 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -306,6 +306,7 @@ unsupported_sites: apm_processing_pipelines: [gov,gov2] apm_recommendations: [gov,gov2] application_security: [gov,gov2] + application_security_override: [gov2] # docs (content/en/security/application_security and content/en/getting_started/security/application_security.md cascades) — AAP is in Preview on gov autocomplete_search: [gov,gov2] azure-automated-log-forwarding: [gov,gov2] azure-private-link: [us,us5,eu,gov,gov2,ap1,ap2,uk1] diff --git a/content/en/getting_started/security/application_security.md b/content/en/getting_started/security/application_security.md index c35014fb63a..6365a8f843e 100644 --- a/content/en/getting_started/security/application_security.md +++ b/content/en/getting_started/security/application_security.md @@ -20,9 +20,16 @@ further_reading: - link: "https://learn.datadoghq.com/courses/app-protection-block-attacks" tag: "Learning Center" text: "Block Application Attacks with Application & API Protection" +site_support_id: application_security_override --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview Datadog App and API Protection (AAP) helps secure your web applications and APIs in production. diff --git a/content/en/security/application_security/_index.md b/content/en/security/application_security/_index.md index a9d243bd0c6..e8829fac23d 100644 --- a/content/en/security/application_security/_index.md +++ b/content/en/security/application_security/_index.md @@ -39,8 +39,17 @@ further_reading: text: "Block Application Attacks with Application & API Protection" algolia: tags: ["asm", "App and API Protection"] +site_support_id: application_security_override +cascade: + site_support_id: application_security_override --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% site-region region="us,us3,us5,eu,ap1,ap2,uk1" %}}
diff --git a/content/en/security/application_security/api_posture/_index.md b/content/en/security/application_security/api_posture/_index.md index bb26a084a68..f2fbdfbaddd 100644 --- a/content/en/security/application_security/api_posture/_index.md +++ b/content/en/security/application_security/api_posture/_index.md @@ -7,6 +7,12 @@ further_reading: text: "From discovery to defense: Securing APIs with Datadog App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Use API Posture in [App and API Protection][1] (AAP) to discover your APIs, assess the risks they expose, and track your security posture. To get started, [set up AAP][2] on your services to discover endpoints from your live traffic. Other data sources, such as Amazon API Gateway and source code, require additional setup; see [API Endpoints][3] for details. diff --git a/content/en/security/application_security/api_posture/api_findings.md b/content/en/security/application_security/api_posture/api_findings.md index 9dfa54bc6cb..28484e0abc1 100644 --- a/content/en/security/application_security/api_posture/api_findings.md +++ b/content/en/security/application_security/api_posture/api_findings.md @@ -3,6 +3,12 @@ title: API Findings description: Triage detected API risks across definitions, gateways, and live traffic. --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The [API Findings][1] explorer provides a central triage view of the API risks detected across your definitions, gateways, and live traffic. Default rules detect common vulnerabilities and misconfigurations. You can also add [custom rules][2] for specific use cases. **API Findings** columns: diff --git a/content/en/security/application_security/api_posture/api_inventory/_index.md b/content/en/security/application_security/api_posture/api_inventory/_index.md index 70686b638cd..bff778e5d55 100644 --- a/content/en/security/application_security/api_posture/api_inventory/_index.md +++ b/content/en/security/application_security/api_posture/api_inventory/_index.md @@ -9,6 +9,12 @@ further_reading: text: "Mitigate the primary API security risks" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + [API Inventory][1] is a continuously updated catalog of the API endpoints and services API Posture discovers across your environment. It shows security context for each endpoint, such as authentication status, public exposure, sensitive data flows, and associated findings. Inventory consists of two explorers: diff --git a/content/en/security/application_security/api_posture/api_inventory/api_endpoints.md b/content/en/security/application_security/api_posture/api_inventory/api_endpoints.md index aca199663d8..7dbd44afa53 100644 --- a/content/en/security/application_security/api_posture/api_inventory/api_endpoints.md +++ b/content/en/security/application_security/api_posture/api_inventory/api_endpoints.md @@ -3,6 +3,12 @@ title: API Endpoints description: Monitor API traffic to assess endpoint risk, authentication, sensitive data flows, and exposure. --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The [API Endpoints][1] explorer monitors your API traffic to provide visibility into the security posture of your APIs, including: - **Authentication**: Whether the API enforces authentication. diff --git a/content/en/security/application_security/api_posture/api_inventory/services.md b/content/en/security/application_security/api_posture/api_inventory/services.md index 33a272fa043..5c95bff2778 100644 --- a/content/en/security/application_security/api_posture/api_inventory/services.md +++ b/content/en/security/application_security/api_posture/api_inventory/services.md @@ -3,6 +3,12 @@ title: Services description: View where API findings, vulnerabilities, and runtime signals converge by service. --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The [Services][1] explorer aggregates findings, vulnerabilities, and runtime signals by service, so you can assess each service's risk and security coverage. Review your services for the following: diff --git a/content/en/security/application_security/api_posture/compliance.md b/content/en/security/application_security/api_posture/compliance.md index 104745c0f66..97657664dbf 100644 --- a/content/en/security/application_security/api_posture/compliance.md +++ b/content/en/security/application_security/api_posture/compliance.md @@ -10,6 +10,12 @@ further_reading: text: "OWASP API Security Top 10 2023" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview API Posture Compliance lets you continuously evaluate your API security posture against industry-standard frameworks. It maps Datadog's built-in API security detection rules to compliance framework controls and provides a real-time posture score showing which controls are passing or failing across your services. diff --git a/content/en/security/application_security/api_posture/endpoint_scanning.md b/content/en/security/application_security/api_posture/endpoint_scanning.md index 2d5e4918c4d..a60d5e1cd74 100644 --- a/content/en/security/application_security/api_posture/endpoint_scanning.md +++ b/content/en/security/application_security/api_posture/endpoint_scanning.md @@ -3,6 +3,12 @@ title: Endpoint Scanning description: Verify whether discovered API endpoints are publicly accessible and require authentication. --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
Endpoint Scanning is in Preview and is subject to change.
Endpoint Scanning probes your API endpoints from outside your environment and records their HTTP responses, rather than inferring behavior from observed traffic. The results enrich the [API Inventory][2] with verified authentication and visibility data. diff --git a/content/en/security/application_security/api_posture/overview.md b/content/en/security/application_security/api_posture/overview.md index 97745ec3833..37d13a7155a 100644 --- a/content/en/security/application_security/api_posture/overview.md +++ b/content/en/security/application_security/api_posture/overview.md @@ -10,6 +10,12 @@ further_reading: text: "Attack Summary" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The **API Posture** overview page gives you a security-focused view of your API estate. It surfaces how well your endpoints are covered, the open findings affecting them, the endpoints most exposed to risk, and the policies that protect them. The following sections describe each area of the page. {{< img src="security/application_security/overview/api_posture.png" alt="API Posture overview page" >}} diff --git a/content/en/security/application_security/api_posture/sensitive_data.md b/content/en/security/application_security/api_posture/sensitive_data.md index dbe5245ca0c..21d364e14db 100644 --- a/content/en/security/application_security/api_posture/sensitive_data.md +++ b/content/en/security/application_security/api_posture/sensitive_data.md @@ -3,6 +3,12 @@ title: Sensitive Data description: Detect and classify sensitive data processed by your API endpoints. --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + [App and API Protection][1] matches known patterns for sensitive data in API requests and responses. If it finds a match, the endpoint is tagged with the category and type of sensitive data processed and displayed in [API Endpoints][2]. The matching occurs within your application, and none of the sensitive data is sent to Datadog. diff --git a/content/en/security/application_security/attack_summary.md b/content/en/security/application_security/attack_summary.md index 4129b7008bf..cf5df8aa5eb 100644 --- a/content/en/security/application_security/attack_summary.md +++ b/content/en/security/application_security/attack_summary.md @@ -13,6 +13,12 @@ further_reading: text: "Threat Protection Overview" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The App and API Protection (AAP) [Attack Summary][2] provides a quick view of your application and API posture. It highlights trends, service exposure, attack traffic, and the impact on business logic. You can pivot from widgets to their related traces. diff --git a/content/en/security/application_security/guide/_index.md b/content/en/security/application_security/guide/_index.md index 6e9a70ff913..f7739e4f83a 100644 --- a/content/en/security/application_security/guide/_index.md +++ b/content/en/security/application_security/guide/_index.md @@ -4,6 +4,12 @@ private: true disable_toc: true --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< whatsnext desc="Getting Started" >}} {{< nextlink href="/getting_started/security/application_security/" >}}First steps with App and API Protection{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/en/security/application_security/guide/manage_account_theft_appsec.md b/content/en/security/application_security/guide/manage_account_theft_appsec.md index f0f05198dc7..0802547104e 100644 --- a/content/en/security/application_security/guide/manage_account_theft_appsec.md +++ b/content/en/security/application_security/guide/manage_account_theft_appsec.md @@ -3,6 +3,12 @@ title: Managing Account Theft with AAP disable_toc: false --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Users are trusted entities in your systems with access to sensitive information and the ability to perform sensitive actions. Malicious actors have identified users as an opportunity to target websites and steal valuable data and resources. Datadog App and API Protection (AAP) provides [built-in][1] detection and protection capabilities to help you manage this threat. diff --git a/content/en/security/application_security/guide/standalone_application_security.md b/content/en/security/application_security/guide/standalone_application_security.md index 9af468e9187..1539b9b903c 100644 --- a/content/en/security/application_security/guide/standalone_application_security.md +++ b/content/en/security/application_security/guide/standalone_application_security.md @@ -3,6 +3,12 @@ title: Set Up App and API Protection Without APM or Infrastructure Monitoring disable_toc: false --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Datadog App and API Protection (AAP) is built on top of [APM][3] and runs alongside [Infrastructure Monitoring][7] by default. While Datadog recommends using AAP together with APM and Infrastructure Monitoring to adopt DevSecOps practices, you can also run AAP on its own. This configuration is referred to as Standalone App and API Protection. Running standalone allows to be billed primarily for App and API Protection. Some APM intake is still present to support AAP features (for example, security traces), and is expected to appear on your bill. diff --git a/content/en/security/application_security/how-it-works/_index.md b/content/en/security/application_security/how-it-works/_index.md index fe210c2c287..061a9ef4d89 100644 --- a/content/en/security/application_security/how-it-works/_index.md +++ b/content/en/security/application_security/how-it-works/_index.md @@ -7,6 +7,12 @@ aliases: - /security/guide/how-appsec-works/ --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview Datadog App and API Protection (AAP) provides observability into application and API-level attacks that aim to exploit vulnerabilities and abuse app business logic, and observability into any bad actors targeting your systems. AAP performs actions such as the following: diff --git a/content/en/security/application_security/how-it-works/add-user-info.md b/content/en/security/application_security/how-it-works/add-user-info.md index b6226200bbf..c4526b2c55a 100644 --- a/content/en/security/application_security/how-it-works/add-user-info.md +++ b/content/en/security/application_security/how-it-works/add-user-info.md @@ -6,6 +6,12 @@ aliases: - /security/application_security/threats/add-user-info/ --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview Instrument your services and track user activity to detect and block bad actors. diff --git a/content/en/security/application_security/how-it-works/threat-intelligence.md b/content/en/security/application_security/how-it-works/threat-intelligence.md index 6539ca21a8b..3963aae215f 100644 --- a/content/en/security/application_security/how-it-works/threat-intelligence.md +++ b/content/en/security/application_security/how-it-works/threat-intelligence.md @@ -10,6 +10,12 @@ further_reading: --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview This topic describes [threat intelligence][1] for App and API Protection (AAP). diff --git a/content/en/security/application_security/how-it-works/trace_qualification.md b/content/en/security/application_security/how-it-works/trace_qualification.md index 8bd6e78b578..4ed129c86e8 100644 --- a/content/en/security/application_security/how-it-works/trace_qualification.md +++ b/content/en/security/application_security/how-it-works/trace_qualification.md @@ -4,6 +4,12 @@ aliases: - /security/application_security/threats/trace_qualification --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview App and API Protection (AAP) provides observability into application-level attacks, and evaluates the conditions in which each trace was generated. AAP trace qualification then labels each attack as harmful or safe to help you take action on the most impactful attacks. diff --git a/content/en/security/application_security/setup/_index.md b/content/en/security/application_security/setup/_index.md index f67f7932070..6e8ad1e2382 100644 --- a/content/en/security/application_security/setup/_index.md +++ b/content/en/security/application_security/setup/_index.md @@ -11,6 +11,12 @@ disable_toc: false disable_sidebar: true --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to enable App and API Protection on all the following supported platforms and environments.
diff --git a/content/en/security/application_security/setup/aws/fargate/_index.md b/content/en/security/application_security/setup/aws/fargate/_index.md index 986262fc9c1..877fd58542e 100644 --- a/content/en/security/application_security/setup/aws/fargate/_index.md +++ b/content/en/security/application_security/setup/aws/fargate/_index.md @@ -19,6 +19,12 @@ further_reading: text: "How Application & API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to set up App and API Protection (AAP) on your AWS Fargate tasks by selecting your task's programming language.
diff --git a/content/en/security/application_security/setup/aws/lambda/_index.md b/content/en/security/application_security/setup/aws/lambda/_index.md index 7018c752933..3583622524b 100644 --- a/content/en/security/application_security/setup/aws/lambda/_index.md +++ b/content/en/security/application_security/setup/aws/lambda/_index.md @@ -22,6 +22,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to setup App and API Protection on your AWS Lambda functions by selecting the programming language your function is written with.
diff --git a/content/en/security/application_security/setup/aws/lambda/dotnet.md b/content/en/security/application_security/setup/aws/lambda/dotnet.md index 623ecb5bf71..eec7d383bb2 100644 --- a/content/en/security/application_security/setup/aws/lambda/dotnet.md +++ b/content/en/security/application_security/setup/aws/lambda/dotnet.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Configuring App and API Protection for AWS Lambda involves: 1. Identifying functions that are vulnerable or are under attack and would most benefit from App and API Protection. Find them on [the Security tab of your Catalog][1]. diff --git a/content/en/security/application_security/setup/aws/lambda/go.md b/content/en/security/application_security/setup/aws/lambda/go.md index 02a6e462776..6fbd894f946 100644 --- a/content/en/security/application_security/setup/aws/lambda/go.md +++ b/content/en/security/application_security/setup/aws/lambda/go.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Configuring App and API Protection for AWS Lambda involves: 1. Identifying functions that are vulnerable or are under attack, which would most benefit from App and API Protection. Find them on [the Security tab of your Catalog][1]. diff --git a/content/en/security/application_security/setup/aws/lambda/java.md b/content/en/security/application_security/setup/aws/lambda/java.md index e6dc46e7ba8..40ba621679e 100644 --- a/content/en/security/application_security/setup/aws/lambda/java.md +++ b/content/en/security/application_security/setup/aws/lambda/java.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Configuring App and API Protection for AWS Lambda involves: 1. Identifying functions that are vulnerable or are under attack, which would most benefit from App and API Protection. Find them on [the Security tab of your Catalog][1]. diff --git a/content/en/security/application_security/setup/aws/lambda/nodejs.md b/content/en/security/application_security/setup/aws/lambda/nodejs.md index 20a784aa8dc..083aa3f2449 100644 --- a/content/en/security/application_security/setup/aws/lambda/nodejs.md +++ b/content/en/security/application_security/setup/aws/lambda/nodejs.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Configuring App and API Protection for AWS Lambda involves: 1. Identifying functions that are vulnerable or are under attack, which would most benefit from App and API Protection. Find them on [the Security tab of your Catalog][1]. diff --git a/content/en/security/application_security/setup/aws/lambda/python.md b/content/en/security/application_security/setup/aws/lambda/python.md index c94bed9199e..5b336a34f43 100644 --- a/content/en/security/application_security/setup/aws/lambda/python.md +++ b/content/en/security/application_security/setup/aws/lambda/python.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Configuring App and API Protection for AWS Lambda involves: 1. Identifying functions that are vulnerable or are under attack, which would most benefit from App and API Protection. Find them on [the Security tab of your Catalog][1]. diff --git a/content/en/security/application_security/setup/aws/lambda/ruby.md b/content/en/security/application_security/setup/aws/lambda/ruby.md index a5bac167e67..fd4af1160bb 100644 --- a/content/en/security/application_security/setup/aws/lambda/ruby.md +++ b/content/en/security/application_security/setup/aws/lambda/ruby.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Configuring App and API Protection for AWS Lambda involves: 1. Identifying functions that are vulnerable or are under attack, which would most benefit from App and API Protection. Find them on [the Security tab of your Catalog][1]. diff --git a/content/en/security/application_security/setup/aws/waf/_index.md b/content/en/security/application_security/setup/aws/waf/_index.md index 4fb819a7b9e..3566c6ed75f 100644 --- a/content/en/security/application_security/setup/aws/waf/_index.md +++ b/content/en/security/application_security/setup/aws/waf/_index.md @@ -18,6 +18,12 @@ further_reading: text: "Monitor AWS WAF activity with Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + App and API Protection integrates with AWS Web Application Firewall (WAF) by: 1. Converting logs to traces to gain visibility into monitored and blocked requests diff --git a/content/en/security/application_security/setup/azure/app-service/_index.md b/content/en/security/application_security/setup/azure/app-service/_index.md index 42ee4ed2152..888b6b09286 100644 --- a/content/en/security/application_security/setup/azure/app-service/_index.md +++ b/content/en/security/application_security/setup/azure/app-service/_index.md @@ -21,6 +21,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Compatibility Only *web applications* are supported. Azure Functions are not supported. diff --git a/content/en/security/application_security/setup/compatibility/envoy-gateway.md b/content/en/security/application_security/setup/compatibility/envoy-gateway.md index 47ba83c063c..1ccead42996 100644 --- a/content/en/security/application_security/setup/compatibility/envoy-gateway.md +++ b/content/en/security/application_security/setup/compatibility/envoy-gateway.md @@ -5,6 +5,12 @@ type: multi-code-lang code_lang_weight: 40 --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The following table lists App and API Protection capabilities for the Envoy Gateway integration according to the specified Datadog External Processor image version: | App and API Protection capability | Minimum Datadog External Processor image version | diff --git a/content/en/security/application_security/setup/compatibility/envoy.md b/content/en/security/application_security/setup/compatibility/envoy.md index c9f587d0f72..efbc3dbbd24 100644 --- a/content/en/security/application_security/setup/compatibility/envoy.md +++ b/content/en/security/application_security/setup/compatibility/envoy.md @@ -7,6 +7,12 @@ aliases: - /security/application_security/threats/setup/compatibility/envoy --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The following table lists App and API Protection capabilities for the Envoy integration according to the specified Datadog External Processor image version: | App and API Protection capability | Minimum Datadog External Processor image version | diff --git a/content/en/security/application_security/setup/compatibility/gcp-service-extensions.md b/content/en/security/application_security/setup/compatibility/gcp-service-extensions.md index bb79ea0eaaa..1064c63bec0 100644 --- a/content/en/security/application_security/setup/compatibility/gcp-service-extensions.md +++ b/content/en/security/application_security/setup/compatibility/gcp-service-extensions.md @@ -7,6 +7,12 @@ aliases: - /security/application_security/threats/setup/compatibility/gcp-service-extensions --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The following table lists App and API Protection capabilities for GCP Service Extensions according to the specified Datadog Service Extensions callout image version: | App and API Protection capability | Minimum App and API Protection Service Extensions callout image version | diff --git a/content/en/security/application_security/setup/compatibility/haproxy.md b/content/en/security/application_security/setup/compatibility/haproxy.md index 60289e3b6cf..58048ffc27b 100644 --- a/content/en/security/application_security/setup/compatibility/haproxy.md +++ b/content/en/security/application_security/setup/compatibility/haproxy.md @@ -5,6 +5,12 @@ type: multi-code-lang code_lang_weight: 40 --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The following table lists App and API Protection capabilities for the HAProxy integration according to the specified Datadog HAProxy SPOA image version: | App and API Protection capability | Minimum Datadog HAProxy SPOA image version | diff --git a/content/en/security/application_security/setup/compatibility/istio.md b/content/en/security/application_security/setup/compatibility/istio.md index ccd8dade419..31a9eb46c3a 100644 --- a/content/en/security/application_security/setup/compatibility/istio.md +++ b/content/en/security/application_security/setup/compatibility/istio.md @@ -5,6 +5,12 @@ type: multi-code-lang code_lang_weight: 40 --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The following table lists App and API Protection capabilities for the Istio integration according to the specified Datadog External Processor image version: | App and API Protection capability | Minimum Datadog External Processor image version | diff --git a/content/en/security/application_security/setup/compatibility/nginx.md b/content/en/security/application_security/setup/compatibility/nginx.md index 7617c78cc2a..da590ca191c 100644 --- a/content/en/security/application_security/setup/compatibility/nginx.md +++ b/content/en/security/application_security/setup/compatibility/nginx.md @@ -7,6 +7,12 @@ aliases: - /security/application_security/threats/setup/compatibility/nginx --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## App and API Protection capabilities support The following App and API Protection capabilities are supported in the nginx integration, for the diff --git a/content/en/security/application_security/setup/compatibility/serverless.md b/content/en/security/application_security/setup/compatibility/serverless.md index 870ee152b79..0d11933928e 100644 --- a/content/en/security/application_security/setup/compatibility/serverless.md +++ b/content/en/security/application_security/setup/compatibility/serverless.md @@ -7,6 +7,12 @@ aliases: - /security/application_security/threats/setup/compatibility/serverless --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + App and API Protection provides serverless capability for the following platforms and libraries: {{< card-grid card_width="225px" image_width="200" >}} diff --git a/content/en/security/application_security/setup/docker/_index.md b/content/en/security/application_security/setup/docker/_index.md index fa89a430ad2..16494ee51b2 100644 --- a/content/en/security/application_security/setup/docker/_index.md +++ b/content/en/security/application_security/setup/docker/_index.md @@ -19,6 +19,12 @@ further_reading: text: "How Application & API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to set up App and API Protection (AAP) on your Docker containers by selecting the containerized service's programming language.
diff --git a/content/en/security/application_security/setup/dotnet/_index.md b/content/en/security/application_security/setup/dotnet/_index.md index 94ef770df76..71b2a173c86 100644 --- a/content/en/security/application_security/setup/dotnet/_index.md +++ b/content/en/security/application_security/setup/dotnet/_index.md @@ -25,6 +25,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< partial name="app_and_api_protection/callout.html" >}} {{% aap/aap_and_api_protection_dotnet_overview showSetup="false"%}} diff --git a/content/en/security/application_security/setup/dotnet/aws-fargate.md b/content/en/security/application_security/setup/dotnet/aws-fargate.md index d322a7654b1..7d9ef73b68d 100644 --- a/content/en/security/application_security/setup/dotnet/aws-fargate.md +++ b/content/en/security/application_security/setup/dotnet/aws-fargate.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_dotnet_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/dotnet/docker.md b/content/en/security/application_security/setup/dotnet/docker.md index bbc3ca3ed29..902c35469f8 100644 --- a/content/en/security/application_security/setup/dotnet/docker.md +++ b/content/en/security/application_security/setup/dotnet/docker.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_dotnet_setup_options platform="docker" %}} {{% aap/aap_and_api_protection_dotnet_overview %}} diff --git a/content/en/security/application_security/setup/dotnet/dotnet.md b/content/en/security/application_security/setup/dotnet/dotnet.md index d71f5a50e28..26f395a2a3f 100644 --- a/content/en/security/application_security/setup/dotnet/dotnet.md +++ b/content/en/security/application_security/setup/dotnet/dotnet.md @@ -25,6 +25,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + You can monitor App and API Protection for .NET apps running in Docker, Kubernetes, Amazon ECS, and AWS Fargate. {{% appsec-getstarted %}} diff --git a/content/en/security/application_security/setup/dotnet/kubernetes.md b/content/en/security/application_security/setup/dotnet/kubernetes.md index ea8ca6d21a3..bb621ddfb63 100644 --- a/content/en/security/application_security/setup/dotnet/kubernetes.md +++ b/content/en/security/application_security/setup/dotnet/kubernetes.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_dotnet_setup_options platform="kubernetes" %}} {{% aap/aap_and_api_protection_dotnet_overview %}} diff --git a/content/en/security/application_security/setup/dotnet/linux.md b/content/en/security/application_security/setup/dotnet/linux.md index ed23857b709..f30e61db837 100644 --- a/content/en/security/application_security/setup/dotnet/linux.md +++ b/content/en/security/application_security/setup/dotnet/linux.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_dotnet_setup_options platform="linux" %}} {{% aap/aap_and_api_protection_dotnet_overview %}} diff --git a/content/en/security/application_security/setup/dotnet/troubleshooting.md b/content/en/security/application_security/setup/dotnet/troubleshooting.md index 35ef90f7667..204f646a334 100644 --- a/content/en/security/application_security/setup/dotnet/troubleshooting.md +++ b/content/en/security/application_security/setup/dotnet/troubleshooting.md @@ -2,6 +2,12 @@ title: Troubleshooting .NET App and API Protection --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Common Issues ### No Security Signals appear diff --git a/content/en/security/application_security/setup/dotnet/windows.md b/content/en/security/application_security/setup/dotnet/windows.md index a92f563820e..9a0d83a52ee 100644 --- a/content/en/security/application_security/setup/dotnet/windows.md +++ b/content/en/security/application_security/setup/dotnet/windows.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_dotnet_setup_options platform="windows" %}} {{% aap/aap_and_api_protection_dotnet_overview %}} diff --git a/content/en/security/application_security/setup/envoy.md b/content/en/security/application_security/setup/envoy.md index c642b7e4e55..f0f568806fb 100644 --- a/content/en/security/application_security/setup/envoy.md +++ b/content/en/security/application_security/setup/envoy.md @@ -19,6 +19,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + You can enable App and API Protection for the Envoy proxy. The Datadog Envoy integration has support for threat detection and blocking. ## Prerequisites diff --git a/content/en/security/application_security/setup/gcp/cloud-run/_index.md b/content/en/security/application_security/setup/gcp/cloud-run/_index.md index 1e87fbc560f..9c79cc311fa 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/_index.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/_index.md @@ -19,6 +19,12 @@ further_reading: text: "How Application & API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to setup App and API Protection (AAP) on your Google Cloud Run functions by selecting the programming language your function is written with.
diff --git a/content/en/security/application_security/setup/gcp/cloud-run/dotnet.md b/content/en/security/application_security/setup/gcp/cloud-run/dotnet.md index 93617eef5bb..79abcf559c5 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/dotnet.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/dotnet.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP support for Google Cloud Run is in Preview.
## How it works diff --git a/content/en/security/application_security/setup/gcp/cloud-run/go.md b/content/en/security/application_security/setup/gcp/cloud-run/go.md index a5f4f0a3867..fc51d3a3870 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/go.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/go.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP support for Google Cloud Run is in Preview.
## How it works diff --git a/content/en/security/application_security/setup/gcp/cloud-run/java.md b/content/en/security/application_security/setup/gcp/cloud-run/java.md index 848a4f52659..5ae6a5c306e 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/java.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/java.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP support for Google Cloud Run is in Preview.
## How it works diff --git a/content/en/security/application_security/setup/gcp/cloud-run/nodejs.md b/content/en/security/application_security/setup/gcp/cloud-run/nodejs.md index 05c2d221f52..6a89474bdd8 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/nodejs.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/nodejs.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP support for Google Cloud Run is in Preview.
## How it works diff --git a/content/en/security/application_security/setup/gcp/cloud-run/php.md b/content/en/security/application_security/setup/gcp/cloud-run/php.md index cd4104f0ca0..e715779cbb8 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/php.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/php.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP support for Google Cloud Run is in Preview.
See [compatibility requirements][4] for information about what AAP features are available for serverless functions. diff --git a/content/en/security/application_security/setup/gcp/cloud-run/python.md b/content/en/security/application_security/setup/gcp/cloud-run/python.md index d4e8b8eb510..39dd0cdc278 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/python.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/python.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP support for Google Cloud Run is in Preview.
## How it works diff --git a/content/en/security/application_security/setup/gcp/cloud-run/ruby.md b/content/en/security/application_security/setup/gcp/cloud-run/ruby.md index c638fe7cb3d..cc0834e177a 100644 --- a/content/en/security/application_security/setup/gcp/cloud-run/ruby.md +++ b/content/en/security/application_security/setup/gcp/cloud-run/ruby.md @@ -18,6 +18,12 @@ further_reading: text: "Datadog Security extends compliance and threat protection capabilities for Google Cloud" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP support for Google Cloud Run is in Preview.
## How it works diff --git a/content/en/security/application_security/setup/gcp/service-extensions.md b/content/en/security/application_security/setup/gcp/service-extensions.md index 0b51c8dc12b..c1b5a4b1132 100644 --- a/content/en/security/application_security/setup/gcp/service-extensions.md +++ b/content/en/security/application_security/setup/gcp/service-extensions.md @@ -25,6 +25,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< callout url="#" btn_hidden="true" header="App and API Protection Service Extensions is in Preview" >}} To try the preview of App and API Protection Service Extensions for GCP, use the following setup instructions. {{< /callout >}} diff --git a/content/en/security/application_security/setup/go/_index.md b/content/en/security/application_security/setup/go/_index.md index 050cb80af49..6a3afd7224e 100644 --- a/content/en/security/application_security/setup/go/_index.md +++ b/content/en/security/application_security/setup/go/_index.md @@ -19,6 +19,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview App and API Protection (AAP) leverages the [Datadog Go library][5] to monitor and secure your Go service. The library integrates seamlessly into your workflow using [Orchestrion][6], an automatic compile-time instrumentation of Go code that does not require code changes. diff --git a/content/en/security/application_security/setup/go/aws-fargate.md b/content/en/security/application_security/setup/go/aws-fargate.md index 9d327f58554..f45a34c5bbd 100644 --- a/content/en/security/application_security/setup/go/aws-fargate.md +++ b/content/en/security/application_security/setup/go/aws-fargate.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Prerequisites - AWS Fargate environment diff --git a/content/en/security/application_security/setup/go/dockerfile.md b/content/en/security/application_security/setup/go/dockerfile.md index 20b1a698753..26ce4483398 100644 --- a/content/en/security/application_security/setup/go/dockerfile.md +++ b/content/en/security/application_security/setup/go/dockerfile.md @@ -12,6 +12,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + App and API Protection for Go installation requirements can be abstract and the Go toolchain cross-compilation and CGO capabilities can make precise installation steps difficult to understand. diff --git a/content/en/security/application_security/setup/go/sdk.md b/content/en/security/application_security/setup/go/sdk.md index ea1fc887a46..3a677cfbe3b 100644 --- a/content/en/security/application_security/setup/go/sdk.md +++ b/content/en/security/application_security/setup/go/sdk.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + If you need flexibility and features beyond those available when instrumenting your application automatically using [Orchestrion][12], Datadog provides an App and API Protection API located at [github.com/DataDog/dd-trace-go/v2/appsec][2]. This API improves flexibility and offers additional features. ## Error event handling diff --git a/content/en/security/application_security/setup/go/setup.md b/content/en/security/application_security/setup/go/setup.md index bfbf648b656..a458f96045e 100644 --- a/content/en/security/application_security/setup/go/setup.md +++ b/content/en/security/application_security/setup/go/setup.md @@ -26,6 +26,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Prerequisite - The [Datadog Agent][16] is installed and configured for your application's operating system or container, cloud, or virtual environment. diff --git a/content/en/security/application_security/setup/go/troubleshooting.md b/content/en/security/application_security/setup/go/troubleshooting.md index 78fc2043aaf..04dc975c3a3 100644 --- a/content/en/security/application_security/setup/go/troubleshooting.md +++ b/content/en/security/application_security/setup/go/troubleshooting.md @@ -2,6 +2,12 @@ title: Troubleshooting App and API Protection for Go --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Common Issues ### No security signals appearing diff --git a/content/en/security/application_security/setup/haproxy.md b/content/en/security/application_security/setup/haproxy.md index 77023c53980..dbf86bfe7f2 100644 --- a/content/en/security/application_security/setup/haproxy.md +++ b/content/en/security/application_security/setup/haproxy.md @@ -17,6 +17,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< callout url="https://www.datadoghq.com/product-preview/haproxy-integration/">}} App and API Protection for HAProxy is in Preview. To sign up, click Request Access and complete the form. {{< /callout >}} diff --git a/content/en/security/application_security/setup/java/_index.md b/content/en/security/application_security/setup/java/_index.md index 77d1c660c76..fa2392e6956 100644 --- a/content/en/security/application_security/setup/java/_index.md +++ b/content/en/security/application_security/setup/java/_index.md @@ -25,6 +25,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< partial name="app_and_api_protection/callout.html" >}} {{% app_and_api_protection_java_overview showSetup="false" %}} diff --git a/content/en/security/application_security/setup/java/aws-fargate.md b/content/en/security/application_security/setup/java/aws-fargate.md index 305d0e96062..d1fe71a3a69 100644 --- a/content/en/security/application_security/setup/java/aws-fargate.md +++ b/content/en/security/application_security/setup/java/aws-fargate.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_java_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/java/docker.md b/content/en/security/application_security/setup/java/docker.md index 0c653990b9d..9e16bf54892 100644 --- a/content/en/security/application_security/setup/java/docker.md +++ b/content/en/security/application_security/setup/java/docker.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_java_setup_options platform="docker" %}} {{% app_and_api_protection_java_overview %}} diff --git a/content/en/security/application_security/setup/java/kubernetes.md b/content/en/security/application_security/setup/java/kubernetes.md index 669e26706b7..64b3d28a14d 100644 --- a/content/en/security/application_security/setup/java/kubernetes.md +++ b/content/en/security/application_security/setup/java/kubernetes.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_java_setup_options platform="kubernetes" %}} {{% app_and_api_protection_java_overview %}} diff --git a/content/en/security/application_security/setup/java/linux.md b/content/en/security/application_security/setup/java/linux.md index 21a2e3b2880..353090b93cf 100644 --- a/content/en/security/application_security/setup/java/linux.md +++ b/content/en/security/application_security/setup/java/linux.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_java_setup_options platform="linux" %}} {{% app_and_api_protection_java_overview %}} diff --git a/content/en/security/application_security/setup/java/macos.md b/content/en/security/application_security/setup/java/macos.md index 41d96885dcb..0655a22d374 100644 --- a/content/en/security/application_security/setup/java/macos.md +++ b/content/en/security/application_security/setup/java/macos.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_java_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/java/troubleshooting.md b/content/en/security/application_security/setup/java/troubleshooting.md index 4589079ffe9..f604e3b5845 100644 --- a/content/en/security/application_security/setup/java/troubleshooting.md +++ b/content/en/security/application_security/setup/java/troubleshooting.md @@ -2,6 +2,12 @@ title: Troubleshooting Java App and API Protection --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Common Issues ### No security signals appearing diff --git a/content/en/security/application_security/setup/java/windows.md b/content/en/security/application_security/setup/java/windows.md index 50613cce1ac..5da368ed967 100644 --- a/content/en/security/application_security/setup/java/windows.md +++ b/content/en/security/application_security/setup/java/windows.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_java_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/kubernetes/_index.md b/content/en/security/application_security/setup/kubernetes/_index.md index 6e4d16564ea..8df242ce3d1 100644 --- a/content/en/security/application_security/setup/kubernetes/_index.md +++ b/content/en/security/application_security/setup/kubernetes/_index.md @@ -19,6 +19,12 @@ further_reading: text: "How Application & API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to set up App and API Protection (AAP) on your Kubernetes clusters by selecting the Kubernetes integration that suits you best.
diff --git a/content/en/security/application_security/setup/kubernetes/envoy-gateway.md b/content/en/security/application_security/setup/kubernetes/envoy-gateway.md index ae6621bc85d..5ed3f89bb55 100644 --- a/content/en/security/application_security/setup/kubernetes/envoy-gateway.md +++ b/content/en/security/application_security/setup/kubernetes/envoy-gateway.md @@ -16,6 +16,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< callout url="#" btn_hidden="true" header="App and API Protection for Envoy Gateway is in Preview" >}} App and API Protection for Envoy Gateway is in Preview. Use the following instructions to try the preview. {{< /callout >}} diff --git a/content/en/security/application_security/setup/kubernetes/gateway-api.md b/content/en/security/application_security/setup/kubernetes/gateway-api.md index 732c7fe387c..e74f04c052f 100644 --- a/content/en/security/application_security/setup/kubernetes/gateway-api.md +++ b/content/en/security/application_security/setup/kubernetes/gateway-api.md @@ -16,6 +16,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
AAP for Gateway API is experimental. Please follow the instructions below to try it out.
diff --git a/content/en/security/application_security/setup/kubernetes/gke.md b/content/en/security/application_security/setup/kubernetes/gke.md index cd48eeb5c04..9fb196430b5 100644 --- a/content/en/security/application_security/setup/kubernetes/gke.md +++ b/content/en/security/application_security/setup/kubernetes/gke.md @@ -25,6 +25,12 @@ further_reading: text: "App and API Protection Service Extension source code" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< callout url="#" btn_hidden="true" header="App and API Protection for GKE is in Preview" >}} To try the Preview of App and API Protection for GKE, use the following setup instructions. {{< /callout >}} diff --git a/content/en/security/application_security/setup/kubernetes/istio.md b/content/en/security/application_security/setup/kubernetes/istio.md index 808d142f989..cd82e84a6f5 100644 --- a/content/en/security/application_security/setup/kubernetes/istio.md +++ b/content/en/security/application_security/setup/kubernetes/istio.md @@ -18,6 +18,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< callout url="#" btn_hidden="true" header="App and API Protection for Istio is in Preview" >}} To try the preview of App and API Protection for Istio, use the following setup instructions. {{< /callout >}} diff --git a/content/en/security/application_security/setup/linux/_index.md b/content/en/security/application_security/setup/linux/_index.md index 6b914453a27..29935e53dbc 100644 --- a/content/en/security/application_security/setup/linux/_index.md +++ b/content/en/security/application_security/setup/linux/_index.md @@ -19,6 +19,12 @@ further_reading: text: "How Application & API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to set up App and API Protection (AAP) on your Linux services by selecting the service's programming language.
diff --git a/content/en/security/application_security/setup/macos/_index.md b/content/en/security/application_security/setup/macos/_index.md index ceac8322eea..548eebc83ff 100644 --- a/content/en/security/application_security/setup/macos/_index.md +++ b/content/en/security/application_security/setup/macos/_index.md @@ -19,6 +19,12 @@ further_reading: text: "How Application & API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to set up App and API Protection (AAP) on your macOS services by selecting the service's programming language.
diff --git a/content/en/security/application_security/setup/nginx.md b/content/en/security/application_security/setup/nginx.md index 4b8afcaddd1..a49fccaf7f4 100644 --- a/content/en/security/application_security/setup/nginx.md +++ b/content/en/security/application_security/setup/nginx.md @@ -3,3 +3,10 @@ title: Enabling App and API Protection for Nginx code_lang: nginx code_lang_weight: 50 --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + diff --git a/content/en/security/application_security/setup/nginx/_index.md b/content/en/security/application_security/setup/nginx/_index.md index b46bd818851..1c6667a860b 100644 --- a/content/en/security/application_security/setup/nginx/_index.md +++ b/content/en/security/application_security/setup/nginx/_index.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< partial name="app_and_api_protection/callout.html" >}} ## Overview diff --git a/content/en/security/application_security/setup/nginx/ingress-controller.md b/content/en/security/application_security/setup/nginx/ingress-controller.md index ddfa46f2cf7..eae890378b1 100644 --- a/content/en/security/application_security/setup/nginx/ingress-controller.md +++ b/content/en/security/application_security/setup/nginx/ingress-controller.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< partial name="app_and_api_protection/callout.html" >}} # Ingress-nginx support for Datadog diff --git a/content/en/security/application_security/setup/nginx/linux.md b/content/en/security/application_security/setup/nginx/linux.md index 7137a75bc0b..717a7863b28 100644 --- a/content/en/security/application_security/setup/nginx/linux.md +++ b/content/en/security/application_security/setup/nginx/linux.md @@ -23,6 +23,12 @@ further_reading: text: "Standalone App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The Datadog nginx tracing module has experimental support for threat detection and blocking. ## Enabling threat detection diff --git a/content/en/security/application_security/setup/nodejs/_index.md b/content/en/security/application_security/setup/nodejs/_index.md index bf13e1db185..3e0f4ef80af 100644 --- a/content/en/security/application_security/setup/nodejs/_index.md +++ b/content/en/security/application_security/setup/nodejs/_index.md @@ -23,6 +23,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< partial name="app_and_api_protection/callout.html" >}} {{% aap/aap_and_api_protection_nodejs_overview showSetup="false" %}} diff --git a/content/en/security/application_security/setup/nodejs/aws-fargate.md b/content/en/security/application_security/setup/nodejs/aws-fargate.md index 8231f73b408..0e300de083f 100644 --- a/content/en/security/application_security/setup/nodejs/aws-fargate.md +++ b/content/en/security/application_security/setup/nodejs/aws-fargate.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_nodejs_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/nodejs/docker.md b/content/en/security/application_security/setup/nodejs/docker.md index 189686bacf9..20356881a7b 100644 --- a/content/en/security/application_security/setup/nodejs/docker.md +++ b/content/en/security/application_security/setup/nodejs/docker.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_nodejs_setup_options platform="docker" %}} {{% aap/aap_and_api_protection_nodejs_overview %}} diff --git a/content/en/security/application_security/setup/nodejs/kubernetes.md b/content/en/security/application_security/setup/nodejs/kubernetes.md index ef45e36be25..ecd4e5418a2 100644 --- a/content/en/security/application_security/setup/nodejs/kubernetes.md +++ b/content/en/security/application_security/setup/nodejs/kubernetes.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_nodejs_setup_options platform="kubernetes" %}} {{% aap/aap_and_api_protection_nodejs_overview %}} diff --git a/content/en/security/application_security/setup/nodejs/linux.md b/content/en/security/application_security/setup/nodejs/linux.md index 248a7d0fab6..7e87fc8da7d 100644 --- a/content/en/security/application_security/setup/nodejs/linux.md +++ b/content/en/security/application_security/setup/nodejs/linux.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_nodejs_setup_options platform="linux" %}} {{% aap/aap_and_api_protection_nodejs_overview %}} diff --git a/content/en/security/application_security/setup/nodejs/macos.md b/content/en/security/application_security/setup/nodejs/macos.md index 5aba0145081..bd895482dd9 100644 --- a/content/en/security/application_security/setup/nodejs/macos.md +++ b/content/en/security/application_security/setup/nodejs/macos.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_nodejs_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/nodejs/troubleshooting.md b/content/en/security/application_security/setup/nodejs/troubleshooting.md index 371e2798166..ecf84fd7a2a 100644 --- a/content/en/security/application_security/setup/nodejs/troubleshooting.md +++ b/content/en/security/application_security/setup/nodejs/troubleshooting.md @@ -2,6 +2,12 @@ title: Troubleshooting Node.js App and API Protection --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Common Issues ### No security signals appearing diff --git a/content/en/security/application_security/setup/nodejs/windows.md b/content/en/security/application_security/setup/nodejs/windows.md index e7526186d7a..3dcbaddadf7 100644 --- a/content/en/security/application_security/setup/nodejs/windows.md +++ b/content/en/security/application_security/setup/nodejs/windows.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% aap/aap_and_api_protection_nodejs_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/php/_index.md b/content/en/security/application_security/setup/php/_index.md index 32296466f96..f75d357358a 100644 --- a/content/en/security/application_security/setup/php/_index.md +++ b/content/en/security/application_security/setup/php/_index.md @@ -11,6 +11,13 @@ aliases: - /security/application_security/enabling/compatibility/php - /security/application_security/setup/php/compatibility --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< partial name="app_and_api_protection/callout.html" >}} {{% app_and_api_protection_php_overview showSetup="false" %}} diff --git a/content/en/security/application_security/setup/php/aws-fargate.md b/content/en/security/application_security/setup/php/aws-fargate.md index a5100fe9ac3..3eb5a04445b 100644 --- a/content/en/security/application_security/setup/php/aws-fargate.md +++ b/content/en/security/application_security/setup/php/aws-fargate.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_php_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/php/docker.md b/content/en/security/application_security/setup/php/docker.md index a9295d76e9d..1db34a57b81 100644 --- a/content/en/security/application_security/setup/php/docker.md +++ b/content/en/security/application_security/setup/php/docker.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_php_setup_options platform="docker" %}} {{% app_and_api_protection_php_overview %}} diff --git a/content/en/security/application_security/setup/php/kubernetes.md b/content/en/security/application_security/setup/php/kubernetes.md index b0f1572d291..f9c19b885a1 100644 --- a/content/en/security/application_security/setup/php/kubernetes.md +++ b/content/en/security/application_security/setup/php/kubernetes.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_php_setup_options platform="kubernetes" %}} {{% app_and_api_protection_php_overview %}} diff --git a/content/en/security/application_security/setup/php/linux.md b/content/en/security/application_security/setup/php/linux.md index d769668c0ed..ec22527702d 100644 --- a/content/en/security/application_security/setup/php/linux.md +++ b/content/en/security/application_security/setup/php/linux.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_php_setup_options platform="linux" %}} {{% app_and_api_protection_php_overview %}} diff --git a/content/en/security/application_security/setup/php/troubleshooting.md b/content/en/security/application_security/setup/php/troubleshooting.md index d22e140cb9e..63b81bb3cfe 100644 --- a/content/en/security/application_security/setup/php/troubleshooting.md +++ b/content/en/security/application_security/setup/php/troubleshooting.md @@ -12,6 +12,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview This document provides diagnostic information for common issues and unexpected behavior with Datadog App and API Protection. If you continue to have trouble, reach out to [Datadog support][1] for further assistance. diff --git a/content/en/security/application_security/setup/python/_index.md b/content/en/security/application_security/setup/python/_index.md index 2b29f4226d5..6d8ca8d316b 100644 --- a/content/en/security/application_security/setup/python/_index.md +++ b/content/en/security/application_security/setup/python/_index.md @@ -24,6 +24,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< partial name="app_and_api_protection/callout.html" >}} {{% app_and_api_protection_python_overview showSetup="false" %}} diff --git a/content/en/security/application_security/setup/python/aws-fargate.md b/content/en/security/application_security/setup/python/aws-fargate.md index 1a0b85d572f..3f68197d75e 100644 --- a/content/en/security/application_security/setup/python/aws-fargate.md +++ b/content/en/security/application_security/setup/python/aws-fargate.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_python_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/python/docker.md b/content/en/security/application_security/setup/python/docker.md index b1f4aeba7de..ac316beba83 100644 --- a/content/en/security/application_security/setup/python/docker.md +++ b/content/en/security/application_security/setup/python/docker.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_python_setup_options platform="docker" %}} {{% app_and_api_protection_python_overview %}} diff --git a/content/en/security/application_security/setup/python/kubernetes.md b/content/en/security/application_security/setup/python/kubernetes.md index d39aad17a4e..f07e8b2bf47 100644 --- a/content/en/security/application_security/setup/python/kubernetes.md +++ b/content/en/security/application_security/setup/python/kubernetes.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_python_setup_options platform="kubernetes" %}} {{% app_and_api_protection_python_overview %}} diff --git a/content/en/security/application_security/setup/python/linux.md b/content/en/security/application_security/setup/python/linux.md index 2baa8a5839c..11875d14f3a 100644 --- a/content/en/security/application_security/setup/python/linux.md +++ b/content/en/security/application_security/setup/python/linux.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_python_setup_options platform="linux" %}} {{% app_and_api_protection_python_overview %}} diff --git a/content/en/security/application_security/setup/python/macos.md b/content/en/security/application_security/setup/python/macos.md index 9d514fa78d3..e789e999916 100644 --- a/content/en/security/application_security/setup/python/macos.md +++ b/content/en/security/application_security/setup/python/macos.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_python_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/python/troubleshooting.md b/content/en/security/application_security/setup/python/troubleshooting.md index 48ed81a54c0..2b7a33e047b 100644 --- a/content/en/security/application_security/setup/python/troubleshooting.md +++ b/content/en/security/application_security/setup/python/troubleshooting.md @@ -12,6 +12,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Common Issues ### No security signals appearing diff --git a/content/en/security/application_security/setup/python/windows.md b/content/en/security/application_security/setup/python/windows.md index d15341c8d97..51a701907f7 100644 --- a/content/en/security/application_security/setup/python/windows.md +++ b/content/en/security/application_security/setup/python/windows.md @@ -14,6 +14,13 @@ further_reading: tag: "Documentation" text: "Troubleshooting App and API Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app_and_api_protection_python_overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/ruby/_index.md b/content/en/security/application_security/setup/ruby/_index.md index 67ed291f009..495e14991ae 100644 --- a/content/en/security/application_security/setup/ruby/_index.md +++ b/content/en/security/application_security/setup/ruby/_index.md @@ -26,6 +26,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app-and-api-protection-ruby-overview showSetup="false" %}} ## Environments diff --git a/content/en/security/application_security/setup/ruby/aws-fargate.md b/content/en/security/application_security/setup/ruby/aws-fargate.md index 244e2bddb5a..aa245373bba 100644 --- a/content/en/security/application_security/setup/ruby/aws-fargate.md +++ b/content/en/security/application_security/setup/ruby/aws-fargate.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app-and-api-protection-ruby-overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/ruby/docker.md b/content/en/security/application_security/setup/ruby/docker.md index 822d0efbd75..f6083d36326 100644 --- a/content/en/security/application_security/setup/ruby/docker.md +++ b/content/en/security/application_security/setup/ruby/docker.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app-and-api-protection-ruby-setup-options platform="linux" %}} {{% app-and-api-protection-ruby-overview %}} diff --git a/content/en/security/application_security/setup/ruby/kubernetes.md b/content/en/security/application_security/setup/ruby/kubernetes.md index ef17f1aa4d6..ff097634167 100644 --- a/content/en/security/application_security/setup/ruby/kubernetes.md +++ b/content/en/security/application_security/setup/ruby/kubernetes.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app-and-api-protection-ruby-setup-options platform="kubernetes" %}} {{% app-and-api-protection-ruby-overview %}} diff --git a/content/en/security/application_security/setup/ruby/linux.md b/content/en/security/application_security/setup/ruby/linux.md index d1b1030849d..bca8704066a 100644 --- a/content/en/security/application_security/setup/ruby/linux.md +++ b/content/en/security/application_security/setup/ruby/linux.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app-and-api-protection-ruby-setup-options platform="linux" %}} {{% app-and-api-protection-ruby-overview %}} diff --git a/content/en/security/application_security/setup/ruby/macos.md b/content/en/security/application_security/setup/ruby/macos.md index bf779c83bee..fa8ff07ad69 100644 --- a/content/en/security/application_security/setup/ruby/macos.md +++ b/content/en/security/application_security/setup/ruby/macos.md @@ -15,6 +15,12 @@ further_reading: text: "Troubleshooting App and API Protection" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{% app-and-api-protection-ruby-overview %}} ## Prerequisites diff --git a/content/en/security/application_security/setup/ruby/troubleshooting.md b/content/en/security/application_security/setup/ruby/troubleshooting.md index 4be23b42e8a..979d284e518 100644 --- a/content/en/security/application_security/setup/ruby/troubleshooting.md +++ b/content/en/security/application_security/setup/ruby/troubleshooting.md @@ -2,6 +2,12 @@ title: Troubleshooting Ruby App and API Protection --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Common Issues ### No security signals appearing diff --git a/content/en/security/application_security/setup/single_step/_index.md b/content/en/security/application_security/setup/single_step/_index.md index 18e4f89b7e7..3214ffd0aad 100644 --- a/content/en/security/application_security/setup/single_step/_index.md +++ b/content/en/security/application_security/setup/single_step/_index.md @@ -5,6 +5,12 @@ aliases: - /security/application_security/threats/setup/single_step --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} +
Enabling AAP threat detection and protection using single step instrumentation is in Preview.
## Requirements diff --git a/content/en/security/application_security/setup/windows/_index.md b/content/en/security/application_security/setup/windows/_index.md index be533bc0dfb..a0b1861ce2a 100644 --- a/content/en/security/application_security/setup/windows/_index.md +++ b/content/en/security/application_security/setup/windows/_index.md @@ -19,6 +19,12 @@ further_reading: text: "How Application & API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Learn how to set up App and API Protection (AAP) on your Windows services by selecting the service's programming language.
diff --git a/content/en/security/application_security/terms.md b/content/en/security/application_security/terms.md index f5dec9ed8f0..31b17501a89 100644 --- a/content/en/security/application_security/terms.md +++ b/content/en/security/application_security/terms.md @@ -13,6 +13,12 @@ further_reading: text: "Accelerate security investigations with Datadog Threat Intelligence" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Datadog App and API Protection monitors threats and provides protection against application-level attacks that aim to exploit code-level vulnerabilities. It leverages runtime code execution context, trace and error data, and user attribution. ## General App and API Protection terms diff --git a/content/en/security/application_security/threat_protection/_index.md b/content/en/security/application_security/threat_protection/_index.md index aec1968f4bd..258232ba4d9 100644 --- a/content/en/security/application_security/threat_protection/_index.md +++ b/content/en/security/application_security/threat_protection/_index.md @@ -7,6 +7,12 @@ further_reading: text: "Protect your applications from zero-day attacks with Datadog Exploit Prevention" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Use Threat Protection in [App and API Protection][1] (AAP) to detect attacks against your applications and APIs, perform investigations, and block malicious traffic in real time. To get started, [set up AAP][2] on your services so they report security traces. AAP then detects threats from your live application traffic and lets you respond to them. diff --git a/content/en/security/application_security/threat_protection/account_takeover_protection.md b/content/en/security/application_security/threat_protection/account_takeover_protection.md index feecdcdff29..3f14446ff2f 100644 --- a/content/en/security/application_security/threat_protection/account_takeover_protection.md +++ b/content/en/security/application_security/threat_protection/account_takeover_protection.md @@ -16,6 +16,12 @@ further_reading: text: "App and API Protection Guides" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + App and API Protection (AAP) provides account takeover (ATO) protection to detect and mitigate account takeover attacks. ATO protection has the following benefits: diff --git a/content/en/security/application_security/threat_protection/exploit-prevention.md b/content/en/security/application_security/threat_protection/exploit-prevention.md index 6e947d04795..5bb79eff545 100644 --- a/content/en/security/application_security/threat_protection/exploit-prevention.md +++ b/content/en/security/application_security/threat_protection/exploit-prevention.md @@ -19,6 +19,12 @@ further_reading: text: "Understanding your WAF: How to address common gaps in web application security" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + {{< learning-center-callout header="Get real-time security guardrails for your AI apps and agents" btn_title="Join the preview" hide_image="true" btn_url="https://www.datadoghq.com/product-preview/ai-security/">}} AI Guard helps secure your AI apps and agents in real time against prompt injection, jailbreaking, tool misuse, and sensitive data exfiltration attacks. Try it today! {{< /learning-center-callout >}} diff --git a/content/en/security/application_security/threat_protection/overview.md b/content/en/security/application_security/threat_protection/overview.md index 24b96350b00..c337571a68d 100644 --- a/content/en/security/application_security/threat_protection/overview.md +++ b/content/en/security/application_security/threat_protection/overview.md @@ -10,6 +10,12 @@ further_reading: text: "Attack Summary" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + The **Threat Protection** overview page shows how well your services are instrumented and protected against attacks, the security signals they generate, the services most exposed to threats, and the trends in attack activity. The following sections describe each area of the page. {{< img src="security/application_security/overview/threat_protection.png" alt="Threat Protection overview page" >}} diff --git a/content/en/security/application_security/threat_protection/policies/_index.md b/content/en/security/application_security/threat_protection/policies/_index.md index 8af0b9b17a7..f1f8d12d3c5 100644 --- a/content/en/security/application_security/threat_protection/policies/_index.md +++ b/content/en/security/application_security/threat_protection/policies/_index.md @@ -6,6 +6,12 @@ aliases: disable_toc: false --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + If your service is running [an Agent with Remote Configuration enabled and an SDK version that supports it][2], you can block attacks and attackers from the Datadog UI without additional configuration of the Agent or SDKs. App and API Protection (AAP) Protect enables you to slow down attacks and attackers by _blocking_ them. Security traces are blocked in real-time by the Datadog SDKs. Blocks are saved in the Datadog platform, automatically and securely fetched by the Datadog Agent, deployed in your infrastructure, and applied to your services. diff --git a/content/en/security/application_security/threat_protection/policies/custom_rules.md b/content/en/security/application_security/threat_protection/policies/custom_rules.md index 00c5ebdbcb3..9f8f28ac2d4 100644 --- a/content/en/security/application_security/threat_protection/policies/custom_rules.md +++ b/content/en/security/application_security/threat_protection/policies/custom_rules.md @@ -23,6 +23,12 @@ further_reading: text: "Syntax for defining the AAP query" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview App and API Protection (AAP) comes with a set of [out-of-the-box detection rules][1] which aim to catch attack attempts, vulnerabilities found by attacker, and business logic abuse that impact your production systems. diff --git a/content/en/security/application_security/threat_protection/policies/inapp_waf_rules.md b/content/en/security/application_security/threat_protection/policies/inapp_waf_rules.md index cf0cc732c0b..d50770c9a29 100644 --- a/content/en/security/application_security/threat_protection/policies/inapp_waf_rules.md +++ b/content/en/security/application_security/threat_protection/policies/inapp_waf_rules.md @@ -7,6 +7,12 @@ aliases: - /security/application_security/threats/inapp_waf_rules --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview With App and API Protection (AAP) enabled, the Datadog SDK actively monitors all web services and API requests for suspicious security activity. diff --git a/content/en/security/application_security/threat_protection/policies/library_configuration.md b/content/en/security/application_security/threat_protection/policies/library_configuration.md index 43656f09e76..2977e817aeb 100644 --- a/content/en/security/application_security/threat_protection/policies/library_configuration.md +++ b/content/en/security/application_security/threat_protection/policies/library_configuration.md @@ -24,6 +24,11 @@ further_reading: text: "How App and API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} ## Configuring a client IP header diff --git a/content/en/security/application_security/threat_protection/security_signals/_index.md b/content/en/security/application_security/threat_protection/security_signals/_index.md index 99d00cb391b..4de980214af 100644 --- a/content/en/security/application_security/threat_protection/security_signals/_index.md +++ b/content/en/security/application_security/threat_protection/security_signals/_index.md @@ -15,6 +15,12 @@ further_reading: text: "AAP threat intelligence" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview AAP security signals are created when Datadog detects a threat based on a detection rule. View, search, filter, and investigate security signals in the [Signals Explorer][2], or configure [Notification Rules][8] to send signals to third-party tools. diff --git a/content/en/security/application_security/threat_protection/security_signals/attacker-explorer.md b/content/en/security/application_security/threat_protection/security_signals/attacker-explorer.md index 5a04261577f..77cccfe34ec 100644 --- a/content/en/security/application_security/threat_protection/security_signals/attacker-explorer.md +++ b/content/en/security/application_security/threat_protection/security_signals/attacker-explorer.md @@ -10,6 +10,13 @@ further_reading: text: "Protection" --- + +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + This topic describes how to use {{< ui >}}Attackers Explorer{{< /ui >}} to investigate and block Flagged Attackers. ## Overview diff --git a/content/en/security/application_security/threat_protection/security_signals/attacker_clustering.md b/content/en/security/application_security/threat_protection/security_signals/attacker_clustering.md index 109147e1bfa..a28792d555c 100644 --- a/content/en/security/application_security/threat_protection/security_signals/attacker_clustering.md +++ b/content/en/security/application_security/threat_protection/security_signals/attacker_clustering.md @@ -22,6 +22,11 @@ further_reading: text: "Detect and respond to evolving attacks with Attacker Clustering" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} ## Overview diff --git a/content/en/security/application_security/threat_protection/security_signals/attacker_fingerprint.md b/content/en/security/application_security/threat_protection/security_signals/attacker_fingerprint.md index 47b39266a16..3313ebd1850 100644 --- a/content/en/security/application_security/threat_protection/security_signals/attacker_fingerprint.md +++ b/content/en/security/application_security/threat_protection/security_signals/attacker_fingerprint.md @@ -10,6 +10,12 @@ further_reading: text: "Attacker Clustering" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + This topic describes a feature called **Datadog Attacker Fingerprint** to identify attackers beyond IP addresses. ## Overview diff --git a/content/en/security/application_security/threat_protection/security_signals/users_explorer.md b/content/en/security/application_security/threat_protection/security_signals/users_explorer.md index dd0b7ba5d5d..1512860b78f 100644 --- a/content/en/security/application_security/threat_protection/security_signals/users_explorer.md +++ b/content/en/security/application_security/threat_protection/security_signals/users_explorer.md @@ -5,6 +5,12 @@ title: Users Explorer disable_toc: false --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + This topic describes how to use the App and API Protection [Users explorer][1] to investigate the risks associated with the users tracked by security [traces][3]. ## Overview diff --git a/content/en/security/application_security/threat_protection/waf-integration.md b/content/en/security/application_security/threat_protection/waf-integration.md index a60cd72d503..d00438e00b5 100644 --- a/content/en/security/application_security/threat_protection/waf-integration.md +++ b/content/en/security/application_security/threat_protection/waf-integration.md @@ -10,6 +10,12 @@ further_reading: text: "Monitor AWS WAF activity with Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + Protecting web applications and APIs requires a multi-layered approach that combines in-app monitoring and perimeter defenses. These complementary strategies enable you to have a *defense-in-depth* App and API Protection approach that leverages AWS Web Application Firewall (WAF) as the first line of defense, followed by Exploit Prevention for blocking attacks that slip by the WAF. For details on how Exploit Prevention differs from In-App WAF, see [Exploit Prevention vs. In-App WAF][5]. diff --git a/content/en/security/application_security/troubleshooting.md b/content/en/security/application_security/troubleshooting.md index c8fc2e102b5..3a49e62ffac 100644 --- a/content/en/security/application_security/troubleshooting.md +++ b/content/en/security/application_security/troubleshooting.md @@ -11,6 +11,12 @@ further_reading: text: "How App and API Protection Works in Datadog" --- +{{< site-region region="gov" >}} +
+App and API Protection is in Preview on Datadog Government site US1-FED. +
+{{< /site-region >}} + ## Overview If you experience unexpected behavior with Datadog App and API Protection (AAP), there are common issues you can investigate, as mentioned below. If you continue to have trouble, reach out to [Datadog support][1] for further assistance.