IP Intelligence
23.10.249.67
No major threat signals detected for this IP address. Hosted in 1097 JB, 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
1097 JB
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
1064ms
Server Location
Geographic location data
Country
Netherlands
NL
City
1097 JB
Continent
Europe
ISP
Akamai International, BV
EU Member
YesNetwork Information
Autonomous System and ISP details
ASN
AS20940
Organization
AKAMAI-ASN1 - Akamai International B.V., NL
Country
US
Registry
arin
Allocated
2010-12-17
Network Ownership Chain
- RegistryARIN
- OrganizationAKAMAI-ASN1 - Akamai International B.V., NL
- Autonomous systemAS20940
- Network block23.10.249.0/24
- IP address23.10.249.67
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
23.10.249.0/24
Network Name
AIBV
Handle
NET-23-10-249-0-1
Registry (RIR)
ARIN(North America)
Registration Dates
Registered
Jun 9, 2016
Last Updated
Jun 9, 2016
Contacts
Organization
Akamai International, BV
Prins Bernhardplein 200, Amsterdam, , 1097 JB, Netherlands
Abuse Contact
Queried 9/21/2026, 11:23:47 PM · 1064ms
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: "23.10.249.67" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/23.10.249.67 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "23.10.249.67",
"version": 4,
"type": "public",
"hostname": "a23-10-249-67.deploy.static.akamaitechnologies.com",
"asn": {
"number": 20940,
"organization": "AKAMAI-ASN1 - Akamai International B.V., NL",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 1064,
"queriedAt": "2026-09-21T23:23:47.115Z"
}
}