IP Intelligence
::
No major threat signals detected for this IP address.
Low Risk
IPv6Public
Threat Score
5/100
Low Risk
No elevated IP-risk signals observed
Risk Score
5/100
low risk
Location
Network
Unknown
no ASN data
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv6
Type
PublicRisk Level
Low RiskResponse
4656ms
Server Location
Geographic location data
EU Member
NoSecurity Intelligence
Threat analysis and reputation
Threat Score
5/100
Low risk — no elevated IP-risk signals observed
Connection:Residential
Detection Flags
VPNNo
ProxyNo
DatacenterNo
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
::
Registry (RIR)
UNKNOWN
Queried 9/20/2026, 8:46:07 PM · 4656ms
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: "::" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/:: \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "::",
"version": 6,
"type": "public",
"hostname": null,
"asn": null,
"queryTimeMs": 4656,
"queriedAt": "2026-09-20T20:46:07.077Z"
}
}