All Applicable System Misconfigurations
This API provides a comprehensive list of all system misconfigurations.
- Functionality
- Fetch the list of system misconfigurations.
- HTTP Method
- GET
- API URI
- /dcapi/threats/systemmisconfigurations
- Customer Filters
- ?customername={customername}
?customerid={customer_id}Note: These filters do not support viewing of all customers.
- Scope
- DesktopCentralCloud.VulnerabilityMgmt.READ
- Filters
- misconfig_name={String}:
Filters misconfigurations that contain the provided misconfiguration name.
description={String}:
Filters misconfigurations that contain the provided misconfiguration description.
post_deployment_issues={String}:
Filters misconfigurations that contain the provided post deployment issues.
misconfigid={Numeric}:
Filters misconfigurations based on the misconfiguration ID provided.
severity={String}:
Filters misconfigurations based on the severity provided.
os_platform={String}:
Filters misconfigurations based on the platform provided.
fix_availability={String}:
Filters misconfigurations based on the fix availability provided.
solution={String}:
Filters misconfigurations based on the solution provided.
reboot_required={String}:
Filters misconfigurations based on the reboot option provided.
undo_supported={boolean}:
Filters misconfigurations based on the reversibility support provided.
category={String}:
Filters misconfigurations based on the category provided.
potential_impact={boolean}:
Filters misconfigurations based on the potential impact provided.
- Display preferences
- page={Numeric}:
Displays the content of the provided page number.
pageLimit={Numeric}:
Displays the provided number of misconfigurations details per page.
Response Data
{ "metadata": { "pageLimit": 30, "totalRecords": "2", "totalPages": 1, "links": { "next": null, "prev": null }, "page": 1 }, "response_code": 200, "message_type": "systemmisconfigurations", "message_response": { "systemmisconfigurations": [ { "severity": "Critical", "os_platform": "Windows", "fix_availability": "not available", "description": "A host-based firewall lets a user define a set of rules that controls incoming and outgoing network traffic across a particular device. This prevents unauthorized access and unrestricted connections to the device. Windows-based computers comes with an in-built firewall. Resolve this misconfiguration to enable Microsoft windows firewall in your windows-based computers.", "affected_systems": 1, "misconfig_name": "Windows firewall disabled/ No third-party firewall present", "solution": "no fix available", "reboot_required": "not required", "post_deployment_issues": "No Impact", "undo_supported": false, "category": "Windows Firewall", "misconfigid": "4", "potential_impact": false }, { "severity": "Critical", "os_platform": "Windows", "fix_availability": "not available", "description": "BitLocker is a full disk encryption feature included in Microsoft Windows versions starting with Windows Vista. It is designed to protect data by providing encryption for entire volumes. In many cases, encryption of customer data is required by law. Resolution: It is advisable to enable bitlocker encryption to protect entire disk volumes.", "affected_systems": 1, "misconfig_name": "Bitlocker not enabled", "solution": "no fix available", "reboot_required": "not required", "post_deployment_issues": "No Impact", "undo_supported": false, "category": "BitLocker Encryption", "misconfigid": "6", "potential_impact": false } ] }, "status": "success" }
