Findings
Get a credential management finding of a company.
There are 5+ billion hacked emails and passwords available on the internet and underground forums. This section shows the leaked or hacked emails and passwords that were discovered. This category has 9% 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/credentialmanagement/{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",
"EmailorUsername": "john.doe@acmeinc.com",
"Source": "PASTEBIN LEAKS",
"FindingDate": "2021-08-09T08:30:30.682Z",
"LastCheckDate": "2021-08-09T08:30:30.682Z",
"LeakDate": "2021-08-09T08:30:30.682Z",
"LeakName": "COMBOLIST 767",
"LeakInfo": "****",
"PasswordType": "HASH",
"ControlId": "FRADOM-001",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z",
"IsRsiFinding": true
}