Hostname
jkt3894plus.com
Last fetched
jkt3894plus.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
jkt3894plus.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.245.113.10 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.113.3 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.113.39 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.113.64 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.190.111 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.14 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.30 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.67 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
WHOIS identity
- Registrar
- iana:472
- Organization
- super privacy service ltd c/o dynadot
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from jkt3894plus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jkt3894plus.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.