Hostname
www.compassselfstorage.com
Last fetched
www.compassselfstorage.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
www.compassselfstorage.com 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 |
|---|---|---|---|---|
| 75.2.30.5 | 75.2.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.compassselfstorage.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for www.compassselfstorage.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | smtproutes.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 108.78.43.125 |
| SPF_IP | 184.81.166.66 |
| SPF_IP | 206.71.73.36/32 |
| SPF_IP | 208.40.75.234 |
| SPF_IP | 45.29.133.57 |
| SPF_IP | 68.232.199.1 |
| SPF_IP | 68.232.207.20/32 |
Related pages
Pivot deeper into the graph from www.compassselfstorage.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.compassselfstorage.com"})-[: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.