Hostname
tstwebwork.rrcc.edu
Last fetched
tstwebwork.rrcc.edu resolves to 2 IPv4 addresses operated by CCCOES - Colorado Community College and Occupational Education System in US.
Nutrition Label
Resolution chain
tstwebwork.rrcc.edu 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 |
|---|---|---|---|---|
| 164.47.25.27 | 164.51.22.0/24 | AS14737 | CCCOES - Colorado Community College and Occupational Education System | US |
| 164.47.6.64 | 164.51.22.0/24 | AS14737 | CCCOES - Colorado Community College and Occupational Education System | US |
WHOIS identity
No WHOIS records are currently associated with tstwebwork.rrcc.edu in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from tstwebwork.rrcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tstwebwork.rrcc.edu"})-[: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.