List Scan Result for Each Host

This section describes the API information to view the List Scan Result for Each Host.

The information required to view the Scan Result for each Host is organized into the following tabs:

Scan Result of Each Host API Information

Requirement Types

Details

API URL

https://csi7.secunia.com/csi/api/?&uid=<xyz>&action=<xyz>&which=<xyz>&_dc=<xyz>&start=<xyz>&limit=<xyz>&sort=<xyz>&dir=<xyz>&eol=<xyz>&patched=<xyz>&insecure=<xyz>&device_id=<xyz>&sorters=product_name=<xyz> 

Note:The value for <XYZ> in the above API is defined in the Parameters section.

Parameters

uid = UID Value taken from successful login see How to Obtain the Token .
action = hosts
which = get_host_scan_results
start: 0
limit: 27
sort: product_name
dir: ASC
eol: true
patched: true
insecure: true
device_id: 1287
sorters: product_name=ASC

Note:These parameters have to be entered in the <XYZ> of above API respectively.

Methods

GET

Sample JSON Response

"success":true,"error_code":0,"data":[{"product_id":"62259","product_name":"7-zip 19.x","version":"19.0.0.0","state":"Secure","vuln_id":"-","vuln_title":"-","vuln_criticality":"-","vuln_threat_score":"","vuln_create_date":"-","vuln_count":"-","vuln_cvss_score":"","vuln_cvss3_score":"","vuln_cvss_score_all":"","path":"C:\\Program Files (x86)\\7-Zip\\7z.exe","vendor_name":"","direct_download":"","secure_version":"","missing_ms_kb":"","soft_type":"2","vpm_id":""},{"product_id":"62259","product_name":"7-zip 19.x","version":"19.0.0.0","state":"Secure","vuln_id":"-","vuln_title":"-","vuln_criticality":"-","vuln_threat_score":"","vuln_create_date":"-","vuln_count":"-","vuln_cvss_score":"","vuln_cvss3_score":"","vuln_cvss_score_all":"","path":"C:\\Program Files\\7-Zip\\7z.exe","vendor_name":"","direct_download":"","secure_version":"","missing_ms_kb":"","soft_type":"2","vpm_id":"8"},{"product_id":"56678","product_name":"Adobe Brackets 1.x","version":"1.14.0.0","state":"Secure","vuln_id":"-","vuln_title":"-","vuln_criticality":"-","vuln_threat_score":"","vuln_create_date":"-","vuln_count":"-","vuln_cvss_score":"","vuln_cvss3_score":"","vuln_cvss_score_all":"","path":"C:\\Program Files (x86)\\Brackets\\Brackets.exe",...

Received Information

Application Name, Version, State, SAID, Criticality, CVSS Base Score, Threat Score, etc.