# 2.3 URL Statistics

<figure><img src="https://1888569782-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj6f1XtdOtNUZVCRH9J44%2Fuploads%2FQtDPjSbD8bkrqWzU6qg7%2Furlstat.png?alt=media&#x26;token=73c3c6e3-14bc-464c-bdcb-fd5700273dcc" 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="https://1888569782-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj6f1XtdOtNUZVCRH9J44%2Fuploads%2FEslMSpmtB0Mv9dMmsZ9E%2Furlstatis.png?alt=media&#x26;token=44dce0ee-5ab2-4291-a42d-9fac0e0028bd" 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).
