Skip to content

Hostname

codepoet.org

Last fetched

codepoet.org resolves to 2 IPv4 addresses operated by HOSTWINDS - Hostwinds LLC. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · codepoet.orgRouting diversity2.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/codepoet.org

Resolution chain

codepoet.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.168.138.86104.168.128.0/17AS54290HOSTWINDS - Hostwinds LLC.US
76.8.234.16376.8.224.0/19AS11272TELEPAK-NETWORKS-INC - C Spire FiberUS

WHOIS identity

Registrar
iana:146
Organization
codepoet consulting
Contact emails

Subdomains

8 observed subdomains of codepoet.org.

Web-graph footprint

Distinct hostnames that link to or from codepoet.org in the public web crawl.

17 sites link to this hostname.

32 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • codepoet.org

SPF policy

3 SPF mechanisms authorising senders for codepoet.org.

MechanismTarget
SPF_Acodepoet.org
SPF_IP76.8.234.128/26
SPF_MXcodepoet.org

Related pages

Pivot deeper into the graph from codepoet.org.

Cypher and MCP

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

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