# Traffic 360: General Traffic Logs

Traffic Analytics offers a more detailed view of traffic for a specific IP address. This might include additional information and functionalities for analyzing visitor behavior and potential security risks.

**User Agent:**

<details>

<summary><mark style="color:blue;">What is the User Agent field?</mark></summary>

The User Agent is a string sent by the visitor's browser that identifies the browser type, operating system, and other details.

</details>

**General Information:**

<details>

<summary><mark style="color:blue;">What information is shown here?</mark><br></summary>

This section provides details about the visitor associated with the currently selected traffic event. It includes:

* IP Address: Visitor's IP address.
* Organization: Likely the organization associated with the IP address (based on IP geolocation databases).
* Country: Visitor's estimated country based on the IP address.

</details>

<details>

<summary><mark style="color:blue;">What actions can I take from this section?</mark></summary>

You might be able to:

* Block IP: Block future traffic from this specific IP address. (Use with caution)
* Allow IP: Allow traffic from this specific IP address even if it triggers security rules.
* Block Country: Block future traffic from visitors in this country. (Use with extreme caution as it can impact legitimate users)

Allow URL: Allow access to a specific website resource (URL) even if it's normally blocked by security rules.

</details>

**Source IP and Destination IP:**

<details>

<summary><mark style="color:blue;">What is the difference between Source IP and Destination IP?</mark></summary>

* Source IP: The IP address of the visitor trying to access your website.
* Destination IP: The IP address of your web server where the website content resides.

</details>

**Referrer URL:**

<details>

<summary><mark style="color:blue;">What does the Referrer URL tell you?</mark></summary>

The Referrer URL indicates the website (if any) that directed the visitor to your site. This can be helpful for understanding how users are finding your website.

</details>

**Traffic Analytics:**

<details>

<summary><mark style="color:blue;">What is Traffic Analytics?</mark></summary>

Traffic Analytics offers a more detailed view of traffic for a specific IP address. This might include additional information and functionalities for analyzing visitor behavior and potential security risks.

</details>

**Log Retention and Management:**

<details>

<summary><mark style="color:blue;">For how long are traffic logs stored?</mark></summary>

Traffic logs readily available will be 30 days, and more than 30 days would be archived for a period of one year.

</details>

<details>

<summary><mark style="color:blue;">What are the options for exporting or archiving traffic logs?</mark></summary>

The solution offers functionalities to export logs to a central repository or archive them for future reference (e.g., CSV, SIEM integration).

</details>


---

# 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/faq/traffic-360-general-traffic-logs.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.
