Skip to content

Hostname

thegraves.ca

Last fetched

thegraves.ca resolves to 1 IPv4 address operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.

Nutrition Label

WHISPER CANON · thegraves.caRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/thegraves.ca

Resolution chain

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

IPPrefixASNOperatorCountry
70.40.220.10070.40.192.0/19AS46606UNIFIEDLAYER-AS-1 - Unified LayerUS

WHOIS identity

No WHOIS records are currently associated with thegraves.ca in WhisperGraph.

Subdomains

8 observed subdomains of thegraves.ca.

Threat posture

History

Mail and authentication

MX records

  • thegraves.ca

SPF policy

11 SPF mechanisms authorising senders for thegraves.ca.

MechanismTarget
SPF_Athegraves.ca
SPF_IP173.254.0.0/17
SPF_IP50.87.0.0/16
SPF_IP66.147.240.0/20
SPF_IP67.20.64.0/18
SPF_IP67.222.32.0/19
SPF_IP69.195.64.0/18
SPF_IP69.89.16.0/20
SPF_IP70.40.192.0/19
SPF_IP74.220.192.0/19
SPF_MXthegraves.ca

Related pages

Pivot deeper into the graph from thegraves.ca.

Cypher and MCP

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

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