> 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/targets.md).

# Targets

The **Targets** section centralizes the management of all assets monitored by the platform (URLs, IPs, or internal servers). On this screen, it is possible to monitor security coverage in real time, check the activity status of assets, and prioritize vulnerabilities by criticality level.

The data is organized into three main tabs to facilitate navigation:

* **All:** Displays the complete list of targets.
* **Registered:** Filters only manually entered targets.
* **Discovered:** Displays assets automatically identified by the platform during scans.

#### Listing

Each row of the table presents detailed information about the target:

* **Target:** Web address or IP of the asset.
* **Target type:** Classification of the asset (IP, App, or URL).
* **Origin:** Indicates whether the target was Registered or Discovered.
* **Last scan:** Date and time of the most recent execution or the status "In progress".
* **Threats:** Summary panel with the total number of vulnerabilities. Clicking it displays a modal detailing the occurrences.

Threats are categorized by color to facilitate remediation prioritization:

| **Level**    | **Colour** | **Description**                                                |
| ------------ | ---------- | -------------------------------------------------------------- |
| **Critical** | Red        | High risk; requires immediate action to protect the target.    |
| **High**     | Yellow     | Significant risk; must be treated with priority.               |
| **Medium**   | Green      | Moderate risk; requires attention and planning for correction. |
| **Low**      | Blue       | Low risk to the integrity and availability of information.     |

* **Current Status:** Indicates whether the target's monitoring is Active or Inactive.
* **More options (:):** Allows executing the following individual actions:
  * **Rescan Target:** Starts a new immediate scan.
  * **Inactivate:** Suspends monitoring.
  * **Delete:** Removes the target.

### Search, Filters, and Bulk Actions

Use the tools located in the upper right corner to manage large volumes of data.

* **Search (Magnifying Glass):** Search for a specific target by typing the name or address and pressing Enter.
* **Filters:** Refine the list by combining criteria:
  * **Domain:** Filters by specific domains.
  * **Origin:** Selects between All, Registered, or Discovered.
  * **Type:** Filters by IP, App, or Internal.
* **Bulk Actions:** This option allows:
  * **Activate/Inactivate All:** Changes the status of all visible targets in the current tab.
  * **Activate/Inactivate Selected:** Applies the status change only to items manually checked in the checkboxes.


---

# 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/targets.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.
