Skip to content

Hostname

api.libra.ops.corp.yahoo.com

Last fetched

api.libra.ops.corp.yahoo.com resolves to 12 IPv4 addresses operated by AS34010 in CH.

Nutrition Label

WHISPER CANON · api.libra.ops.corp.yahoo.comRouting diversity3.0/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api.libra.ops.corp.yahoo.com

Resolution chain

api.libra.ops.corp.yahoo.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
188.125.76.206188.125.76.0/22AS34010CH
188.125.76.207188.125.76.0/22AS34010CH
188.125.78.11188.125.76.0/22AS34010CH
188.125.78.12188.125.76.0/22AS34010CH
98.136.206.19298.136.200.0/21AS36647YAHOO-GQ1 - Yahoo Holdings Inc.US
98.136.206.19398.136.200.0/21AS36647YAHOO-GQ1 - Yahoo Holdings Inc.US
98.136.206.19498.136.200.0/21AS36647YAHOO-GQ1 - Yahoo Holdings Inc.US
98.136.206.19598.136.200.0/21AS36647YAHOO-GQ1 - Yahoo Holdings Inc.US
98.139.254.11498.139.128.0/17AS26101YAHOO-BF1 - Yahoo Holdings Inc.US
98.139.254.11598.139.128.0/17AS26101YAHOO-BF1 - Yahoo Holdings Inc.US
98.139.254.11698.139.128.0/17AS26101YAHOO-BF1 - Yahoo Holdings Inc.US
98.139.254.11798.139.128.0/17AS26101YAHOO-BF1 - Yahoo Holdings Inc.US

WHOIS identity

No WHOIS records are currently associated with api.libra.ops.corp.yahoo.com in WhisperGraph.

Subdomains

1 observed subdomain of api.libra.ops.corp.yahoo.com.

Threat posture

History

Related pages

Pivot deeper into the graph from api.libra.ops.corp.yahoo.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "api.libra.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.