IP Intelligence
2606:4700:3108::ac42:2ad2
No major threat signals detected for this IP address.
Low Risk
IPv6PublicUnited States
Datacenter
Threat Score
5/100
Low Risk
No elevated IP-risk signals observed
Risk Score
5/100
low risk
Location
United States
United States
Network
Unknown
no ASN data
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv6
Type
PublicRisk Level
Low RiskResponse
1340ms
Server Location
Geographic location data
Country
United States
US
Continent
North America
EU Member
NoSecurity Intelligence
Threat analysis and reputation
Threat Score
5/100
Low risk — no elevated IP-risk signals observed
Connection:Cloudcloudflare
Detection Flags
VPNNo
ProxyNo
DatacenterYes
MobileNo
BogonNo
Tor ExitNo
Blacklist Status
Clean0/15 listed
0/100
CriticalHigh-confidence lists
Barracuda RBLIPv6 is not supported by this DNSBL
N/ASpamCop BLIPv6 is not supported by this DNSBL
N/ADroneBLIPv6 is not supported by this DNSBL
N/AUCEPROTECT Level 1IPv6 is not supported by this DNSBL
N/AImportantReliable lists
UCEPROTECT Level 2IPv6 is not supported by this DNSBL
N/APSBLIPv6 is not supported by this DNSBL
N/ABackscattererIPv6 is not supported by this DNSBL
N/ASupplementaryAdditional coverage
Mailspike BLIPv6 is not supported by this DNSBL
N/AMailspike ZIPv6 is not supported by this DNSBL
N/AJustSpamIPv6 is not supported by this DNSBL
N/ATruncateIPv6 is not supported by this DNSBL
N/ASpamRATS DynaIPv6 is not supported by this DNSBL
N/ASpamRATS NoPtrIPv6 is not supported by this DNSBL
N/ASpamRATS SpamIPv6 is not supported by this DNSBL
N/AWPBLIPv6 is not supported by this DNSBL
N/ARisk Factors
no reverse dns
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
2606:4700:3108::ac42:2ad2
Registry (RIR)
UNKNOWN
Queried 9/20/2026, 5:05:15 PM · 1340ms
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: "2606:4700:3108::ac42:2ad2" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/2606:4700:3108::ac42:2ad2 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "2606:4700:3108::ac42:2ad2",
"version": 6,
"type": "public",
"hostname": null,
"asn": null,
"queryTimeMs": 1340,
"queriedAt": "2026-09-20T17:05:15.984Z"
}
}