> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/dast-sfesu/dast-surface-monitoring-overview.md).

# DAST概要

動的アプリケーションセキュリティテスト（DAST）は、攻撃者と同じように、稼働中のアプリケーションやインフラを外部から調査します。Aikido の DAST スイートは、運用中のドメインを監視し、設定ミス、公開されている資産、悪用可能な脆弱性を、他の誰かが見つける前に明らかにします。

Aikido にドメインを追加するときは、ユースケースに合ったスキャンタイプを選択します：

[**クイックスキャン**](/docs/docs-ja/dast-sfesu/front-end-scanning/scan-front-end-app-domains-with-aikido.md)：セキュリティのベストプラクティス（CSP ヘッダー、Cookie、JWT の問題など）を素早く非侵入的にチェックします。公開向けアプリの出発点として最適です。

[**攻撃対象領域スキャン**](/docs/docs-ja/dast-sfesu/attack-surface-scanning.md)：サブドメイン、漏えいした認証情報、公開されているサーバー、SSL 設定などを含む、広範な外部攻撃対象領域のマッピングを行います。インターネットに公開されているものをすべて把握するために使用してください。

[**エージェント型スキャン**](/docs/docs-ja/pentesuto/aikido-pentest.md)：API や Web アプリに対する実際の攻撃をシミュレートする AI エージェントです。SQL インジェクションのほか、ロジックの欠陥、IDOR、テナント間データ漏えいなどの OWASP リスクをカバーします。詳細は [Aikido Pentest](/docs/docs-ja/pentesuto/aikido-pentest.md) 完全なセットアップについては


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/dast-sfesu/dast-surface-monitoring-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
