# Exclude IP Addresses

The **Exclude** **IP** **Address** feature is designed to prevent false positive reporting due to security applications that analyze the links in the SMS message in cooperation. It is designed as an alternative option to prevent false positive reporting.

You can add the individual IPv4/IPv6 addresses or ranges of IPv4/IPv6 addresses to prevent false positive reporting.

## **How to Exclude an IP address**

The following steps explain how to add Individual IP Addresses, range of IP addresses or Batch IP Addresses to exclude from reporting.

### **Add Individual IP Addresses**

* Go to **Smishing Simulator > Settings > Exclude IP addresses** menu.
* You can add individual IPv4/IPv6 addresses with the following example format.
  * 192.168.1.1
  * 192.168.1.1/32
  * 2001:0db8:85a3:0000:0000:8a2e:0370:7334
  * 2001:0db8:85a3:0000:0000:8a2e:0370:7334/128
* Click the **Save** **Changes** button.

### Add a Range of IP Addresses

* Go to **Smishing Simulator > Settings > Exclude IP addresses** menu.
* You can add a range of IPv4/IPv6 addresses with the following example format.
  * 192.168.1.1/24
  * 2001:0db8:85a3:0000:0000:8a2e:0370:7334/124
* Click the **Save Changes** button.

### **Add Batch IP Addresses**

* Go to **Smishing Simulator > Settings > Exclude IP addresses** menu.
* You can add IPv4/IPv6 addresses by using the batch option with the following example format.
  * 192.168.1.1/24
  * 192.168.1.1/32
  * 192.168.1.1
  * 2001:0db8:85a3:0000:0000:8a2e:0370:7334/124
  * 2001:0db8:85a3:0000:0000:8a2e:0370:7334/128
  * 2001:0db8:85a3:0000:0000:8a2e:0370:7334
* Click the **Save Changes** button.

{% hint style="info" %}
Please make sure that IP addresses are separated by a line break or comma.
{% endhint %}

## **FAQ**

### **Q: After I added the IP address, will the platform exclude any data that is received from the added IP address for previous reports?**

A: Yes, after adding the IP addresses, the platform will exclude any data related to IP addresses for previous and future reports.

### **Q: After I removed the IP address, will the platform restore the excluded previous data that is received from the added IP address to the reports?**

A: Yes, after removing the IP addresses, the platform will restore the excluded data related to IP addresses to all reports back.


---

# 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://doc.keepnetlabs.com/next-generation-product/platform/smishing-simulator/settings/exclude-ip-addresses.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.
