Hostname
whiffcraft.ca
Last fetched
whiffcraft.ca resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:10850365 canada ltd. as the registrar.
Nutrition Label
Resolution chain
whiffcraft.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.52.108 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.198.48 | 172.67.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:10850365 canada ltd.
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of whiffcraft.ca.
| Subdomain |
|---|
| www.whiffcraft.ca |
Web-graph footprint
Distinct hostnames that link to or from whiffcraft.ca in the public web crawl.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for whiffcraft.ca.
| Mechanism | Target |
|---|---|
| SPF_A | server28.hostwhitelabel.com |
| SPF_A | whiffcraft.ca |
| SPF_IP | 104.152.168.128 |
| SPF_IP | 104.152.168.28 |
| SPF_IP | 192.206.54.128 |
| SPF_MX | whiffcraft.ca |
Related pages
Pivot deeper into the graph from whiffcraft.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "whiffcraft.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.