Hostname
johig.top
Last fetched
johig.top resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:3775 as the registrar.
Nutrition Label
Resolution chain
johig.top resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.172.186 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.172.206 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.172.27 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.172.42 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 155.102.1.27 | 155.102.1.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
| 155.102.1.28 | 155.102.1.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
| 155.102.1.29 | 155.102.1.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
| 163.181.160.139 | 163.181.160.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
| 163.181.160.140 | 163.181.160.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
| 163.181.160.142 | 163.181.160.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
| 163.181.160.143 | 163.181.160.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
| 163.181.160.144 | 163.181.160.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | SG |
WHOIS identity
- Registrar
- iana:3775
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from johig.top.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "johig.top"})-[: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.