> 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/miscellaneous-info/security-acronyms.md).

# セキュリティの略語

この用語集は、現代のサイバーセキュリティフレームワークやツールで使用される一般的なセキュリティの略語と用語を素早く参照できるようにします。このガイドを使って、アプリケーションおよびクラウドセキュリティに関連するセキュリティ文書、コンプライアンス要件、技術的な議論をよりよく理解してください。

[AICPA SOC 2 - システムおよび組織統制 2](https://www.aikido.dev/glossary/aicpa-soc-2)

[CI/CDパイプラインのセキュリティ](https://www.aikido.dev/glossary/ci-cd-pipeline-security)

[CVE - 共通脆弱性識別子](https://www.aikido.dev/glossary/common-vulnerabilities-and-exposures-cve)

[ISO 27001:2022](https://www.aikido.dev/glossary/iso-27001-2022)

ASPM - アプリケーションセキュリティ態勢管理

CSPM - クラウドセキュリティ態勢管理

[SAST - 静的アプリケーションセキュリティテスト](https://www.aikido.dev/glossary/static-application-security-testing-sast)

[SCA - ソフトウェア構成分析](https://www.aikido.dev/glossary/software-composition-analysis-sca)

[DAST - 動的アプリケーションセキュリティテスト](https://www.aikido.dev/glossary/dynamic-application-security-testing-dast)

EASM - 外部攻撃対象領域管理

[IaC - コードとしてのインフラストラクチャ](https://www.aikido.dev/glossary/infrastructure-as-code-iac-scanning)

CNAPP - クラウドネイティブアプリケーション保護プラットフォーム

DSPM - データセキュリティ態勢管理。参照 [DSPMとは？](/docs/docs-ja/ai-kdo/what-is-dspm.md).

SIEM - セキュリティ情報イベント管理

RASP - ランタイムアプリケーション自己防御

WAF - Webアプリケーションファイアウォール

GRC - ガバナンス・リスク・コンプライアンス

MDR - マネージド検知・対応

[SBOM - ソフトウェア部品表](https://www.aikido.dev/glossary/software-bill-of-materials-sbom)

NIS2 - ネットワークおよび情報セキュリティ指令2

[OWASP - オープン・ワールドワイド・アプリケーションセキュリティ・プロジェクト](https://www.aikido.dev/glossary/owasp-top-10)

[XSS脆弱性](https://www.aikido.dev/glossary/xss-vulnerabilities)


---

# 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/miscellaneous-info/security-acronyms.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.
