> 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/threat-library/view-virustotal-information-related-to-a-sample.md).

# View VirusTotal Information Related to a Sample

The artifacts have a direct link to open the VirusTotal report related to the sample analysis. VirusTotal is a website that analyzes applications for malware, so we can see the result of the analysis and have at our disposal more than fifty different antivirus engines. For more information visit [https://www.virustotal.com](https://www.virustotal.com/gui/home/upload).&#x20;

Links are available for all samples, however, for obfuscated samples there will be no information available in VirusTotal as these samples were manipulated by EVE.&#x20;

To view VirusTotal information related to a sample, follow the steps below:&#x20;

1. From the Threat Library tab, find the icon ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAXCAYAAADk3wSdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJRSURBVEhLpZU7aFRBFIZ/FFER0QgWioWSoGIRjfENEe1EIfHRiA/ExkdhG+wMYqVipcRHaWGpVdAkCPEJwQcqJooRMYEYzSYYxOyu0bl+Z+duXPfu3cvqgY85Z+ecn5k7Z2YlBTOKmCa5fVKmT+oJyjP4ldxWmP2nvqS5+dLQJ+kgRdUJrIan4PaGxXHmGqROEuvhVwItcBTcxbA4b7ntLgyZB5u9aB30J9AMx8BdCsXy5mql7HcpBe4mrJEekzgdamBFARYvD/1lUAUnIbJSVyd1M9Fok+1etB1/PYxmpZEhT+oD8Tf8AeCbj45Jp8jJrTSy/VVSFxMNNtnmRe/gb7e4w38eM/vW7iNxC0yFI9I1cmJF7zGx1SaLRW8xP4dxB/T4k373A78JGqUrxBWJbrG4Vxp7Lt3Ft99aoQl608zdl87iVyS6AQK4DWfAOuIy7II34+R1SefwKxLdCCbaBtYNjtU9Yexz+Htg9z9sf5PFnH5mGDh9dwi64YSvc/ulq+RUJLrNYrYYLGZcwsi9dotgJsyC4xWe/mSfsuUUbWSMDDL2+9H6NrFPi0XjblQhZW9URHSt1IH/X3e/WDSo96L2Sv1MwLZf+pUqFO0EXqrPX6TDxEsTWAcvwB0IxfL2l+gD/5tdy/RL6TUHVZIMTPDy027uAhrh+zBp9kqZaO5aPiKBx8IsqCKuiaEaaDO3wOdGzFb6EMGVkGUVmfeM/D9leUDSr6JMgDsdFsdZMFcapg/z37A2gfPgboTF5SzYKY2/lZ5RkMQAuOvUTCmN9Buovk8pc9wZ8QAAAABJRU5ErkJggg==) associated with the sample found in the Actions column.&#x20;
2. Click on the icon and a new browser tab will open the VirusTotal report associated with the selected sample.&#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/threat-library/view-virustotal-information-related-to-a-sample.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.
