> For the complete documentation index, see [llms.txt](https://support.incidentlake.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidentlake.com/ja/she-ding/security.md).

# セキュリティ

監査履歴と、ワークスペースを保護する制御。

Incident Lake は重要な操作の記録を保持するため、「誰が、何を、いつしたのか？」に答えられます

## 監査ログ

管理者が開く **設定 → セキュリティ** 監査ログを確認できます。サインインやメンバーの変更、設定の更新、その他セキュリティ関連のイベントが含まれます。内部レビューや外部監査にご利用ください。

## すべてのユーザーが行うべきこと

* 有効にする **二要素認証** で [プロフィール](/ja/she-ding/profile.md)
* メールアドレスを確認する
* 共有コンピューターではサインアウトする
* 組織が提供している場合はSSOを使用する

## 組織の管理

ご利用のプランによっては、組織では次のことも可能です：

* 会社ドメインでSSOを必須にする — SIGQが設定します。宛先は <support@sigq.co.jp> 有効化するには
* サインインを既知のオフィスまたはVPNのアドレスに制限する — これもご要望に応じてSIGQが設定します
* アクセスタグを使って、特定のインシデントを閲覧できる人を制限する（ **RBACタグ** 組織設定で表示されます）— 管理者自身が管理します

SIGQ は、ISO/IEC 27001 と SOC 2 Type 1 報告書を含む情報セキュリティプログラムの下で Incident Lake を運用しています。セキュリティに関する質問票は、宛先は <support@sigq.co.jp>.


---

# 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://support.incidentlake.com/ja/she-ding/security.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.
