Hostname
redwireless.ca
Last fetched
redwireless.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:go daddy domains canada, inc as the registrar.
Nutrition Label
Resolution chain
redwireless.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:go daddy domains canada, inc
- Organization
- —
- Contact emails
- —
Subdomains
26 observed subdomains of redwireless.ca.
Showing 23 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from redwireless.ca in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for redwireless.ca.
| Mechanism | Target |
|---|---|
| SPF_A | redwireless.ca |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.outfunnel.com |
| SPF_IP | 104.130.70.200 |
| SPF_IP | 2001:4801:7827:101:be76:4eff:fe11:98e9 |
| SPF_MX | redwireless.ca |
Related pages
Pivot deeper into the graph from redwireless.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "redwireless.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.