List all social network findings of a company.
Hackers publicize their targets in underground forums or on the darkweb. Black Kite collects information from hundreds of darkweb forums, criminal sites, and hacktivist sites and filters the results for information pertaining to the company. This category has 5% 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.
Path parameters
The id of the target company.
Query parameters
The number of the page requested.
The number of result items in a single response.
Comma separated current status of this finding. Possible values are; Active, FalsePositive, Suppressed, Acknowledged and Deleted. When left out, all is implied.
Comma separated severity values of this finding. Possible values are; Info, Low, Medium, High and Critical. When left out, all is implied.
Response
Success
Example response
[
{
"FindingId": 2590965999,
"Domain": "acmeinc.com",
"Severity": "Medium",
"Status": "Active",
"ControlId": "FRADOM-001",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"FindingDate": "2021-08-09T08:30:30.682Z",
"LastCheckDate": "2021-08-09T08:30:30.682Z",
"FindingTitle": "X-Content-Type-Options HTTP Header",
"ScreenshotUrl": "https://image.normshield.com/api/v1/ss?f=2018_05_31_b64735ed3c444499b779f59a041101a5.png",
"ShareUrl": "https://acmeinc.slideshare.com/cvq134",
"Snippet": "... information is of a commercially sensitive nature or is deemed confidential ..."
}
]