> For the complete documentation index, see [llms.txt](https://docs.serenicity.fr/control/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.serenicity.fr/control/english/devices/adresse-ip-publique/analyse.md).

# Analyse

## CerbèreIPDB analyse

The CerbèreIPDB analysis corresponds to the analysis done by Serenicity to evaluate the toxicity of IP addresses.

There are several types of IP addresses:

| Type                                      | Definition                                                      |
| ----------------------------------------- | --------------------------------------------------------------- |
| <mark style="color:red;">**Toxic**</mark> | Currently considered toxic                                      |
| Suspect                                   | Reported to our services but not enough information to be toxic |
| Whitelist                                 | Present in the global whitelist                                 |
| Formerly toxic                            | No longer considered toxic                                      |
| Non-toxic                                 | Not considered toxic                                            |

{% hint style="info" %}
Only <mark style="color:red;">**toxic**</mark> IP addresses will be filtered by the device (provided the device is in **filtering** mode)
{% endhint %}

### Report an IP

#### As toxic

If you think an IP address is toxic but it is not identified as such on Serenicity Control, you can report it to our teams. Simply click on "Report as toxic" and provide additional information.

![Report as toxic](/files/0SinFAYmylUuCKLnBfe7)

![Dialog box to report an IP as toxic](/files/JEZqAzPQhqC7UHcoIMfo)

#### As non-toxic

If you think that an IP address is not supposed to be toxic or that Detoxio is blocking flows that you think are legitimate, you can submit a request for rechecking using the "Report as non-toxic" button.

<figure><img src="/files/bQVngtTF9s74ovwZpmuk" alt=""><figcaption><p>Report an IP as non-toxic</p></figcaption></figure>

{% hint style="info" %}
Once your report is made, our teams will analyze the IP more closely. In the meantime, you can put the IP in the [whitelist or blacklist of the device directly](/control/english/devices/dashboard-dun-appareil/parametres/ip-filtering.md).\
Une fois votre signalement effectué, nos équipes analyserons l'IP plus présicément. En attendant, vous pouvez mettre l'IP dans la whitelist ou blacklist de [l'appareil directement.](/control/english/devices/dashboard-dun-appareil/parametres/ip-filtering.md)
{% endhint %}

{% hint style="success" %}
You will receive an email alert when the report is processed.

The list of reports made is available in your [profile page](https://control.serenicity.fr/profile/reports).&#x20;
{% endhint %}

## Additional analysis

An additional analysis is displayed. It comes from ipdata and [AbuseIPDB](https://www.abuseipdb.com/).

### ipdata

The analysis proposed by ipdata allows to recover the location information of the IP address.

{% hint style="info" %}
The ipdata location is used for the display in the cyber maps.
{% endhint %}

The ipdata service provides the following information:

* [Geolocation](https://docs.ipdata.co/docs/geolocation)
* [The company](https://docs.ipdata.co/docs/company)
* [ASN data](https://docs.ipdata.co/docs/asn-data)
* [Threats represented by the IP address](https://docs.ipdata.co/docs/proxy-tor-and-threat-detection)

{% embed url="<https://docs.ipdata.co/docs/geolocation>" %}
More information about ipdata information
{% endembed %}

### AbuseIPDB

The AbuseIPDB service is a community service dedicated to helping the fight against hackers, spammers and abusive activities on the Internet. It allows you to report an IP address associated with malicious activity, or to **check if an IP address has been reported**.

Additional analysis by AbuseIPDB provides information on reports made by the community.

{% hint style="info" %}
By clicking on the AbuseIPDB logo, you can directly access the AbuseIPDB analysis page.
{% endhint %}

{% embed url="<https://www.abuseipdb.com/>" %}
AbuseIPDB
{% endembed %}


---

# 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.serenicity.fr/control/english/devices/adresse-ip-publique/analyse.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.
