Credential Rotation Audit
Queries Sentinel credential audit statistics to identify stale or overly-accessed secrets. Run this weekly to enforce rotation policies and catch anomalous access patterns before they become security incidents.
Steps
Get credential access statistics and anomalies
sentinel_credential_audit_stats via gripos-sentinel-mcp
Recipe JSON
{"schedule":"0 10 * * 1","steps":[{"tool":"sentinel_credential_audit_stats","output_as":"credential_stats"}],"rotation_policy":{"max_age_days":90,"alert_at_days":75}}Prerequisites
- Sentinel credential tracking enabled
Similar Recipes
Security Posture Review
Generates a comprehensive security posture report including policy status, active alerts, and compliance score.
Daily Backup Verify
Verifies that backups completed successfully and audits credential access for the backup service.
MCP Tool Access Review
Reviews which MCP tools are accessible and checks firewall rules for overly permissive configurations.