The Email Domain Guard consists of multiple checkers and a risk scoring feature. Each of the checkers analyzes a specific aspect of the given email address, the assessment via the checkers is then combined in terms of a multifactor analysis to a risk score. Available checkers:
OK
Bad request
Unauthorized
Internal server error
{- "email": "developer-portal@cdq.com"
}
{- "email": "developer-portal@cdq.com",
- "summary": {
- "isBreachedDomain": false,
- "isBreachedEmail": false,
- "isDisposable": false,
- "isBlacklisted": false,
- "isPublicWhois": true,
- "isSharedEmail": false,
- "isValidFormat": true,
- "isFreemail": false,
- "isRoleBased": false,
- "isFraudCaseDetected": false
}, - "status": {
- "code": 200,
- "technicalKey": "OK",
- "details": [
- {
- "id": 200000000,
- "message": "Successful request.",
- "technicalKey": "DEFAULT_OK",
- "jsonRecord": { }
}, - {
- "id": 200600005,
- "message": "Domain age is older than 1095 days.",
- "technicalKey": "EMAIL_DOMAIN_OLDER_THAN",
- "jsonRecord": { }
}
]
}, - "risk": {
- "score": 0,
- "classification": {
- "name": "Very low risk",
- "technicalKey": "VERY_LOW_RISK"
}
}, - "format": {
- "isValidFormat": true,
- "parts": {
- "localPart": "developer-portal",
- "topLevelDomain": "com",
- "baseDomain": "cdq",
- "domain": "cdq.com"
}
}, - "domain": {
- "isValidDomain": true
}, - "sharing": {
- "isSharedEmail": false,
- "subscribers": 0
}, - "role": {
- "isRoleBased": false
}, - "freemail": {
- "isFreemail": false
}, - "disposable": {
- "isDisposable": false
}, - "whois": {
- "isPublicWhois": true,
- "entry": {
- "dates": {
- "creationDate": "1996-12-14T05:00:00",
- "updatedDate": "2024-11-08T23:48:45",
- "ageInDays": 10349,
- "ageInYears": 28.353424657534248
}, - "registrar": {
- "name": "Amazon Registrar, Inc.",
- "email": "trustandsafety@support.aws.com"
}
}
}, - "dnsBlacklist": {
- "isDnsBlacklisted": false,
- "dnsBlacklists": [ ]
}, - "breaches": {
- "isBreachedEmail": false,
- "isBreachedDomain": false
}, - "fraudCases": {
- "isFraudCaseDetected": false,
- "fraudCasesCount": 0
}
}