> 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/anomaly-detection-report.md).

# Anomaly Detection Report

#### Anomaly Detection Report&#x20;

The Anomaly Detection Report identifies unusual or suspicious user activities by analyzing login patterns, device details, and access behavior. It helps detect potential fraud, unauthorized access, and abnormal actions that may pose security risks.&#x20;

This Table will show the details of the Anomaly Detection Reports.&#x20;

<table data-header-hidden><thead><tr><th width="135.66668701171875"></th><th></th></tr></thead><tbody><tr><td>Status Type </td><td>Allows you to filter anomaly records based on their status, such as Fraud, Possibly Fraud, or Anomaly. </td></tr><tr><td>Start Date </td><td>Select the beginning date for the report. Only records detected on or after this date will be shown. </td></tr><tr><td>End Date </td><td>Select the ending date for the report. Only records detected on or before this date will be included. </td></tr><tr><td>Search Button </td><td>Applies the selected filters and displays the matching anomaly records. </td></tr></tbody></table>

<figure><img src="/files/AZmLJyxJ5ZwLWGjfMOmL" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="103.4444580078125"></th><th></th></tr></thead><tbody><tr><td>S. No </td><td>Displays the serial number for each anomaly entry. </td></tr><tr><td>Name </td><td>Shows the user’s name associated with the detected anomaly. </td></tr><tr><td>IP Address </td><td>Indicates the IP address from which the suspicious or unusual activity originated. </td></tr><tr><td>Browser </td><td>Displays the browser used during the anomalous login or activity. </td></tr><tr><td>Status </td><td>Shows the classification of the detected activity (e.g., Fraud, Possibly Fraud, Anomaly). </td></tr><tr><td>Operating System </td><td>Specifies the operating system used during the activity (e.g., Windows, macOS, Android). </td></tr><tr><td>Address </td><td>Displays the approximate geographic location derived from the IP address. </td></tr></tbody></table>

***Generate Report:***&#x20;

* The admin clicks on the Generate Report button.&#x20;
* The system processes and compiles the list of users who haven’t logged in within the defined inactivity threshold.&#x20;
* Once the report generation is completed:&#x20;

**Note:** The admin receives an email notification confirming that the report is ready for download.&#x20;

<figure><img src="/files/4juHDzLquX1VIPPVnwqv" alt=""><figcaption></figcaption></figure>

***View Download:***&#x20;

* The admin clicks on the View Download button to view all generated report logs.&#x20;
* A Report Download Table is displayed with the following fields:&#x20;

<table data-header-hidden><thead><tr><th width="134.5555419921875"></th><th></th></tr></thead><tbody><tr><td>S. No: </td><td>Report sequence number </td></tr><tr><td>Status: </td><td>Indicates report generation status (e.g., Completed, In Progress, Failed) </td></tr><tr><td>Download: </td><td>Provides a download link (once the report is ready) </td></tr><tr><td>Generated By: </td><td>Displays the email of the admin who triggered report generation </td></tr><tr><td>Started Time: </td><td>Time when the report generation was initiated </td></tr><tr><td>Finished Time: </td><td>Time when the report was successfully completed </td></tr></tbody></table>

<figure><img src="/files/KlpwMq4WqK1rjJFXAWQZ" alt=""><figcaption></figcaption></figure>

***Download Report***&#x20;

* When the report status shows Completed, the admin clicks Download to retrieve the generated file.&#x20;
* The downloaded report contains inactive user details, which can be used for analytics, communication, or cleanup activities.&#x20;


---

# 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/anomaly-detection-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.
