Hostname
fizz.ca
Last fetched
fizz.ca resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
fizz.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.0.153 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.1.153 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.28.99 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.29.99 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- 1687734 ontario
- Contact emails
Subdomains
24 observed subdomains of fizz.ca.
Web-graph footprint
Distinct hostnames that link to or from fizz.ca in the public web crawl.
218 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for fizz.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | carmamail.com |
| SPF_INCLUDE | io.dimelo.com |
| SPF_INCLUDE | mail.fizz.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 184.107.113.0/24 |
| SPF_IP | 207.96.202.92/32 |
| SPF_IP | 207.96.202.93/32 |
| SPF_IP | 3.97.130.53/32 |
| SPF_IP | 3.97.76.38/32 |
| SPF_IP | 99.79.91.222/32 |
| SPF_MX | fizz.ca |
Related pages
Pivot deeper into the graph from fizz.ca.
- IP · 104.18.0.153
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:456
- Country · CA
- Email · dnsadmin@quebecormedia.com
- TLD · .ca
- Browse hostnames · fi…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fizz.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.