List web server misconfigurations
threats_server_misconfigurations_listRetrieve web-server hardening misconfigurations (Tomcat, IIS, Apache) with severity, category, affected systems, and resolution guidance. Filter and paginate to focus on specific risks.
Instructions
Retrieves web-server hardening misconfigurations (e.g. Tomcat/IIS/Apache issues) detected across the network, with severity, category, affected-system counts, and resolution guidance. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each entry instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| category | No | Filter by category, e.g. "Session hijacking", "Default Contents". | |
| severity | No | Filter by severity. Known values: Critical, Important, Moderate, Low, Info (free string in the spec). | |
| pageLimit | No | Max records per page (server cap for this endpoint is 1000). | |
| resolution | No | Filter to misconfigurations whose resolution text contains this text. | |
| description | No | Filter to misconfigurations whose description contains this text. | |
| hardeningId | No | Filter by hardening ID — numeric ID or comma-separated list. | |
| updatedTime | No | Filter by the misconfiguration's last-updated time, as epoch milliseconds (e.g. "1704363395117"). | |
| hardeningName | No | Filter to misconfigurations whose hardening name contains this text. | |
| publishedTime | No | Filter by the misconfiguration's published time, as epoch milliseconds (e.g. "1704363395117"). | |
| osPlatformName | No | Filter by platform, e.g. Windows, Mac, Linux. |