> For the complete documentation index, see [llms.txt](https://docs.virusis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virusis.com/ai-explainers/how-to-read-a-malware-scan-report.md).

# How to Read a Malware Scan Report

The best way to read a Virusis result screen is to follow the real data layers used by the product.

## 1. Confirm the sample identity

Start with:

* scan type
* target or file name
* checksum

This helps ensure you are looking at the right sample.

## 2. Read the top-level scores

Then review the score cards:

* overall
* algorithm
* llm

Use them for quick orientation, not as the only decision signal.

## 3. Inspect the engine cards

Look at what each engine reports:

* detection name
* category
* engine rank or image
* clean versus flagged distribution

## 4. Open the threat intelligence tab

If enrichment exists for the scan, this tab shows:

* framework
* tactic
* technique
* detection metadata

those layers in grouped form.

## 5. Read the static analysis tab

For file submissions, static analysis provides:

* file type
* entropy
* imports
* strings
* indicators

and other structural insights.

## 6. Decide whether the result needs to be shared or reported

If the finding needs to move outside the platform, use:

* PDF export
* share link
* QR code

## Short conclusion

A Virusis report is easiest to interpret when you read it in this order: identity and scores first, engine cards second, then threat and static analysis layers.
