# Traffic Analysis

The Traffic Analyzer provides immediate visibility into recent server requests. It offers various filters to conduct targeted analysis based on specific parameters, facilitating focused investigation and insights.

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

Traffic analyzer gives a quick look on

* Source IP
* Timestamp
* Targeted URI and Requested Args by the attacker and legitimate user.
* Status code

By clicking "Show Details," users can access the User Agent, request country, and destination IP to which incoming requests were forwarded.&#x20;

Additionally, users can blacklist or whitelist IPs, block countries, or whitelist requested URLs, providing versatile control over access management.

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

The logs displayed are unique to each IP, consolidating all requests from a single IP into a single log entry.&#x20;

Clicking "Explore" opens a new tab, providing a detailed view of all requests associated with the specific IP address.

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

<figure><img src="/files/0PxhRfD6pJlEUrvbQEdK" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.prophaze.com/user-manual/threat-analyser.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.
