Hostname
greenxtrade.com
Last fetched
greenxtrade.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
greenxtrade.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 |
|---|---|---|---|---|
| 3.5.81.29 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.227 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.5 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.86.130 | 3.5.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.86.56 | 3.5.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.178.146 | 52.218.178.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.218.218 | 52.218.218.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.128.155 | 52.92.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.152.147 | 52.92.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.168.251 | 52.92.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.188.91 | 52.92.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.194.219 | 52.92.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.236.11 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.237.115 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.243.155 | 52.92.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:460
- Organization
- bio tech medical software
- Contact emails
Subdomains
14 observed subdomains of greenxtrade.com.
Web-graph footprint
Distinct hostnames that link to or from greenxtrade.com in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for greenxtrade.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.evergreen.com.tw |
| SPF_INCLUDE | intercom-mail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 149.72.216.41 |
| SPF_IP | 192.174.84.125 |
Related pages
Pivot deeper into the graph from greenxtrade.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "greenxtrade.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.