Skip to content

Hostname

bates.edu

Last fetched

bates.edu resolves to 2 IPv4 addresses operated by BATES - Bates College in US.

Nutrition Label

WHISPER CANON · bates.eduRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint6.6/10canon.whisper.security/host/bates.edu

Resolution chain

bates.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.181.132.44134.181.0.0/16AS17152BATES - Bates CollegeUS
134.181.132.45134.181.0.0/16AS17152BATES - Bates CollegeUS

WHOIS identity

Registrar
Organization
bates college
Contact emails

Subdomains

25,584 observed subdomains of bates.edu.

Web-graph footprint

Distinct hostnames that link to or from bates.edu in the public web crawl.

1,693 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for bates.edu.

MechanismTarget
SPF_INCLUDE_spf.bates.edu
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.qualtrics.com
SPF_INCLUDE_spf_uswest2.prod.hydra.sophos.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.dynect.net
SPF_IP169.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.