# Exploit Graph

The Attack Dashboard contains the "Exploit Graph" which is a dynamic visualization that maps out the relationships between discovered entities and potential attack paths. It provides a clear view of how vulnerabilities can be exploited across your network, helping you understand the full scope of your security posture.

<figure><img src="/files/6ZddbmBHIvdIK8rdOHtg" alt="Exploit Graph"><figcaption><p>Exploit Graph</p></figcaption></figure>

**Understanding the Exploit Graph**

* **Entities:** Represent the various assets discovered during assessments, such as domains, WebPages, and Subnets.
* **Relations:** Illustrate the connections and interactions between entities, showing how an attacker might move through the network.
* **Attack Paths:** Each branch in the exploit graph is an Attack Path. It highlight potential routes an attacker could take to exploit vulnerabilities and reach critical assets.

#### Graph Actions

* **Click a node**: View details, expand, or follow paths
* **Expand**: See connected nodes and vulnerabilities
* **Search**: Use the search bar to find entities by name, URL, or type


---

# 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://copilot-docs.bugbase.ai/enterprise/exploit-graph.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.
