IP Intelligence
172.66.41.46
No major threat signals detected for this IP address. Hosted in United States on AS13335 (CLOUDFLARENET - Cloudflare, Inc., US).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
5/100
low risk
Location
United States
United States
Network
AS13335
CLOUDFLARENET - Cloudflare, Inc., US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
1454ms
Server Location
Geographic location data
Country
United States
US
Continent
North America
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS13335
Organization
CLOUDFLARENET - Cloudflare, Inc., US
Country
US
Registry
arin
Allocated
2015-02-25
Network Ownership Chain
- RegistryARIN
- OrganizationCLOUDFLARENET - Cloudflare, Inc., US
- Autonomous systemAS13335
- Network block172.66.40.0/21
- IP address172.66.41.46
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — no elevated IP-risk signals observed
Detection Flags
Blacklist Status
0/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
172.66.41.46
Registry (RIR)
UNKNOWN
Queried 9/20/2026, 4:21:26 PM · 1454ms
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: "172.66.41.46" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/172.66.41.46 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "172.66.41.46",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 13335,
"organization": "CLOUDFLARENET - Cloudflare, Inc., US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 1454,
"queriedAt": "2026-09-20T16:21:26.673Z"
}
}