> 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/endpoints/emulation-history-of-an-endpoint.md).

# Emulation History of an Endpoint

It is possible to review the history of emulations carried out on each of the endpoints registered on the platform. To view the emulation history of an endpoint, follow these steps:

1. Click on the icon <img src="/files/YT67qZvUQVW3QlXLLMzy" alt="" data-size="line"> from the Historic Emulation column.
2. A new view with details of the selected endpoint's emulations will be displayed.

<figure><img src="/files/tdLRAiXH7R7QRUPJqErQ" alt=""><figcaption><p><strong>Emulation History Dashboard</strong></p></figcaption></figure>

### **Historic Emulation Results Dashboard**&#x20;

Displays basic information such as:

* Host Name: shows the full name of the EndPoint at the top right.&#x20;
* Count of Emulations: number of emulations that have been made this EndPoint.&#x20;
* Artifact Execution Results: It gives a percentage of successful artifacts that were executed and a percentage of unsuccessful artifacts.&#x20;
* Network Security Evasions: It gives a success rate for not bypassing network security and the percentage of not bypassing the network.

### **Prior 10 Emulations Diagram**&#x20;

Displays the last 10 emulations performed on the host in a graphical format with the following information:

* **General Graphic**: Shows the information in a pie chart.&#x20;
* **Node Details**: Displays the host, emulations, and package categorization represented by colors.
* **File Challenge Levels**: Shows the threat level of each artifact represented by colors.

{% hint style="info" %}
Clicking on the circles displays graphically the relationships between emulations, packages, and artifacts.
{% endhint %}

<figure><img src="/files/dIZb7w7HDaKXuds8BbTR" alt="" width="352"><figcaption><p>Emulations relationships</p></figcaption></figure>

### **Report Table**&#x20;

Displays a report of the emulations performed on the host with the following information:

* Displays a report of the Emulations that have been performed on the host with the following information.&#x20;
* Emulation: Displays the name of the Emulations that have been made.&#x20;
* Package: Displays the name of the package that was sent within the run.&#x20;
* Success: Shows the number of artifacts that were successfully executed.&#x20;
* Fail:  Shows the number of artifacts that were not executed and were failures.&#x20;
* Qualification: shows the result of the total emulation if it has failed, satisfactory or partially satisfactory.&#x20;

  * Failed: All or most of the artifacts were not executed.&#x20;
  * Satisfactory: All or most of the artifacts were executed.&#x20;
  * Partially Satisfactory: There were more executed artifacts than failed ones.&#x20;

  Date: shows the date and time that the emulation was made on the host.&#x20;

<figure><img src="/files/MdbBAlBhU6jV9yKsjdNT" alt=""><figcaption><p>Report Table</p></figcaption></figure>

### **Download Report**&#x20;

Download a report of Emulations performed on the selected EndPoint in Excel format.

1. Click on the <img src="/files/j3QnS9ixj1rp2NpVZRjc" alt="" data-size="line"> button.
2. Select the path on the local host to save the report.
3. Click "Save" to download the report in .xlsx format.


---

# 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:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/endpoints/emulation-history-of-an-endpoint.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.
