IP Intelligence
34.128.128.0
No major threat signals detected for this IP address. Hosted in United States on AS396982 (GOOGLE-CLOUD-PLATFORM - Google LLC, US).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
0/100
low risk
Location
United States
United States
Network
AS396982
GOOGLE-CLOUD-PLATFORM - Google LLC, US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
978ms
Server Location
Geographic location data
Country
United States
US
Continent
North America
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS396982
Organization
GOOGLE-CLOUD-PLATFORM - Google LLC, US
Country
US
Registry
arin
Allocated
2021-01-08
Network Ownership Chain
- RegistryARIN
- OrganizationGOOGLE-CLOUD-PLATFORM - Google LLC, US
- Autonomous systemAS396982
- Network block34.128.128.0/17
- IP address34.128.128.0
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
34.128.128.0
Registry (RIR)
UNKNOWN
Queried 9/21/2026, 11:41:08 AM · 978ms
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: "34.128.128.0" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/34.128.128.0 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "34.128.128.0",
"version": 4,
"type": "public",
"hostname": "0.128.128.34.bc.googleusercontent.com",
"asn": {
"number": 396982,
"organization": "GOOGLE-CLOUD-PLATFORM - Google LLC, US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 978,
"queriedAt": "2026-09-21T11:41:08.401Z"
}
}