Hostname
chatham.edu
Last fetched
chatham.edu resolves to 1 IPv4 address operated by ASPSTATION - aspStation, Inc. in US.
Nutrition Label
Resolution chain
chatham.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.207.141.218 | 66.207.128.0/20 | AS19261 | ASPSTATION - aspStation, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- chatham university
- Contact emails
- —
Subdomains
118 observed subdomains of chatham.edu.
Showing 25 of 118. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from chatham.edu in the public web crawl.
937 sites link to this hostname.
705 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for chatham.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | icpbounce.com |
| SPF_INCLUDE | spf.e2ma.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.247.216.0/22 |
| SPF_IP | 198.187.196.0/24 |
| SPF_IP | 206.107.42.0/24 |
| SPF_IP | 66.207.141.0/24 |
| SPF_MX | chatham.edu |
Related pages
Pivot deeper into the graph from chatham.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chatham.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.