Findings
Get a fraudulent application of a company.
Fraudulent or pirate mobile or desktop applications are used to hack or phish employee or customer data. Possible fraudulent or pirate mobile or desktop apps on Google Play, App Store and pirate app stores are provided. This category has 3% 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/fraudulentapps/{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",
"ControlId": "FRADOM-001",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"FindingDate": "2021-08-09T08:30:30.682Z",
"LastCheckDate": "2021-08-09T08:30:30.682Z",
"Source": "Pirate Mobile Apps (iOS)",
"Package": "promotora medica",
"ScreenshotUrl": "https://image.normshield.com/api/v1/ss?f=2018_05_31_b64735ed3c444499b779f59a041101a5.png",
"FindingTitle": "X-Content-Type-Options HTTP Header",
"ApplicationUrl": "https://acmeinc.en.aptoide.com/",
"Detail": "X-Content-Type-Options header not found",
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z"
}