Hostname
ccri.edu
Last fetched
ccri.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ccri.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 |
|---|---|---|---|---|
| 104.18.14.201 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.15.201 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- community college of rhode island
- Contact emails
- —
Subdomains
97 observed subdomains of ccri.edu.
Showing 25 of 97. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ccri.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for ccri.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 199.244.78.224/32 |
| SPF_IP | 203.55.21.6 |
| SPF_IP | 204.168.144.108 |
| SPF_IP | 209.143.65.64/26 |
| SPF_IP | 209.35.196.202 |
| SPF_IP | 216.17.93.137/32 |
| SPF_IP | 216.19.127.48 |
| SPF_IP | 216.19.127.49 |
| SPF_IP | 216.19.127.53 |
| SPF_IP | 74.122.104.0/22 |
| SPF_MX | ccri.edu |
Related pages
Pivot deeper into the graph from ccri.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccri.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.