Hostname
nka.com
Last fetched
nka.com resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
nka.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.224.10.110 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.11.37.152 | 52.10.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of nka.com owner
- Contact emails
- crisp@nka.com
- tmorin@nka.com
- 331213d1-6e1f-4952-a0f6-1947c13aa09f@identity-protect.org
- 369d2e9e-6983-4c72-84dc-3e8b24b172d8@identity-protect.org
- 3beac425-ff90-4dbc-b419-2bc655933fbc@identity-protect.org
- 3c83af55-7a48-41ca-9725-b505108c821f@identity-protect.org
- 7afac5c3-ebbd-4e29-82d4-edbcb13dc113@identity-protect.org
- 8d828af8-2ee9-4412-bc36-754eb7ec2ec2@identity-protect.org
- adda73e6-dfda-4f35-a46f-3618493859c4@identity-protect.org
- owner-1269835@nka.com.whoisprivacyservice.org
- owner-5010448@nka.com.whoisprivacyservice.org
- owner-5477779@nka.com.whoisprivacyservice.org
- owner-9417608@nka.com.whoisprivacyservice.org
- owner-9471690@nka.com.whoisprivacyservice.org
Subdomains
25 observed subdomains of nka.com.
Web-graph footprint
Distinct hostnames that link to or from nka.com in the public web crawl.
77 sites link to this hostname.
198 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for nka.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | nka.com.hosted.spf-report.com |
Related pages
Pivot deeper into the graph from nka.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nka.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.