Hostname
capecod.edu
Last fetched
capecod.edu resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
capecod.edu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 174.129.93.217 | 174.129.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.228.91.126 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 67.225.161.96 | 67.225.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
- Registrar
- —
- Organization
- cape cod community college
- Contact emails
- —
Subdomains
22 observed subdomains of capecod.edu.
Showing 18 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from capecod.edu in the public web crawl.
343 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for capecod.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 129.33.243.30/32 |
| SPF_IP | 162.223.144.12 |
| SPF_IP | 50.200.106.246 |
| SPF_IP | 54.240.27.0/24 |
| SPF_IP | 54.240.33.0/24 |
| SPF_MX | collegenet.com |
Related pages
Pivot deeper into the graph from capecod.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capecod.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.