The API Feed is composed by Json information with the keys:
Id: big integer - ID of the domain name
Name: String - Domain name
Created: Datetime - Date of processed analysis for this record
Score: representing the confidence level of maliciousness of a given domain.
i.e.:
{
"Id": 272806910,
"Name": "thelawomanleaders.com",
"Created": "2024-07-02T00:02:10",
"Score": 1.0
}
Based on the API feed score the domains are classified in 4 categories.
- 0-0.49 Safe domains
- 0.5 Monitored domains
- 0.51-0.79 Suspicious domains
- >= 0.8 Malicious domains