Hostname
siding.zone
Last fetched
siding.zone resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
siding.zone resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.59.2.213 | 13.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.128.161.0 | 3.128.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.131.222.61 | 3.131.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.136.90.110 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.150.207.107 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.151.9.136 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- evercommerce
- Contact emails
- —
Subdomains
3 observed subdomains of siding.zone.
Web-graph footprint
Distinct hostnames that link to or from siding.zone in the public web crawl.
4 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for siding.zone.
| Mechanism | Target |
|---|---|
| SPF_A | siding.zone |
| SPF_INCLUDE | spf1.mailus.me |
| SPF_INCLUDE | spf2.mailus.me |
| SPF_INCLUDE | spf3.mailus.me |
| SPF_INCLUDE | spf4.mailus.me |
| SPF_INCLUDE | spf5.mailus.me |
| SPF_INCLUDE | spf6.mailus.me |
| SPF_INCLUDE | spf7.mailus.me |
| SPF_IP | 95.111.231.182 |
| SPF_IP | 95.111.231.183 |
| SPF_MX | siding.zone |
Related pages
Pivot deeper into the graph from siding.zone.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "siding.zone"})-[: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.