Hostname
bates.edu
Last fetched
bates.edu resolves to 2 IPv4 addresses operated by BATES - Bates College in US.
Nutrition Label
Resolution chain
bates.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 |
|---|---|---|---|---|
| 134.181.132.44 | 134.181.0.0/16 | AS17152 | BATES - Bates College | US |
| 134.181.132.45 | 134.181.0.0/16 | AS17152 | BATES - Bates College | US |
WHOIS identity
- Registrar
- —
- Organization
- bates college
- Contact emails
- —
Subdomains
25,584 observed subdomains of bates.edu.
Showing 25 of 25,584. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bates.edu in the public web crawl.
1,693 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for bates.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.bates.edu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spf_uswest2.prod.hydra.sophos.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_IP | 169.54.207.232 |
Related pages
Pivot deeper into the graph from bates.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bates.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.