Hostname
jhchoo.com
Last fetched
jhchoo.com resolves to 1 IPv4 address operated by AS16276 in SG. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
jhchoo.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.235.140.175 | 15.235.128.0/17 | AS16276 | — | SG |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of jhchoo.com owner
- Contact emails
- jinhyun.choo@gmail.com
- 032c401f-6b44-41b4-b34f-89312f1f0fd5@identity-protect.org
- 2c5ddcdb-1000-4f32-acd8-7ba8784a45f0@identity-protect.org
- 30622b23-c4ae-4e71-a486-faa004ab2eac@identity-protect.org
- 3ecfb59a-5ee0-4bf7-933f-d654aa7dea92@identity-protect.org
- 5dafb81d-7f68-48e5-ac55-69fde0b503b7@identity-protect.org
- 8faf21b6-730d-4030-bad1-0ced3852e23f@identity-protect.org
- 968d0b33-b391-444f-a13f-f8ee099fd2ec@identity-protect.org
Subdomains
2 observed subdomains of jhchoo.com.
| Subdomain |
|---|
| api.jhchoo.com |
| auth.jhchoo.com |
Threat posture
History
Related pages
Pivot deeper into the graph from jhchoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jhchoo.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.