Hostname
yte-ec.com
Last fetched
yte-ec.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
yte-ec.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 |
|---|---|---|---|---|
| 18.239.18.20 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.18.34 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.18.76 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.18.89 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 3.163.10.39 | 3.163.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.163.10.76 | 3.163.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.163.10.91 | 3.163.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.163.10.93 | 3.163.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from yte-ec.com in the public web crawl.
27 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from yte-ec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yte-ec.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.