IP Intelligence
98.137.11.163
No major threat signals detected for this IP address. Hosted in United States on AS36647 (YAHOO-GQ1 - Yahoo Holdings Inc., US).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
0/100
low risk
Location
United States
United States
Network
AS36647
YAHOO-GQ1 - Yahoo Holdings Inc., US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
1786ms
Server Location
Geographic location data
Country
United States
US
Continent
North America
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS36647
Organization
YAHOO-GQ1 - Yahoo Holdings Inc., US
Country
US
Registry
arin
Allocated
2007-12-07
Network Ownership Chain
- RegistryARIN
- OrganizationYAHOO-GQ1 - Yahoo Holdings Inc., US
- Autonomous systemAS36647
- Network block98.137.11.0/24
- IP address98.137.11.163
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
98.137.11.163
Registry (RIR)
UNKNOWN
Queried 9/21/2026, 8:22:48 PM · 1786ms
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: "98.137.11.163" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/98.137.11.163 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "98.137.11.163",
"version": 4,
"type": "public",
"hostname": "media-router-fp74.prod.media.vip.gq1.yahoo.com",
"asn": {
"number": 36647,
"organization": "YAHOO-GQ1 - Yahoo Holdings Inc., US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 1786,
"queriedAt": "2026-09-21T20:22:48.095Z"
}
}