Hostname
jinstalk.com
Last fetched
jinstalk.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
jinstalk.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 |
|---|---|---|---|---|
| 43.201.167.157 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of jinstalk.com owner
- Contact emails
- pajuguy@nate.com
- 5818a84e-da01-439b-aa1f-ac86354ee084@identity-protect.org
- 5e429756-5552-4242-b593-f9a31ddf1af8@identity-protect.org
- 70a823f8-f3c0-4974-accf-6ff50be5f3b8@identity-protect.org
- b4626466-789a-4960-a5ea-342e9884c455@identity-protect.org
- b49d5f00-87f6-42bc-998f-785e9df67b3c@identity-protect.org
- bbe58839-8789-427d-8656-ba25252a51a7@identity-protect.org
- ca2c1b53-bc3c-4439-832c-4c2c502dc5af@identity-protect.org
Subdomains
3 observed subdomains of jinstalk.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for jinstalk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.jinstalk.com |
Related pages
Pivot deeper into the graph from jinstalk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jinstalk.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.