> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xpanse/attack-surface-testing/view-attack-surface-tests.md).

# View attack surface tests

View information about the available attack surface tests, and enable or disable tests on the **Vulnerability Testing** page. By default all tests are enabled.

1. Navigate to **Rules** → **Vulnerability Testing**.
2. Filter and sort the list of tests as needed to identify the tests you want to enable or disable.
3. Select one or more tests using the check boxes, and right click to **Enable** or **Disable** them.

## Attack surface test field descriptions

<table data-header-hidden><thead><tr><th width="263"></th><th></th></tr></thead><tbody><tr><td><strong>Field</strong></td><td><strong>Description</strong></td></tr><tr><td>Affected Software</td><td>Software names and versions impacted by this vulnerability.</td></tr><tr><td>CWE IDs</td><td>Common Weakness Enumeration ID. This ID is defined by MITRE.</td></tr><tr><td>Created</td><td>When Cortex Xpanse released this test.</td></tr><tr><td>Description</td><td>Description of the vulnerability.</td></tr><tr><td>EPSS Score</td><td>The Exploit Prediction Scoring System (EPSS) score indicates the likelihood that a vulnerability will be exploited in the wild. Possible values are between 0 and 100%, and the higher the score, the greater the probability that a vulnerability will be exploited.</td></tr><tr><td>First Published</td><td>When this vulnerability was first published.</td></tr><tr><td>ID</td><td>Unique ID for this test.</td></tr><tr><td>Name</td><td>Name of the test.</td></tr><tr><td>References</td><td>Research references and supporting documentation.</td></tr><tr><td>Remediation Guidance</td><td>Recommended steps for remediating or mitigating the vulnerability.</td></tr><tr><td>Severity Score</td><td>The CVE severity score is based on the NIST Common Vulnerability Scoring System (CVSS).</td></tr><tr><td>Services Found Vulnerable</td><td>The number of directly-discovered services owned by your organization that Cortex Xpanse has confirmed vulnerable with this test.</td></tr><tr><td>Status</td><td>Indicates whether the test is <strong>Enabled</strong> or <strong>Disabled</strong>.</td></tr><tr><td>Vendor Names</td><td>Name of the vendor whose product is impacted by the vulnerability.</td></tr><tr><td>Vulnerability IDs</td><td>CVE number or other public identifier for the vulnerability.</td></tr></tbody></table>


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xpanse/attack-surface-testing/view-attack-surface-tests.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.
