> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Network request filtering

> Filter unwanted traffic based on a list of source IP addresses

Some unwanted traffic can be identified based on a set of IP addresses. Typical examples can be short-lived bot attacks or exclusion of testing requests.

## Configuration

To filter requests by an **IP address** (or **IP address ranges**):

1. Navigate to the **[Security](https://dashboard.fingerprint.com/traffic-rules)** > **Network** tab.

<img src="https://mintcdn.com/fingerprint/TYcq-XM0A17l1fxD/images/b633d9131ad6379b034caa2b4060af0935a08e4a0b3b6323b43097e130bab530-Screenshot_2025-01-28_at_22.52.53.png?fit=max&auto=format&n=TYcq-XM0A17l1fxD&q=85&s=cb5ae762b97c30633d4f719bf392ec7d" alt="" width="2484" height="774" data-path="images/b633d9131ad6379b034caa2b4060af0935a08e4a0b3b6323b43097e130bab530-Screenshot_2025-01-28_at_22.52.53.png" />

2. Under **No IP address rules**, click **Configure**.
3. To create an IP *Blocklist*, set **Default behavior** to  `Allow all besides the IP addresses listed below`. Then fill in the **Exceptions** field with your list of blocked IP addresses.

<img src="https://mintcdn.com/fingerprint/JTUbc3rQcwtp3hbV/images/19d1a6fcca3523c0209c729b4500bde84427cbc668a65edff234fe7cfa515690-image.png?fit=max&auto=format&n=JTUbc3rQcwtp3hbV&q=85&s=61b8187de1c32e76ad82256cefa9519c" alt="" width="1806" height="1106" data-path="images/19d1a6fcca3523c0209c729b4500bde84427cbc668a65edff234fe7cfa515690-image.png" />

4. Click **Save**.

## IP address format

The configuration accepts both single IP addresses in the form of `192.168.1.1/32` and IP address ranges defined by their [CIDR representation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation) (e.g. `192.168.1.1/16`).
