# Malware Analysis

Virusis does not reduce results to a single `clean` or `malicious` label. Its value comes from combining multiple analysis layers on one result surface.

![Virusis result screen](/files/w76GlKVvbihKbv5PHoSZ)

## In This Section

* [Supported Inputs](/malware-analysis/supported-inputs-and-integrations.md)
* [Scan Journey](/malware-analysis/live-scan-workflow.md)
* [Result Screen and Reports](/malware-analysis/result-screen-and-reports.md)
* [Static Analysis Layer](/malware-analysis/static-analysis.md)
* [Threat Intelligence Enrichment](/malware-analysis/threat-intelligence.md)

## Core Analysis Layers

* input collection: file, URL, and IP
* layered findings and verdict signals
* scoring layers
* threat context
* file-level insights
* export and sharing


---

# 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.virusis.com/malware-analysis.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.
