Hostname
member.compuserve.com
Last fetched
member.compuserve.com resolves to 4 IPv4 addresses operated by YAHOO-SWB - Yahoo Holdings Inc. in US.
Nutrition Label
Resolution chain
member.compuserve.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 69.147.80.12 | 69.147.80.0/24 | AS393245 | YAHOO-SWB - Yahoo Holdings Inc. | US |
| 69.147.80.15 | 69.147.80.0/24 | AS393245 | YAHOO-SWB - Yahoo Holdings Inc. | US |
| 69.147.88.7 | 69.147.88.0/24 | AS36088 | YAHOO-BCST-AC2 - Yahoo Holdings Inc. | US |
| 69.147.88.8 | 69.147.88.0/24 | AS36088 | YAHOO-BCST-AC2 - Yahoo Holdings Inc. | US |
WHOIS identity
No WHOIS records are currently associated with member.compuserve.com in WhisperGraph.
Subdomains
1 observed subdomain of member.compuserve.com.
| Subdomain |
|---|
| oidc.member.compuserve.com |
Web-graph footprint
Distinct hostnames that link to or from member.compuserve.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from member.compuserve.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "member.compuserve.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.