IP Intelligence
74.125.29.100
No major threat signals detected for this IP address. Hosted in 94043, 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
94043
United States
Network
AS15169
GOOGLE - Google LLC, US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
500ms
Server Location
Geographic location data
Country
United States
US
City
94043
Continent
North America
ISP
Google LLC
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.100
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.0.0/16
Network Name
Handle
NET-74-125-0-0-1
Registry (RIR)
ARIN(North America)
Registration Dates
Registered
Mar 13, 2007
Last Updated
Feb 24, 2012
Contacts
Organization
Google LLC
1600 Amphitheatre Parkway, Mountain View, CA, 94043, United States
Abuse Contact
Queried 9/20/2026, 9:30:12 PM · 500ms
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.100" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/74.125.29.100 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "74.125.29.100",
"version": 4,
"type": "public",
"hostname": "hx-in-f100.1e100.net",
"asn": {
"number": 15169,
"organization": "GOOGLE - Google LLC, US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 500,
"queriedAt": "2026-09-20T21:30:12.568Z"
}
}