Hostname
barton.edu
Last fetched
barton.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
barton.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.21.12.160 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.195.34 | 172.67.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- barton college
- Contact emails
- —
Subdomains
61 observed subdomains of barton.edu.
Showing 25 of 61. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from barton.edu in the public web crawl.
405 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for barton.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_IP | 149.72.206.97 |
| SPF_IP | 167.89.101.146 |
| SPF_IP | 167.89.101.149 |
| SPF_IP | 167.89.60.152 |
| SPF_IP | 167.89.89.156 |
| SPF_IP | 192.154.41.0/24 |
| SPF_IP | 198.21.5.85 |
| SPF_IP | 208.75.120.0/22 |
| SPF_IP | 216.27.20.130 |
| SPF_IP | 216.27.20.140 |
| SPF_IP | 216.27.20.141/30 |
| SPF_IP | 216.27.20.142 |
| SPF_IP | 38.106.32.22/32 |
| SPF_IP | 38.106.32.46/32 |
| SPF_IP | 70.32.86.23 |
Related pages
Pivot deeper into the graph from barton.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barton.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.