List system misconfigurations
threats_system_misconfigurations_listList network-wide OS misconfigurations (e.g., firewall off, BitLocker disabled) with severity, fix availability, affected counts. Filter by category, severity, or platform to prioritize fixes.
Instructions
Retrieves OS/system-level misconfigurations (e.g. firewall disabled, BitLocker off) detected across the network, with severity, category, fix availability, reversibility, and affected-system counts. 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. "Windows Firewall", "BitLocker Encryption". | |
| severity | No | Filter by severity. Known values: Critical, Important, Moderate, Low, Info (free string in the spec). | |
| solution | No | Filter by the documented solution text. | |
| pageLimit | No | Max records per page (server cap for this endpoint is 1000). | |
| osPlatform | No | Filter by platform, e.g. Windows, Mac, Linux. | |
| description | No | Filter to misconfigurations whose description contains this text. | |
| misconfigId | No | Filter by misconfiguration ID — numeric ID or comma-separated list. | |
| misconfigName | No | Filter to misconfigurations whose name contains this text. | |
| undoSupported | No | Filter by whether the fix is reversible (true) or not (false). | |
| rebootRequired | No | Filter by reboot option. Known values: "required", "not required", "autoreboot", "may require". | |
| fixAvailability | No | Filter by fix availability. Known values: "available", "not available". | |
| potentialImpact | No | Filter by whether fixing the misconfiguration carries a potential impact flag. | |
| postDeploymentIssues | No | Filter by known post-deployment impact of fixing, e.g. "No Impact". |