Hostname
spellledgerpro.com
Last fetched
spellledgerpro.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
spellledgerpro.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.21.14.88 | 23.20.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 23.22.195.253 | 23.22.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.213.135.75 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.222.94.146 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.228.156.87 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.198.188.102 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.20.207.54 | 52.20.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.54.50.226 | 52.54.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.198.97.1 | 54.198.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.208.246.237 | 54.208.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.236.246.11 | 54.236.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.50.181.80 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | — |
| 98.88.5.198 | 98.88.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | — |
| 100.59.135.235 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | — |
| 100.56.68.162 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | — |
WHOIS identity
No WHOIS records are currently associated with spellledgerpro.com in WhisperGraph.
Subdomains
1 observed subdomain of spellledgerpro.com.
| Subdomain |
|---|
| staging.spellledgerpro.com |
Threat posture
History
Related pages
Pivot deeper into the graph from spellledgerpro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spellledgerpro.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.