Skip to content

Hostname

tablelegs.ca

Last fetched

tablelegs.ca resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · tablelegs.caRouting diversity3.0/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/tablelegs.ca

Resolution chain

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

IPPrefixASNOperatorCountry
178.128.155.151178.128.144.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
68.71.8.5268.71.0.0/19AS53486NRBN - Niagara Regional Broadband Networks LimitedCA
68.71.8.5268.71.0.0/19AS53486NRBN - Niagara Regional Broadband Networks LimitedCA
104.248.104.77104.248.104.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCCA

WHOIS identity

No WHOIS records are currently associated with tablelegs.ca in WhisperGraph.

Subdomains

1 observed subdomain of tablelegs.ca.

Threat posture

History

Related pages

Pivot deeper into the graph from tablelegs.ca.

Cypher and MCP

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

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