> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/cybersecurity/threat-analysis/vulnerabilities.md).

# Vulnerabilities

The **Vulnerabilities** section is the central environment for managing threats identified in the environment during scans. Within it, you can follow the entire lifecycle of a vulnerability, from initial detection to its resolution or mitigation.

### Overview

The top indicators offer a consolidated view of the state of security:

* **Active Threats:** Vulnerabilities that require attention or immediate action.
* **Solved Threats:** Risks that have already been properly corrected.
* **Muted Threats:** Items removed from active monitoring by user decision.

### Active Threats List

In this area, each vulnerability is presented with the following technical details:

* **Status:** Indicates the current state of the threat (e.g., Pending or Under Analysis).
* **Threat:** Technical name of the vulnerability identified by the system.
* **Target:** The specific resource (IP, domain, or endpoint) where the risk was located.
* **Type:** Severity classification of the threat (risk level, e.g., medium).
* **Detected:** Indicates the time elapsed since the original identification of the threat.
* **More details:** Clicking on the row displays a modal with detailed information and recommendations about the item.

### Search, Filters, and Refresh

Use the tools located in the upper right corner to manage and locate data quickly:

* **Search (Magnifying Glass):** Search for a specific target by typing the name or IP address and pressing Enter.
* **Filters:** Refine the list by combining criteria:
  * **Target or threat:** Filters by the name of the resource or vulnerability.
  * **Domain:** Selects from the options All, Registered, or Discovered.
  * **Threat type:** Filters by severity (Info, Low, Medium, High, and Critical).
  * **Scan type:** Filters by categories such as Applications, Open Ports, and Internal Vulnerabilities.
* **Refresh:** Allows viewing recent changes immediately, without the need to wait for the next automatic update.

{% hint style="success" %}
**Tip:** Use the top right button to start a new manual analysis of the environment at any time.
{% endhint %}


---

# 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.skyone.cloud/english/cybersecurity/threat-analysis/vulnerabilities.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.
