Hostname
subitaneous.cpsc.ucalgary.ca
Last fetched
subitaneous.cpsc.ucalgary.ca resolves to 7 IPv4 addresses operated by AS60841 in US.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.167.215.195 | 104.167.215.0/24 | AS60841 | — | US |
| 12.205.28.193 | 12.128.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 168.235.69.132 | 168.235.68.0/22 | AS3842 | RAMNODE - InMotion Hosting, Inc. | US |
| 216.250.115.174 | 216.250.112.0/20 | AS8560 | — | US |
| 23.95.49.216 | 23.95.49.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
| 69.172.133.130 | 69.172.128.0/20 | AS3580 | PLANET - Planet Networks | US |
| 69.176.84.38 | 69.176.84.0/24 | AS398493 | SYSTEMINPLACE - System In Place | US |
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.