Hostname
rawdon.ca
Last fetched
rawdon.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:a.r.c. informatique inc. as the registrar.
Nutrition Label
Resolution chain
rawdon.ca has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:a.r.c. informatique inc.
- Organization
- municipalite de rawdon
- Contact emails
Subdomains
8 observed subdomains of rawdon.ca.
Web-graph footprint
Distinct hostnames that link to or from rawdon.ca in the public web crawl.
116 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for rawdon.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf2.rawdon.ca |
| SPF_IP | 107.161.12.126/32 |
| SPF_IP | 108.163.165.106/32 |
| SPF_IP | 149.56.226.4/30 |
| SPF_IP | 167.114.208.220/32 |
| SPF_IP | 207.253.186.49/32 |
| SPF_IP | 51.68.39.169/32 |
| SPF_IP | 54.39.18.146/32 |
| SPF_IP | 67.223.158.0/24 |
| SPF_MX | rawdon.ca |
Related pages
Pivot deeper into the graph from rawdon.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rawdon.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.