post https://api.prembly.com/radar/api/v1/onboarding-screening/email-intelligence
The Email Intelligence endpoint is a tool used to validate and verify email addresses. It uses a series of checks and algorithms to determine the validity of an email address and assesses the risk associated with it.
The endpoint can provide information such as whether the email address is deliverable, whether it is a known spam address, whether it is associated with fraudulent activity, and more.
This tool is essential for companies looking to ensure the accuracy and quality of their email lists and protect themselves from potential scams and fraudulent activities.
Data Collection:
The following data points are collected during user onboarding:
- Email Address (mandatory)
Response Attributes
Attribute | Description | Response Type | Meaning |
---|---|---|---|
The email address being screened. | String | The complete email address (e.g., [email protected]). | |
reputation | The overall risk assessment of the email address. | String | This could be a score (e.g., low, medium, high) or a descriptive term indicating the overall risk level. |
suspicious | Whether the email address is flagged as potentially risky. | Boolean (True/False) | True indicates the email might be associated with suspicious activity. False indicates no red flags were found. |
references | The number of times the email address has been encountered in the screening system's data. | Integer | A higher number of references might indicate a more established email address. |
blacklisted | Whether the email address is on a known blacklist of malicious actors. | Boolean (True/False) | True indicates the email is blacklisted. False indicates it's not on a blacklist. |
malicious_activity | Whether the email address has been linked to malicious activity in the past | Boolean (True/False) | True indicates the email has been associated with malicious activity. False indicates no evidence of malicious activity was found. |
malicious_activity_recent | Whether the email address has been linked to recent malicious activity. | Boolean (True/False) | True indicates the email has been associated with recent malicious activity. False indicates no recent malicious activity was found. |
credentials_leaked | Whether the email address has been exposed in a data breach. | Boolean (True/False) | True indicates the email was potentially compromised in a data breach. False indicates no evidence of exposure was found. |
credentials_leaked_recent | Whether the email address has been involved in any data breach. | Boolean (True/False) | True indicates the email might have been involved in a data breach (may not be recent). False indicates no evidence of involvement in a data breach. |
first_seen | The first date the email address was encountered in the screening system. | Date | The date the email address was first seen during screening processes. |
last_seen | The last date the email address was encountered in the screening system. | Date | The most recent date the email address was seen during screening processes. |
domain_exists | Whether the domain associated with the email address (e.g., gmail.com for [email protected]) is a registered domain. | Boolean (True/False) | True indicates the domain exists. False indicates the domain might not be a valid domain. |
domain_reputation | The overall risk assessment of the domain associated with the email address. | String | Similar to the email reputation, this could be a score or a descriptive term indicating the domain's risk level. |
new_domain | Whether the domain associated with the email address is a recently registered domain. | Boolean (True/False) | True indicates the domain is newly registered. False indicates the domain has been around for a while. |
days_since_domain_creation | The number of days since the domain associated with the email address was registered. | Integer | This value can be used to assess the legitimacy of the domain. Newer domains might be more susceptible to misuse. |
suspicious_tld | Whether the top-level domain (TLD) associated with the email address (e.g., .com, .org) is considered suspicious. | Boolean (True/False) | True indicates the TLD is often used for spam or malicious purposes. False indicates the TLD is commonly used for legitimate purposes. |
spam | Whether the email address is flagged as likely to be used for sending spam. | Boolean (True/False) | True indicates the email might be used for sending spam. False indicates it's less likely to be used for spam. |