Skip to content

Hostname

opencode.md

Last fetched

opencode.md resolves to 1 IPv4 address operated by ALEXHOST in MD.

Nutrition Label

WHISPER CANON · opencode.mdRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/opencode.md

Resolution chain

opencode.md resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
176.123.2.39176.123.2.0/24AS200019ALEXHOSTMD

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from opencode.md in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • opencode.md

SPF policy

3 SPF mechanisms authorising senders for opencode.md.

MechanismTarget
SPF_Aopencode.md
SPF_IP176.123.0.210
SPF_MXopencode.md

Related pages

Pivot deeper into the graph from opencode.md.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "opencode.md"})-[: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.