Hostname
3ay2i.com
Last fetched
3ay2i.com resolves to 20 IPv4 addresses operated by AS4775 in PH. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
3ay2i.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 1.37.76.85 | 1.37.0.0/16 | AS4775 | — | PH |
| 1.37.76.86 | 1.37.0.0/16 | AS4775 | — | PH |
| 1.37.76.87 | 1.37.0.0/16 | AS4775 | — | PH |
| 1.37.76.88 | 1.37.0.0/16 | AS4775 | — | PH |
| 1.37.76.89 | 1.37.0.0/16 | AS4775 | — | PH |
| 1.37.76.90 | 1.37.0.0/16 | AS4775 | — | PH |
| 1.37.76.91 | 1.37.0.0/16 | AS4775 | — | PH |
| 1.37.76.92 | 1.37.0.0/16 | AS4775 | — | PH |
| 107.155.62.46 | 107.155.62.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | VN |
| 156.59.129.231 | 156.59.128.0/21 | AS21859 | ZEN-ECN - Zenlayer Inc | VN |
| 156.59.137.184 | 156.59.136.0/21 | AS21859 | ZEN-ECN - Zenlayer Inc | VN |
| 163.181.121.225 | 163.181.121.0/24 | AS24429 | — | TH |
| 163.181.121.226 | 163.181.121.0/24 | AS24429 | — | TH |
| 163.181.121.227 | 163.181.121.0/24 | AS24429 | — | TH |
| 163.181.121.228 | 163.181.121.0/24 | AS24429 | — | TH |
| 163.181.121.229 | 163.181.121.0/24 | AS24429 | — | TH |
| 163.181.121.232 | 163.181.121.0/24 | AS24429 | — | TH |
| 163.181.121.233 | 163.181.121.0/24 | AS24429 | — | TH |
| 163.181.121.234 | 163.181.121.0/24 | AS24429 | — | TH |
| 45.124.255.53 | 45.124.255.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | VN |
WHOIS identity
- Registrar
- iana:1923
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from 3ay2i.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3ay2i.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.