> For the complete documentation index, see [llms.txt](https://docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akto.io/api-protection/how-to/take-actions-on-threats.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akto.io/api-protection/how-to/take-actions-on-threats.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
