Hostname
easy.co
Last fetched
easy.co resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
easy.co resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.167.246.120 | 3.167.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.246.126 | 3.167.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.246.50 | 3.167.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.246.9 | 3.167.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.127 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.51 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.6 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.91 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.173.21.178 | 3.173.21.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- exabytes network sdn bhd
- Contact emails
Subdomains
611 observed subdomains of easy.co.
Showing 25 of 611. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from easy.co in the public web crawl.
34 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from easy.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "easy.co"})-[: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.