# Isolation Log

The Isolation Log holds the information of all IP Addresses that have been blocked by the Isolation Process.&#x20;

The information presented in the Isolation Log is as follows:&#x20;

* <mark style="color:purple;">BLOCK</mark>&#x20;

Indicates the blocking action.&#x20;

* <mark style="color:purple;">ip.SrcAddr</mark>&#x20;

Indicates the IP address that generates the traffic. This IP corresponds to the Private IP of the Endpoint.&#x20;

* <mark style="color:purple;">ip.DstAddr</mark>&#x20;

Indicates the destination IP address of the traffic.&#x20;

* <mark style="color:purple;">tcp/udp.SrcPort</mark>&#x20;

Source port used in the communication according to the protocol.&#x20;

* <mark style="color:purple;">tcp/udp.DstPort</mark>&#x20;

Destination port used in the communication according to the protocol.&#x20;

* <mark style="color:purple;">tcp.Flags</mark>&#x20;

Information on TCP protocol flags.&#x20;


---

# 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.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-information/isolation-network/isolation-log.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.
