Hostname
rocky.edu
Last fetched
rocky.edu resolves to 2 IPv4 addresses operated by AUTOMATTIC - Automattic, Inc in TR.
Nutrition Label
Resolution chain
rocky.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 |
|---|---|---|---|---|
| 5.100.156.11 | 5.100.156.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | TR |
| 5.100.156.218 | 5.100.156.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | TR |
WHOIS identity
- Registrar
- —
- Organization
- rocky mountain college
- Contact emails
- —
Subdomains
130 observed subdomains of rocky.edu.
Showing 25 of 130. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rocky.edu in the public web crawl.
364 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for rocky.edu.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.sparkpostmail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_IP | 169.47.245.117/28 |
| SPF_IP | 204.8.10.114/32 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 205.139.105.48/29 |
| SPF_IP | 206.79.6.128/26 |
| SPF_IP | 208.40.241.140/30 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.197.198/32 |
| SPF_IP | 216.235.200.0/21 |
| SPF_IP | 216.37.18.6/32 |
| SPF_IP | 5.100.156.0/24 |
| SPF_IP | 63.158.238.0/24 |
| SPF_IP | 64.209.141.221/32 |
| SPF_IP | 64.74.237.230/31 |
Related pages
Pivot deeper into the graph from rocky.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rocky.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.