Hostname
karspot.com
Last fetched
karspot.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
karspot.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 |
|---|---|---|---|---|
| 13.32.241.122 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.46 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.54 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.98 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.125.117 | 18.161.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.161.125.17 | 18.161.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.161.125.44 | 18.161.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.161.125.85 | 18.161.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of karspot.com owner
- Contact emails
- admin@karspot.com
- e84a70ad7ea54bc7a0df2e6f22451192.protect@whoisguard.com
- 0440371f-c64c-46ed-8169-b0d0e63ebbf4@identity-protect.org
- 1d9e08f1-7e08-412a-9d59-4fc2bb308865@identity-protect.org
- 3fbe5c4a-2a02-4121-96f9-09c11fed7604@identity-protect.org
- 66c8b85d-4644-491e-a533-e36b519d836e@identity-protect.org
- e38bb710-9836-4cbe-86c5-340d82070912@identity-protect.org
- ec6ff903-3c4e-4608-8c11-ec5007380c1c@identity-protect.org
- f8b18bf3-4ce6-4c22-99d6-62679ad8007d@identity-protect.org
- owner-11665335@karspot.com.whoisprivacyservice.org
- owner-9333310@karspot.com.whoisprivacyservice.org
Subdomains
1 observed subdomain of karspot.com.
| Subdomain |
|---|
| www.karspot.com |
Threat posture
History
Related pages
Pivot deeper into the graph from karspot.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "karspot.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.