All Applicable Threats and Patches
This API provides the list of available threats and patches in all computers.
- Functionality
- Retrieve the list of computers that have details of vulnerabilities and patches.
- HTTP Method
- GET
- API URI
- /dcapi/threats/systemreport
- Scope
- DesktopCentralCloud.VulnerabilityMgmt.READ
- Filters
- resource_id={Numeric}:
Filters systems based on the resource ID provided. Refer to this page to fetch the resource id.
- Display preferences
- page={Numeric}:
Displays the content of the provided page number.
pageLimit={Numeric}:
Displays the provided number of computers per page.
Response Data
{ "metadata": { "pageLimit": 30, "totalRecords": "1", "totalPages": 1, "links": { "next": null, "prev": null }, "page": 1 }, "response_code": 200, "message_type": "systemreport", "message_response": { "systemreport": [ { "servermisconfigurations": [ { "updatedtime": "1704451505960", "hardening_status": "open", "filepath": "C:\\Program Files\\ManageEngine\\PatchConnectPlus", "hardeningid": "55" }, { "updatedtime": "1704451505960", "hardening_status": "open", "filepath": "C:\\Program Files\\ManageEngine\\PatchConnectPlus", "hardeningid": "111" } ], "systemmisconfigurations": [ { "updated_time": "1704451505976", "misconfig_status": "open", "misconfigid": "6", "global_gpo": "not applied" }, { "updated_time": "1704451505976", "misconfig_status": "open", "misconfigid": "7", "global_gpo": "not applied" } ], "resource_id": "304", "vulnerabilities": [ { "updatedtime": "1704365176820", "severity": "Moderate", "vulnerabilityid": "148376", "vulnerabilityname": "Vulnerabilities CVE-2022- 23181,CVE-2020-9484 are fixed in 20 January 2022 Fixed in Apache Tomcat 8.5.75", "vulnerability_status": "open" }, { "updatedtime": "1704365176820", "severity": "Important", "vulnerabilityid": "154557", "vulnerabilityname": "Vulnerabilities CVE-2022- 25762 are fixed in 28 February 2022 Fixed in Apache Tomcat 8.5.76", "vulnerability_status": "open" } ], "patches": [ { "severity": "Important", "patchname": "vcredist_x86_sp1.exe", "updated_time": "1704363395117", "update_type": "Security Updates", "patch_description": "Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update", "kb_number": "2565063", "vendor_name": "Microsoft", "installed_system_count": 1, "supercededby": "NA", "patch_released_time": "1307989800000", "patch_supported_time": "1307989800000", "patch_size": "8993744", "patchid": "12621", "patch_uninstall": "not supported", "bulletinid": "MS11-025", "approveduser_first_name": "DC-SYSTEM-USER", "reboot_required": "may require", "platform_name": "Windows", "download_status": "--", "missing_system_count": 0, "failed_system_count": 0, "patch_status": "approved" }, { "severity": "Important", "patchname": "vcredist_x64_sp1.exe", "updated_time": "1704363395117", "update_type": "Security Updates", "patch_description": "Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update", "kb_number": "2565063", "vendor_name": "Microsoft", "installed_system_count": 1, "supercededby": "NA", "patch_released_time": "1307989800000", "patch_supported_time": "1307989800000", "patch_size": "10274136", "patchid": "12622", "patch_uninstall": "not supported", "bulletinid": "MS11-025", "approveduser_first_name": "DC-SYSTEM-USER", "reboot_required": "may require", "platform_name": "Windows", "download_status": "--", "missing_system_count": 0, "failed_system_count": 0, "patch_status": "approved" } ] } ] }, "status": "success" }