# Playbooks

The dashboard integrates with the correlation rules, providing management of responses to security incidents. Through a paginated list, the <mark style="color:green;">dashboard allows for the addition, editing, deletion, and activation of playbooks in an intuitive and organized manner.</mark>

The ability to activate or deactivate playbooks as needed ensures that responses to incidents are prompt.

<figure><img src="/files/IZMP365aHK2pShDTh5rc" alt=""><figcaption><p>Overview Playbooks Dashboard</p></figcaption></figure>

***

## Creating a Playbook

### Identification

* **Nome:** Must be <mark style="color:green;">descriptive, clearly</mark> reflecting the purpose and scope of the playbook.
* **Visibilidade:**&#x20;
  1. **DEFAULT:** This category includes <mark style="color:green;">general use playbooks</mark>. They are designed to be applicable in a wide range of scenarios and companies.
  2. **ADVANCED:** Playbooks in this category are <mark style="color:green;">customized for the specific needs of a company</mark>. They are detailed and focused on particular scenarios, reflecting the policies, infrastructure, and specific security risks of the company.

<figure><img src="/files/EGouDfxRKa4ZYclr5OhZ" alt=""><figcaption><p>Identification Stage</p></figcaption></figure>

***

### Phases of Incident Response

<mark style="color:green;">It is possible to manage treatment steps for each of the incident response phases</mark>, as outlined by the most renowned market frameworks, with the possibility of assigning the responsibility of the stage to the MSP or the company.&#x20;

The stages are:&#x20;

1. **Preparation:** <mark style="color:green;">Prepare the incident response team</mark> to efficiently deal with potential threats. (E.g., Team training, creation and updating of documentation).&#x20;
2. **Identification:** The first active response stage, where the <mark style="color:green;">veracity of the incident is determined</mark>. Detailed analysis to confirm whether the incident is a false positive or a real threat.&#x20;
3. **Containment:** Implemented only if the incident is confirmed. Execute <mark style="color:green;">measures to prevent the spread of the threat</mark> (e.g., isolation of systems or network segmentation).&#x20;
4. **Eradication:** <mark style="color:green;">Identify and eliminate the root cause of the incident</mark> (e.g., Removal of malware, correction of vulnerabilities, and strengthening of security controls).&#x20;
5. **Recovery:** Take the necessary <mark style="color:green;">measures to return the environment to normal operation</mark> (e.g., Verification of system integrity, data restoration from backups, and post-recovery monitoring).

<figure><img src="/files/JWmXjYo65KjggL3b8yvv" alt=""><figcaption><p>Phase of Incident Response Example</p></figcaption></figure>

***

### Lessons Learned

Reserved space <mark style="color:green;">to describe strategies in the post-incident analysis to identify improvements</mark> in the playbook and security practices.

<figure><img src="/files/D9GDdgLEADkZarh9kkj7" alt=""><figcaption><p>Lessons Learned Stage</p></figcaption></figure>

***

### Comments

Space for the security team <mark style="color:green;">to leave notes and important observations about the playbook.</mark>

<figure><img src="/files/3le9M0bF9xEd6hyqeWPl" alt=""><figcaption><p>Comments Stage</p></figcaption></figure>

***

### Versioning

Space to <mark style="color:green;">document the revision with each update of the playbook</mark>, providing a detailed history and an audit trail.

{% hint style="danger" %}
Whenever the playbook is updated, it is necessary to provide a description of the new version.
{% endhint %}

<figure><img src="/files/KkOfQfxgrvAYAAOPrA3T" alt=""><figcaption><p>Versioning Stage</p></figcaption></figure>

***


---

# 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.inopli.com/response/rules/playbooks.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.
