Hostname
potsdam.edu
Last fetched
potsdam.edu resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
potsdam.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 |
|---|---|---|---|---|
| 107.22.178.157 | 107.22.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- suny college at potsdam
- Contact emails
- —
Subdomains
1,442 observed subdomains of potsdam.edu.
Showing 25 of 1,442. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from potsdam.edu in the public web crawl.
796 sites link to this hostname.
837 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
22 SPF mechanisms authorising senders for potsdam.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | e2ma.net |
| SPF_INCLUDE | spf-na.exlibrisgroup.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 136.223.135.128/28 |
| SPF_IP | 136.223.155.13/32 |
| SPF_IP | 137.143.102.194 |
| SPF_IP | 137.143.110.104/32 |
| SPF_IP | 137.143.110.125/32 |
| SPF_IP | 137.143.110.21/32 |
| SPF_IP | 137.143.110.69/32 |
| SPF_IP | 137.143.24.48 |
| SPF_IP | 184.106.13.89/32 |
| SPF_IP | 198.105.13.131/32 |
| SPF_IP | 199.193.200.0/21 |
| SPF_IP | 205.237.106.3/32 |
| SPF_IP | 206.193.230.24 |
| SPF_IP | 69.25.199.33/32 |
| SPF_IP | 75.98.95.161/32 |
Related pages
Pivot deeper into the graph from potsdam.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "potsdam.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.