IP Intelligence
74.6.143.26
No major threat signals detected for this IP address. Hosted in 10003-9558, United States on AS26101 (YAHOO-BF1 - 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
AS26101
YAHOO-BF1 - Yahoo Holdings Inc., US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
948ms
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
AS26101
Organization
YAHOO-BF1 - Yahoo Holdings Inc., US
Country
US
Registry
arin
Allocated
2006-02-13
Network Ownership Chain
- RegistryARIN
- OrganizationYAHOO-BF1 - Yahoo Holdings Inc., US
- Autonomous systemAS26101
- Network block74.6.143.0/24
- IP address74.6.143.26
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.6.0.0/16
Network Name
INKTOMI-BLK-6
Handle
NET-74-6-0-0-1
Registry (RIR)
ARIN(North America)
Registration Dates
Registered
Feb 13, 2006
Last Updated
Mar 22, 2019
Contacts
Organization
Yahoo Holdings Inc.
770 BROADWAY FL 9, New York, NY, 10003-9558, United States
Abuse Contact
Queried 9/21/2026, 7:56:40 PM · 948ms
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.6.143.26" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/74.6.143.26 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "74.6.143.26",
"version": 4,
"type": "public",
"hostname": "media-router-fp74.prod.media.vip.bf1.yahoo.com",
"asn": {
"number": 26101,
"organization": "YAHOO-BF1 - Yahoo Holdings Inc., US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 948,
"queriedAt": "2026-09-21T19:56:40.308Z"
}
}