Get a patch management finding of a company.
Company asset system versions are collected from internet-wide scanners like Censys, Shodan, Zoomeye etc. These version numbers are converted into the corresponding common platform enumeration number (CPE-ID) and are correlated with NIST NVD and MITRE CVSS databases to detect and approximate any unmitigated known vulnerabilities.<br/><br/> For storage optimization, the system <b>permanently</b> deletes all findings that haven't been detected by the Black Kite scanner for over a year. Findings with manually changed statuses or associated tickets are excluded.
Path parameters
The id of the company that includes finding.
The id of the target finding.
Query parameters
Comma separated field names to exclude from the response. Supported values are: Cpes and References. When a field is excluded, it will be returned as null. Unsupported field names are silently ignored.
Response
Success
Example response
{
"FindingId": 2590965999,
"Domain": "acmeinc.com",
"IPAddress": "192.168.1.1",
"Subdomain": "mysubdomain.acmeinc.com",
"Severity": "Medium",
"Status": "Active",
"ProductName": "openssl/1.1.1",
"PublishDate": "2021-08-09T08:30:30.682Z",
"FindingDate": "2021-08-09T08:30:30.682Z",
"LastCheckDate": "2021-08-09T08:30:30.682Z",
"ControlId": "FRADOM-001",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"CveId": "CVE-2019-15846",
"CweId": "CWE-119",
"Detail": "X-Content-Type-Options header not found",
"Title": "X-Content-Type-Options HTTP Header",
"References": [
"https://nvd.nist.gov/vuln/detail/CVE-2020-1971"
],
"Cpes": [
"cpe:/a:product:product:4.89:rc5"
],
"Epss": 0.25,
"Tags": [
{
"Id": 46,
"Name": "ScreenConnect"
}
],
"Output": "Failed",
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z",
"IsRsiFinding": true
}