Findings
Get a DDos resiliency finding of a company.
DDOS Resiliency category presents the result of 15 different potential DDoS checks and detects any potential DrDoS amplification endpoints. The data is collected from non-intrusive scanners and other internet-wide scanners. 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/ddosresiliency/{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,
"Domain": "acmeinc.com",
"Severity": "Medium",
"Status": "Active",
"FindingDate": "2021-08-09T08:30:30.682Z",
"LastCheckDate": "2021-08-09T08:30:30.682Z",
"ControlId": "FRADOM-001",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"Output": "Failed",
"Title": "X-Content-Type-Options HTTP Header",
"Detail": "X-Content-Type-Options header not found",
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z"
}