Hostname
cuanschutz.edu
Last fetched
cuanschutz.edu resolves to 1 IPv4 address operated by CLOUDFLARESPECTRUM Cloudflare, Inc. in US.
Nutrition Label
Resolution chain
cuanschutz.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.133.11.1 | 192.133.11.0/24 | AS209242 | CLOUDFLARESPECTRUM Cloudflare, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with cuanschutz.edu in WhisperGraph.
Subdomains
44 observed subdomains of cuanschutz.edu.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cuanschutz.edu in the public web crawl.
911 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for cuanschutz.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | cvent-planner.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 132.194.0.0/16 |
| SPF_IP | 136.147.136.157 |
| SPF_IP | 140.226.0.0/16 |
| SPF_IP | 204.228.68.0/22 |
Related pages
Pivot deeper into the graph from cuanschutz.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cuanschutz.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.