Skip to content

Hostname

oc-preview.dev.eltern.de

Last fetched

oc-preview.dev.eltern.de resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in CL.

Nutrition Label

WHISPER CANON · oc-preview.dev.eltern.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/oc-preview.dev.eltern.de

Resolution chain

oc-preview.dev.eltern.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.222.237.20923.222.237.0/24AS20940AKAMAI-ASN1CL
23.222.237.21023.222.237.0/24AS20940AKAMAI-ASN1CL
61.111.58.18061.111.0.0/18AS3786LGDACOM LG DACOM CorporationKR
61.111.58.20861.111.0.0/18AS3786LGDACOM LG DACOM CorporationKR

WHOIS identity

No WHOIS records are currently associated with oc-preview.dev.eltern.de in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from oc-preview.dev.eltern.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "oc-preview.dev.eltern.de"})-[: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.