Get a fraudulent domain finding of a company.
Fraudulent domains and subdomains are used to run phishing campaigns by attackers. In order to do this, the attackers first register a domain with a name similar to the target company's domain name. Black Kite searches the internet, detects fraudulent websites by calculating the Levenshtein distance, radial distance, and runs a sophisticated machine learning algorithm to classify a domain as a fraudulent domain. 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 company that includes finding.
The id of the target finding.
Response
Success
Example response
{
"FindingId": 2590965999,
"Domain": "acmeinc.com",
"FraudulentDomain": "acmeinc_fraud.com",
"Severity": "Medium",
"Status": "Active",
"FindingDate": "2021-08-09T08:30:30.682Z",
"LastCheckDate": "2021-08-09T08:30:30.682Z",
"ControlId": "FRADOM-001",
"Whois": {
"Email": "admin@acmeinc.com",
"Registrar": "MarkMonitor Inc.",
"Registrant": "Acme, Inc MV",
"Country": "Canada"
},
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z",
"IsRsiFinding": true
}