IP Intelligence
2.21.22.50
No major threat signals detected for this IP address. Hosted in Netherlands on AS20940 (AKAMAI-ASN1 - Akamai International B.V., NL).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
0/100
low risk
Location
Netherlands
Netherlands
Network
AS20940
AKAMAI-ASN1 - Akamai International B.V., NL
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
2718ms
Server Location
Geographic location data
Country
Netherlands
NL
Continent
Europe
EU Member
YesNetwork Information
Autonomous System and ISP details
ASN
AS20940
Organization
AKAMAI-ASN1 - Akamai International B.V., NL
Country
NL
Registry
ripencc
Allocated
2010-09-10
Network Ownership Chain
- RegistryRIPENCC
- OrganizationAKAMAI-ASN1 - Akamai International B.V., NL
- Autonomous systemAS20940
- Network block2.21.22.0/24
- IP address2.21.22.50
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — no elevated IP-risk signals observed
Detection Flags
Blacklist Status
0/100
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
2.21.16.0/20
Network Name
AKAMAI-PA
Handle
2.21.16.0 - 2.21.31.255
Registry (RIR)
RIPE NCC
Description
Akamai Technologies
Registration Dates
Registered
Mar 28, 2011
Last Updated
Mar 28, 2011
Contacts
Organization
AKAM1-RIPE-MNT
Abuse Contact
Abuse-C Role
abuse@akamai.comQueried 9/21/2026, 11:23:10 PM · 2718ms
REST API
Get comprehensive IP intelligence via API — geolocation, threat analysis, ASN data, and WHOIS.
import RequestGuard from "@requestguard/js";
const rg = RequestGuard({ apiKey: "YOUR_API_KEY" });
const result = await rg.connection({ ip: "2.21.22.50" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/2.21.22.50 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "2.21.22.50",
"version": 4,
"type": "public",
"hostname": "a2-21-22-50.deploy.static.akamaitechnologies.com",
"asn": {
"number": 20940,
"organization": "AKAMAI-ASN1 - Akamai International B.V., NL",
"country": "NL",
"registry": "ripencc"
},
"queryTimeMs": 2718,
"queriedAt": "2026-09-21T23:23:10.500Z"
}
}