# Integrity and event reference

Audit logs are tamper-evident. Each entry includes a content hash and the previous entry hash.

<figure><img src="/files/A359pMZJGvQ06V7DdLB8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Any change to history breaks the chain.
{% endhint %}

### What we log

Events are grouped into these categories:

* **Authentication**: logins, logouts, password changes, 2FA, session actions
* **Authorization**: access denied attempts
* **Data access**: recording views, downloads, exports
* **Data changes**: create, edit, delete recordings, captures, folders, labels
* **Admin actions**: SSO/SCIM changes, integrations, automation and triage rules
* **Security**: suspicious activity, rate limiting, invalid tokens

### Event reference (examples)

<details>

<summary>Authentication</summary>

* `user.login` (Low)
* `user.login_failed` (Medium)
* `user.password_changed` (Medium)
* `user.two_factor_enabled` (Medium)
* `user.two_factor_disabled` (High)
* `user.saml_login` (Low)
* `user.api_token_created` (Medium)
* `user.api_token_deleted` (Medium)
* `user.mcp_token_created` (Medium)
* `user.mcp_token_deleted` (Medium)

</details>

<details>

<summary>Data</summary>

* `recording.created` (Low)
* `recording.updated` (Low)
* `recording.deleted` (Medium)
* `recording.bulk_deleted` (High)
* `capture.created` (Low)
* `capture.updated` (Low)
* `capture.deleted` (Medium)
* `capture.bulk_deleted` (High)
* `folder.created` (Low)
* `folder.updated` (Low)
* `folder.deleted` (Medium)
* `label.created` (Low)
* `label.updated` (Low)
* `label.deleted` (Low)

</details>

<details>

<summary>Authorization</summary>

* `access.denied` (Medium)

</details>


---

# 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.screendesk.io/security/audit-logs/integrity-and-event-reference.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.
