Skip to content

Hostname

jitsi.coeus.ca

Last fetched

jitsi.coeus.ca resolves to 2 IPv4 addresses operated by EBOX - EBOX in CA.

Nutrition Label

WHISPER CANON · jitsi.coeus.caRouting diversity2.4/10Peering density5.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/jitsi.coeus.ca

Resolution chain

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

IPPrefixASNOperatorCountry
198.58.222.77198.58.216.0/21AS1403EBOX - EBOXCA
66.254.34.7566.254.34.0/24AS1403EBOX - EBOXCA

WHOIS identity

No WHOIS records are currently associated with jitsi.coeus.ca in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for jitsi.coeus.ca.

MechanismTarget
SPF_Arelay.dynu.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEauth.spf.rollernet.us

Related pages

Pivot deeper into the graph from jitsi.coeus.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "jitsi.coeus.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.