# Take Actions on Threats

## Overview

Akto enables you to quickly respond to malicious behavior by blocking the IP addresses of threat actors. When you block an IP address, Akto prevents all incoming requests from that source, helping you protect your APIs in real time.

You can block an IP address from two areas within API Threat Detection: **Threat Actors** and **Threat Activity**.

## 1. Block an IP from Threat Actors

{% stepper %}
{% step %}
Go to **Threat Actors** under **API Threat Detection**.
{% endstep %}

{% step %}
Select the threat actor whose activity you want to stop.
{% endstep %}

{% step %}
The detailed view for that actor opens.
{% endstep %}

{% step %}
In the top-right corner, select **Block IP**.

<figure><img src="/files/jBKDGvCzVqxHEIJTxPw7" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Confirm your action by selecting **Block IP** in the confirmation dialog.

<figure><img src="/files/labHRVgVwlYVhoskCHdF" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## 2. Block an IP from Threat Activity

{% stepper %}
{% step %}
Go to **API Threat Detection** →**Threat Activity**.
{% endstep %}

{% step %}
Open the detailed view for the specific threat activity you want to address.
{% endstep %}

{% step %}
Select the **Block IPs** button on the right-hand side.

<figure><img src="/files/0WUkroN11KbVjgNZsbzU" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
A confirmation dialog opens.
{% endstep %}

{% step %}
Select **Save** to block the IP address.
{% endstep %}
{% endstepper %}

{% hint style="info" %}

### Important Note

Blocking an IP address is completely reversible. Once you block an IP, the **Block IP** button changes to **Unblock IP**, allowing you to restore access whenever needed.

<img src="/files/LfQ5wmGJG2PZGPfRcupP" alt="" data-size="original">
{% endhint %}


---

# 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.akto.io/api-protection/how-to/take-actions-on-threats.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.
