Hostname
jitsi.coeus.ca
Last fetched
jitsi.coeus.ca resolves to 2 IPv4 addresses operated by EBOX - EBOX in CA.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.58.222.77 | 198.58.216.0/21 | AS1403 | EBOX - EBOX | CA |
| 66.254.34.75 | 66.254.34.0/24 | AS1403 | EBOX - EBOX | CA |
WHOIS identity
No WHOIS records are currently associated with jitsi.coeus.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for jitsi.coeus.ca.
| Mechanism | Target |
|---|---|
| SPF_A | relay.dynu.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | auth.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.