Hostname
spread.name
Last fetched
spread.name resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
spread.name resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.186.102 | 108.158.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.186.115 | 108.158.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.186.86 | 108.158.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.186.91 | 108.158.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.162.79.124 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.162.79.6 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.162.79.80 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.162.79.99 | 3.162.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.12 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.30 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.58 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.83 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1861
- Organization
- —
- Contact emails
- —
Subdomains
75 observed subdomains of spread.name.
Showing 25 of 75. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from spread.name in the public web crawl.
481 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from spread.name.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spread.name"})-[: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.