Hostname
foxglobal.ca
Last fetched
foxglobal.ca resolves to 5 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
foxglobal.ca resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.95.100.64 | 143.95.96.0/19 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 63.251.171.81 | 63.251.160.0/20 | AS14744 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 66.150.161.140 | 66.150.160.0/20 | AS14744 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.27.170 | 69.25.24.0/21 | AS10913 | INTERNAP-BLK - Unitas Global | US |
| 69.25.27.173 | 69.25.24.0/21 | AS10913 | INTERNAP-BLK - Unitas Global | US |
WHOIS identity
No WHOIS records are currently associated with foxglobal.ca in WhisperGraph.
Subdomains
1 observed subdomain of foxglobal.ca.
| Subdomain |
|---|
| mx.foxglobal.ca |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for foxglobal.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 66.96.128.0/18 |
Related pages
Pivot deeper into the graph from foxglobal.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "foxglobal.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.