pci_list_vulns
List vulnerability findings with filters for IP, hostname, severity, and PCI compliance status. Returns compact rows to identify PCI failures and prioritize remediation.
Instructions
List vulnerability findings as compact rows.
Args: offset: 1-based record offset. limit: Rows per page, 1-1000. ip: Filter by IP, CIDR, or range. dns: Filter by hostname. qid: Filter by Qualys ID. title: Keyword search on the finding title. severity: Any of CONFIRMED_HIGH, CONFIRMED_MED, CONFIRMED_LOW, POTENTIAL_HIGH, POTENTIAL_MED, POTENTIAL_LOW. false_positive: Any of Requested, Rejected, Expired. pci_fail_vulns: True to return only findings that fail PCI. fetch_all: Walk every page rather than returning one.
Prose fields are deliberately absent; call pci_get_vuln for one finding's threat, impact, and solution text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | ||
| dns | No | ||
| qid | No | ||
| limit | No | ||
| title | No | ||
| offset | No | ||
| severity | No | ||
| fetch_all | No | ||
| false_positive | No | ||
| pci_fail_vulns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||