Hostname
poseidon.ops.corp.yahoo.com
Last fetched
poseidon.ops.corp.yahoo.com resolves to 8 IPv4 addresses operated by AS34010 in CH.
Nutrition Label
Resolution chain
poseidon.ops.corp.yahoo.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.125.76.206 | 188.125.76.0/22 | AS34010 | — | CH |
| 188.125.76.207 | 188.125.76.0/22 | AS34010 | — | CH |
| 188.125.78.11 | 188.125.76.0/22 | AS34010 | — | CH |
| 188.125.78.12 | 188.125.76.0/22 | AS34010 | — | CH |
| 98.139.254.114 | 98.139.128.0/17 | AS26101 | YAHOO-BF1 - Yahoo Holdings Inc. | US |
| 98.139.254.115 | 98.139.128.0/17 | AS26101 | YAHOO-BF1 - Yahoo Holdings Inc. | US |
| 98.139.254.116 | 98.139.128.0/17 | AS26101 | YAHOO-BF1 - Yahoo Holdings Inc. | US |
| 98.139.254.117 | 98.139.128.0/17 | AS26101 | YAHOO-BF1 - Yahoo Holdings Inc. | US |
WHOIS identity
No WHOIS records are currently associated with poseidon.ops.corp.yahoo.com in WhisperGraph.
Subdomains
2 observed subdomains of poseidon.ops.corp.yahoo.com.
| Subdomain |
|---|
| api.poseidon.ops.corp.yahoo.com |
Showing 1 of 2. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from poseidon.ops.corp.yahoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "poseidon.ops.corp.yahoo.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.