# 2.3 URL Statistics

<figure><img src="/files/92UjaYrYbTyuitE0ksxj" alt=""><figcaption></figcaption></figure>

### 🔗 URL Statistics

#### 🎯 Purpose

The **URL Statistics** section reveals which endpoints on your system are receiving the most attention — whether legitimate or malicious.

#### 📌 Key Components

* **Total Visits**: Global request count to all URLs.
* **Unique URLs**: Count of distinct endpoints accessed.
* **Top Requested URLs**: Lists the most visited endpoints (e.g. login, API, or admin paths).
* **URL Chart View**: Visual bar representation of visit volume per endpoint.

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

#### ⚠️ Observations

* Frequently accessed admin or login pages may be under attack.
* Repeated hits on unusual URLs could suggest vulnerability scanning.

#### ✅ Use Cases

* Detect brute-force or enumeration attempts.
* Optimize caching or endpoint performance based on usage.
* Identify exposure of unintended paths (e.g. test or backup routes).


---

# 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://docs.shieldsguard.com/getting-started/2.-overview/2.3-url-statistics.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.
