> For the complete documentation index, see [llms.txt](https://authdocs.skill-mine.com/licentio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://authdocs.skill-mine.com/licentio-documentation/report/suspecious-ip-report.md).

# Suspecious IP Report

#### Suspecious Report&#x20;

The Suspicious IP Address Report provides insights into IP addresses flagged for unusual or potentially harmful activity. It highlights blocked IPs, the reasons behind their blocking, and their unblocking details. This report helps identify security threats, detect malicious login attempts, and support proactive risk mitigation.&#x20;

* **IP Address:** Enter a specific IP address to search for related blocking or suspicious activity records. &#x20;
* **Event Name:** Select the type of event (e.g., brute force, failed login attempts) to filter the results. &#x20;
* **Start Date:** Choose the starting date to display records detected on or after this date. &#x20;
* **End Date:** Choose the ending date to show records detected on or before this date. &#x20;
* **Search Button:** Applies the selected filters and displays the matching IP activity records.&#x20;

This Table will show the details of the Suspecious Report&#x20;

<table data-header-hidden><thead><tr><th width="127.888916015625"></th><th></th></tr></thead><tbody><tr><td>S. No </td><td>Displays the serial number of each record. </td></tr><tr><td>IP Address </td><td>Shows the IP address identified as suspicious or blocked. </td></tr><tr><td>Blocked Time </td><td>Indicates the exact date and time when the IP address was blocked. </td></tr><tr><td>Unblocking Time </td><td>Shows when the IP was automatically or manually unblocked. </td></tr><tr><td>Reason for Blocking </td><td>Provides the reason behind blocking (e.g., brute force attack, repeated failed logins). </td></tr><tr><td>Revoked Status </td><td>Displays whether the block has been revoked; allows administrators to revoke the block manually. </td></tr></tbody></table>

<figure><img src="/files/99vWY6yuwf7keMwXuqcN" alt=""><figcaption></figcaption></figure>


---

# 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://authdocs.skill-mine.com/licentio-documentation/report/suspecious-ip-report.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.
