Findings
Get a attack surface finding of a company.
Attack surface is the technical analysis of open critical ports, out-of-date services, application weaknesses, SSL/TLS strength, and any misconfigurations. This information is gathered from Censys and Shodan databases and service/application versions are correlated with other subcategories' results. This category has 4% effect on total scan score.<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.
get/api/v2/companies/{id}/findings/attacksurface/{findingId}
Path parameters
idinteger required
The id of the company that includes finding.
findingIdinteger required
The id of the target finding.
Response
Success
Example response
{
"FindingId": 2590965999,
"IPAddress": "192.168.1.1",
"Severity": "Medium",
"Status": "Active",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"ControlId": "FRADOM-001",
"Domains": [
"data.acmeinc.com"
],
"Protocols": [
"http"
],
"Risk": "Application Weakness(es): <br/> ...",
"FindingDate": "2021-08-09T08:30:30.682Z",
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z"
}