# Risk management Commands

## Risk Management Documentation

This document outlines the available commands for the Risk Management Python tool, detailing their function and associated aliases.

### Subcommands

| Subcommand                         | Description                                                                                                                                                                                                                                                                               | Alias          |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| enterprise-stat                    | Show Risk Management recent login count                                                                                                                                                                                                                                                   | es             |
| enterprise-stat-details            | Gets the recent login count (users who logged in the last 30 days) and the number of users who have at least one record in their Vault                                                                                                                                                    | esd            |
| security-alerts-summary            | Gets the summary of events that happened in the last 30 days with a comparison to the previous 30 days                                                                                                                                                                                    | sas            |
| security-alerts-detail **aet**     | <p>Gets the details of event that happened in the last 30 days with a comparison to the previous 30 days<br><strong>aet</strong> is audit event type (id)<br>example: <strong>account\_recovery\_decline</strong></p>                                                                     | sad **aet**    |
| security-benchmarks-get            | Get the list of security benchmark set for the calling enterprise                                                                                                                                                                                                                         | sbg            |
| security-benchmarks-set **fields** | <p>Set a list of security benchmark. Corresponding audit events will be logged.</p><p><br></p><p><strong>fields</strong> example: SB\_DEPLOY\_ACROSS\_ENTIRE\_ORGANIZATION:UNRESOLVED SB\_DEPLOY\_ACROSS\_ENTIRE\_ORGANIZATION:RESOLVED SB\_ENFORCE\_LEAST\_PRIVILEGE\_POLICY:IGNORED</p> | sbs **fields** |


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/keeperpam/commander-cli/command-reference/enterprise-management-commands/risk-management-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
