IP Intelligence
98.137.11.164
No major threat signals detected for this IP address. Hosted in 10003-9558, 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
10003-9558
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
1410ms
Server Location
Geographic location data
Country
United States
US
City
10003-9558
Continent
North America
ISP
Yahoo Holdings Inc.
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.164
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.136.0.0/14
Network Name
A-YAHOO-US9
Handle
NET-98-136-0-0-1
Registry (RIR)
ARIN(North America)
Registration Dates
Registered
Dec 7, 2007
Last Updated
May 1, 2019
Contacts
Organization
Yahoo Holdings Inc.
770 BROADWAY FL 9, New York, NY, 10003-9558, United States
Abuse Contact
Queried 9/22/2026, 9:55:46 PM · 1410ms
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.164" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/98.137.11.164 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "98.137.11.164",
"version": 4,
"type": "public",
"hostname": "media-router-fp73.prod.media.vip.gq1.yahoo.com",
"asn": {
"number": 36647,
"organization": "YAHOO-GQ1 - Yahoo Holdings Inc., US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 1410,
"queriedAt": "2026-09-22T21:55:46.996Z"
}
}