IP Intelligence
8.8.8.8
No major threat signals detected for this IP address. Hosted in United States on AS15169 (GOOGLE - Google LLC, US).
Threat Score
Low Risk
IP appears safe
Risk Score
0/100
low risk
Location
United States
United States
Network
AS15169
GOOGLE - Google LLC, US
Blacklists
0/23
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
847ms
Server Location
Geographic location data
Country
United States
US
Continent
North America
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS15169
Organization
GOOGLE - Google LLC, US
Country
US
Registry
arin
Allocated
2023-12-28
Network Ownership Chain
flowchart LR A["ARIN\nRegistry"] --> B["GOOGLE - Google LLC, US"] B --> C["AS15169\nAutonomous System"] C --> D["8.8.8.0/24\nNetwork Block"] D --> E["8.8.8.8\nThis IP"]
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — IP appears safe
Detection Flags
Blacklist Status
0/100
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
8.8.8.8
Registry (RIR)
UNKNOWN
Queried 8/12/2026, 9:52:27 PM · 847ms
REST API
Get comprehensive IP intelligence via API — geolocation, threat analysis, ASN data, and WHOIS.
import { RequestGuard } from "@requestguard/js";
const rg = new RequestGuard({ apiKey: "your-api-key" });
const result = await rg.ip.lookup("8.8.8.8");
console.log(result.geolocation.country);
console.log(result.intelligence.threatLevel);curl -X GET https://api.requestguard.com/api/v1/ip/8.8.8.8 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "8.8.8.8",
"version": 4,
"type": "public",
"hostname": "dns.google",
"asn": {
"number": 15169,
"organization": "GOOGLE - Google LLC, US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 847,
"queriedAt": "2026-08-12T21:52:27.922Z"
}
}