# Threat Context

The threat-context layer helps turn raw findings into something easier to understand and act on.

## What this layer adds

When available, Virusis can organize findings into grouped threat context such as:

* framework-level categories
* tactics
* techniques
* supporting detection notes

## How It Appears In The UI

The threat tab is not just a flat string list. The code organizes data by:

* framework
* tactic
* technique
* detection metadata
* rule content when available

Because of that, the enrichment tab provides a structured threat context instead of a simple "IOC found" message.


---

# 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/threat-intelligence.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.
