Hostname
fibox.ca
Last fetched
fibox.ca resolves to 3 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
fibox.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.69.152.98 | 158.69.0.0/16 | AS16276 | — | CA |
| 192.0.78.165 | 192.0.78.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 192.0.78.244 | 192.0.78.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
No WHOIS records are currently associated with fibox.ca in WhisperGraph.
Subdomains
5 observed subdomains of fibox.ca.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for fibox.ca.
| Mechanism | Target |
|---|---|
| SPF_A | fibox.ca |
| SPF_INCLUDE | _spf.wpcloud.com |
| SPF_IP | 158.69.152.98 |
| SPF_MX | fibox.ca |
Related pages
Pivot deeper into the graph from fibox.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fibox.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.