post https://api.prembly.com/radar/api/v1/onboarding-screening/ip-intelligence
IP Intelligence Verification endpoint is a security solution that helps in verifying the authenticity and credibility of the IP addresses accessing a website or online service.
The endpoint can help protect against various types of cyber threats, including fraud, spam, hacking, and other malicious activities. It is an essential tool for online businesses and organizations that rely on the internet to conduct their operations.
Data Collection:
The following data points are collected during user onboarding:
- IP (mandatory)
Response Attributes
Attribute | Description | Response Type | Meaning |
---|---|---|---|
continent | Continent of the IP address. | String | Example: Africa, Asia, etc. |
country | Country of the IP address. | String | Example: Nigeria, United States, etc. |
iso_alpha2 | Two-letter ISO code of the country of the IP address. | String | Example: NG for Nigeria, US for United States. |
city | City of the IP address (may not be available for all IPs). | String | Example: Lagos, London, etc. |
locality_name | Locality name of the IP address (more specific than city, may not be available for all IPs). | String | Example: Ikeja, Brooklyn, etc. |
principal_subdivision | Principal subdivision of the IP address (e.g., state, province). | String | Example: Lagos State, California, etc. |
iso_principal_subdivision | ISO code of the principal subdivision of the IP address. | String | Example: NG-LA for Lagos State, US-CA for California (format may vary). |
iso_principal_subdivision_code | ISO code of the principal subdivision of the IP address concatenated with the country code. | String | Example: NG_LA for Lagos State, US_CA for California (format may vary). |
latitude | Latitude of the IP address. | Float | Geographic coordinate representing north-south position. |
longitude | Longitude of the IP address. | Float | Geographic coordinate representing east-west position. |
un_region | UN region of the IP address (e.g., Developed Europe, Latin America and the Caribbean). | String | Example: Sub-Saharan Africa, Northern Europe, etc. |
registry | Regional Internet Registry (RIR) that registered the IP address. | String | Example: AfriNIC, ARIN, etc. |
registry_status | Status of the IP address registration (e.g., assigned, reserved). | String | Example: Assigned, Temporarily Assigned, etc. |
registered_country | Country where the IP address is registered (may differ from actual location). | String | Example: Country where the RIR is located. |
is_reachable_globally | Whether the IP address is reachable from the global internet. | Boolean (True/False) | True indicates globally reachable, False indicates not reachable globally (e.g., private network). |
is_web_proxy | Whether the IP address is a web proxy server. | Boolean (True/False) | True indicates a web proxy, False indicates not a web proxy. |
is_tor | Whether the IP address is a Tor exit node. | Boolean (True/False) | True indicates a Tor exit node, False indicates not a Tor exit node. |
is_vpn | Whether the IP address is a VPN endpoint. | Boolean (True/False) | True indicates a VPN endpoint, False indicates not a VPN endpoint.pen_spark |
is_blacklisted_uce_protect | Whether the IP address is blacklisted by UCE Protect (anti-spam organization). | Boolean (True/False) | True indicates blacklisted by UCE Protect, False indicates not blacklisted. |
is_blacklisted_blocklist_de | Whether the IP address is blacklisted by Blocklist DE (German blocklist). | Boolean (True/False) | True indicates blacklisted by Blocklist DE, False indicates not blacklisted. |
is_spamhaus_drop | Whether the IP address is blacklisted by Spamhaus Drop (anti-spam blocklist). | Boolean (True/False) | True indicates blacklisted by Spamhaus Drop, False indicates not blacklisted. |
is_spamhaus_edrop | Whether the IP address is blacklisted by Spamhaus EDrop (more aggressive Spamhaus list). | Boolean (True/False) | True indicates blacklisted by Spamhaus EDrop, False indicates not blacklisted. |
is_known_as_mail_server | Whether the IP address is known to be a mail server. | Boolean (True/False) | True indicates known mail server, False indicates not a known mail server. |
is_known_as_public_router | Whether the IP address is known to be a public router. | Boolean (True/False) | True indicates known public router, False indicates not a known public router. |