Skip to content

Hostname

audreysart.ca

Last fetched

audreysart.ca resolves to 2 IPv4 addresses operated by AS852 in CA.

Nutrition Label

WHISPER CANON · audreysart.caRouting diversity1.5/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/audreysart.ca

Resolution chain

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

IPPrefixASNOperatorCountry
65.7.2.8265.7.0.0/18AS852CA
65.7.2.8465.7.0.0/18AS852CA

WHOIS identity

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

Subdomains

8 observed subdomains of audreysart.ca.

Threat posture

History

Mail and authentication

MX records

  • audreysart.ca

SPF policy

5 SPF mechanisms authorising senders for audreysart.ca.

MechanismTarget
SPF_Aaudreysart.ca
SPF_IP65.7.2.82
SPF_IP65.7.2.84
SPF_IP67.227.226.204
SPF_MXaudreysart.ca

Related pages

Pivot deeper into the graph from audreysart.ca.

Cypher and MCP

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

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