Hostname
newleey.com
Last fetched
newleey.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
newleey.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.251.101 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.23 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.75 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.95 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.230.71.2 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.40 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.48 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.92 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
10 observed subdomains of newleey.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for newleey.com.
| Mechanism | Target |
|---|---|
| SPF_A | newleey.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_MX | newleey.com |
Related pages
Pivot deeper into the graph from newleey.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "newleey.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.