Skip to content

Hostname

subitaneous.cpsc.ucalgary.ca

Last fetched

subitaneous.cpsc.ucalgary.ca resolves to 7 IPv4 addresses operated by AS60841 in US.

Nutrition Label

WHISPER CANON · subitaneous.cpsc.ucalgary.caRouting diversity4.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.6/10canon.whisper.security/host/subitaneous.cpsc.ucalgary.ca

Resolution chain

subitaneous.cpsc.ucalgary.ca resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.167.215.195104.167.215.0/24AS60841US
12.205.28.19312.128.0.0/9AS7018ATT-INTERNET4 - AT&T Enterprises, LLCUS
168.235.69.132168.235.68.0/22AS3842RAMNODE - InMotion Hosting, Inc.US
216.250.115.174216.250.112.0/20AS8560US
23.95.49.21623.95.49.0/24AS36352AS-COLOCROSSING - HostPapaUS
69.172.133.13069.172.128.0/20AS3580PLANET - Planet NetworksUS
69.176.84.3869.176.84.0/24AS398493SYSTEMINPLACE - System In PlaceUS

WHOIS identity

No WHOIS records are currently associated with subitaneous.cpsc.ucalgary.ca in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from subitaneous.cpsc.ucalgary.ca.

Cypher and MCP

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

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