- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Set up the vault integration.
Detect when a vault root token is used. Root tokens can perform any activity and have the highest level of privileges in Vault and should only be used in emergencies.
This rule monitors Vault Audit Logs (source:vault
) to detect when root
is seen in:
@auth.policies
)This rule also monitors the API endpoint /sys/generate-root
which is used to create new root keys.
vault token lookup -accessor <accessor>
.vault token revoke -accessor <token>
).