> 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/xsiam-api/vulnerability-intelligence/affected-software.md).

# Affected Software

APIs for managing affected software

## Get affected software

> Get a filtered list of the software affected by one or more vulnerabilities.\
> \
> \*\*Required license:\*\* Cortex XSIAM Premium. In Cortex XSIAM Enterprise and Cortex NG SIEM, requires the Cortex Cloud Posture Management add-on.

```json
{"openapi":"3.0.0","info":{"title":"Vulnerability Intelligence APIs","version":"Cortex XSIAM 3.5"},"tags":[{"name":"Affected software","description":"APIs for managing affected software"}],"servers":[{"url":"https://api-yourfqdn"}],"paths":{"/public_api/uvem/v1/get_affected_software":{"post":{"summary":"Get affected software","description":"Get a filtered list of the software affected by one or more vulnerabilities.\n\n**Required license:** Cortex XSIAM Premium. In Cortex XSIAM Enterprise and Cortex NG SIEM, requires the Cortex Cloud Posture Management add-on.","operationId":"post-public_api-uvem-v1-get_affected_software","parameters":[{"name":"Authorization","in":"header","description":"{api-key}","required":true,"schema":{"type":"string"}},{"name":"x-xdr-auth-id","in":"header","description":"{api-key-id}","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"","content":{"application/json":{"schema":{"type":"object","required":["request_data"],"properties":{"request_data":{"type":"object","properties":{"filters":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","enum":["affected_cpu_archs","affected_versions","cvss_score","cvss_severity","distro","last_modified","package_name","release"],"description":"The field to use for filtering results.\n\nFor the complete list of supported fields, operators, and values, see [Vulnerability Intelligence Filter Fields](https://app.gitbook.com/s/1ZrobAtcwfCDWAJAWeuj/vulnerability-intelligence/vulnerability-intelligence-papi-tables#vulnerability-intelligence-filter-fields)."},"operator":{"type":"string","enum":["contains","not_contains","eq","neq","gte","lte","range","relative_timestamp"],"description":"Comparison operator to use with the filter. Allowed values depend on the filters field.\n- **contains**/**not_contains**: use with affected_cpu_archs, affected_versions, cvss_severity, distro, package_name, release, vulnerability_id\n- **eq**/**neq**: use with distro, cvss_severity, cvss_score, package_name, release, vulnerability_id\n- **gte**/**lte**: use with cvss_score, last_modified\n- **range**: use with last_modified\n- **relative_timestamp**: use with last_modified\n\n\n"},"value":{"description":"Values for filtering the results.\n- *array[string]*: use with affected_cpu_archs, affected_versions\n- *string*: use with cvss_score, distro, release, package_name, vulnerability_id\n- *integer*: use with last_modified\n- *number*: use with cvss_score","anyOf":[{"type":"array","items":{"type":"string"}},{"type":"string"},{"type":"integer"},{"type":"number","format":"float"}]}}}},"sort":{"type":"object","properties":{"field":{"type":"string"},"keyword":{"type":"string"}}},"search_from":{"type":"integer","default":0,"description":"An integer representing the start offset index of results\nDefault value - 0"},"search_to":{"type":"integer","default":500,"description":"An integer representing the start offset index of results. Use this field to specify the number of results on a page when using page token pagination.\nDefault value - 500"},"use_page_token":{"type":"boolean","description":"Use `\"use_page_token\":true` in the initial request to paginate the response data."},"next_page_token":{"type":"string","description":"If `\"use_page_token\":true` was included in the initial request, the response for that request will include a page token.\nUse `\"next_page_token\":\"string\"` to pass that page token into the next request to paginate the next set of data."}}}}}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"reply":{"type":"object","properties":{"result_count":{"type":"integer"},"total_count":{"type":"integer"},"vulnerabilities":{"type":"array","items":{"type":"object","properties":{"vulnerability_id":{"type":"string"},"cvss_score":{"type":"number"},"cvss_severity":{"type":"string"},"package_name":{"type":"string"},"distro":{"type":"string"},"release":{"type":"string"},"affected_cpu_archs":{"type":"array","items":{"type":"object"}},"last_modified":{"nullable":true},"affected_versions":{"type":"array","items":{"type":"string"}}}}},"next_page_token":{"nullable":true}}}}}}}},"401":{"description":"Unauthorized access. An issue occurred during authentication. This can indicate an incorrect key, id, or other invalid authentication parameters.","content":{"application/json":{"schema":{"type":"object","properties":{"reply":{"type":"object","properties":{"err_code":{"type":"string"},"err_msg":{"type":"string"},"err_extra":{"type":"string"}}}}}}}},"500":{"description":"Internal server error. A unified status for API communication type errors.","content":{"application/json":{"schema":{"type":"object","properties":{"reply":{"type":"object","properties":{"err_code":{"type":"string"},"err_msg":{"type":"string"},"err_extra":{"type":"string"}}}}}}}}},"tags":["Affected software"]}}}}
```


---

# 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/xsiam-api/vulnerability-intelligence/affected-software.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.
