- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Datadog Application Security Management (ASM) helps secure your web applications and APIs in production.
This guide walks you through best practices for getting your team up and running with ASM.
Identify services vulnerable or exposed to attacks that would benefit from ASM. On the Software Catalog > Security page, view and select the services you wish to enable.
These security insights are detected from data reported by APM. The insights help prioritize your security efforts. ASM identifies, prioritizes, and helps remediate all security risks on your services.
Note: If no vulnerabilities or suspicious requests are reported, ensure your services are using a recent Datadog tracing library version. From the Security Software Catalog, open any service’s side panel and look at its Tracing Configuration.
Follow the steps to enable Remote Configuration in your Datadog UI. This includes:
See Setting up Remote Configuration for more information.
Once enabled, ASM immediately identifies application vulnerabilities and detects attacks and attackers targeting your services.
for ((i=1;i<=250;i++)); do
# Target existing service's routes
curl https://your-application-url/<EXISTING ROUTE> -A
'dd-test-scanner-log';
# Target non existing service's routes
curl https://your-application-url/<NON-EXISTING ROUTE> -A
'dd-test-scanner-log';
done
For information on disabling ASM or its related capabilities, see the following:
Interested in best practices to go further? View the in-product Quickstart Guide.