Skip to content

Hostname

readme.md

Last fetched

readme.md resolves to 2 IPv4 addresses operated by AS198068 in EE.

Nutrition Label

WHISPER CANON · readme.mdRouting diversity2.4/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency6.7/10Resolver footprint5.6/10canon.whisper.security/host/readme.md

Resolution chain

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

WHOIS identity

Registrar
Organization
email: levindixon@gmail.com
Contact emails

Subdomains

2 observed subdomains of readme.md.

Web-graph footprint

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

709 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for readme.md.

MechanismTarget
SPF_Areadme.md
SPF_IP159.253.18.13
SPF_IP2a03:f480:1:6:0:0:0:30
SPF_IP46.36.217.39
SPF_MXreadme.md

Related pages

Pivot deeper into the graph from readme.md.

Cypher and MCP

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

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