IP Intelligence
74.125.29.138
No major threat signals detected for this IP address. Hosted in United States on AS15169 (GOOGLE - 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
AS15169
GOOGLE - Google LLC, US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
1222ms
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
2007-03-13
Network Ownership Chain
- RegistryARIN
- OrganizationGOOGLE - Google LLC, US
- Autonomous systemAS15169
- Network block74.125.29.0/24
- IP address74.125.29.138
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
74.125.29.138
Registry (RIR)
UNKNOWN
Queried 9/20/2026, 9:30:13 PM · 1222ms
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: "74.125.29.138" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/74.125.29.138 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "74.125.29.138",
"version": 4,
"type": "public",
"hostname": "qg-in-f138.1e100.net",
"asn": {
"number": 15169,
"organization": "GOOGLE - Google LLC, US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 1222,
"queriedAt": "2026-09-20T21:30:13.000Z"
}
}