Skip to content

Hostname

fibox.ca

Last fetched

fibox.ca resolves to 3 IPv4 addresses operated by AS16276 in CA.

Nutrition Label

WHISPER CANON · fibox.caRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/fibox.ca

Resolution chain

fibox.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
158.69.152.98158.69.0.0/16AS16276CA
192.0.78.165192.0.78.0/24AS2635AUTOMATTIC - Automattic, IncUS
192.0.78.244192.0.78.0/24AS2635AUTOMATTIC - Automattic, IncUS

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.

MechanismTarget
SPF_Afibox.ca
SPF_INCLUDE_spf.wpcloud.com
SPF_IP158.69.152.98
SPF_MXfibox.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.