> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/email-fraud-and-infiltration/emulation-information.md).

# Emulation Information

This section groups the tabs that allow the user to get more information related to emulations. Includes Isolation Network and Endpoint Diagrams.&#x20;

Each of them is described below.&#x20;

**Isolation Network**&#x20;

In this section the user can download the log of the Isolation Network process.

<figure><img src="/files/7r8i1AbRyqRV5HHxsMki" alt=""><figcaption></figcaption></figure>

At the top of the page the title of the page: Isolation Network. And the Isolation Network table.

**Isolation Network Table**&#x20;

Has information regarding Hosts that are online and information such as Connection Status, Host Name, Public IP Address, Private IP Address, Port and Shares.&#x20;

This table will only show EndPoints information that is online.&#x20;

By default, ten rows of information are displayed. If the user want to see more or change the pagination in the lower right corner, there are pagination controls.&#x20;

* Connection status: Shows whether the EndPoint is online. &#x20;
* Host name: Displays the host name.&#x20;
* Public IP Address: Displays the public IP address of the Endpoint.&#x20;
* Private IP Address: Displays the private IP address of the Endpoint.&#x20;
* Port: Displays the port used for communication. The default port is 8080.&#x20;
* Actions: Allows the download of the Isolation log.&#x20;

&#x20;**Isolation Log**&#x20;

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:orange;">BLOCK :</mark> Indicates the blocking action.&#x20;
* <mark style="color:orange;">ip.SrcAddr :</mark> Indicates the IP address that generates the traffic. This IP corresponds to he Private IP of the Endpoint.&#x20;
* <mark style="color:orange;">ip.DstAddr :</mark> Indicates the destination IP address of the traffic.&#x20;
* <mark style="color:orange;">tcp/udp.SrcPort :</mark> Source port used in the communication according to the protocol.&#x20;
* <mark style="color:orange;">tcp/udp.DstPort :</mark> Destination port used in the communication according to the protocol.
* <mark style="color:orange;">tcp.Flags :</mark> Information on TCP protocol flags.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/email-fraud-and-infiltration/emulation-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
