Hostname
mail.cashnote.kr
Last fetched
mail.cashnote.kr resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
mail.cashnote.kr resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.104.103 | 13.32.117.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.104.33 | 13.32.117.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.104.51 | 13.32.117.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.104.99 | 13.32.117.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.151.104 | 54.192.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.107 | 54.192.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.111 | 54.192.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.40 | 54.192.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.84.234.14 | 99.86.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.32 | 99.86.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.68 | 99.86.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.89 | 99.86.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mail.cashnote.kr in WhisperGraph.
Subdomains
1 observed subdomain of mail.cashnote.kr.
| Subdomain |
|---|
| clicks.mail.cashnote.kr |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mail.cashnote.kr.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.sparkpostmail.com |
Related pages
Pivot deeper into the graph from mail.cashnote.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.cashnote.kr"})-[: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.