Hostname
misato-mark.jp
Last fetched
misato-mark.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
misato-mark.jp 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.86.117 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.86.50 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.86.55 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.86.84 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.196.24 | 3.160.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.196.75 | 3.160.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.196.78 | 3.160.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.196.88 | 3.160.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with misato-mark.jp in WhisperGraph.
Subdomains
1 observed subdomain of misato-mark.jp.
| Subdomain |
|---|
| mail.misato-mark.jp |
Web-graph footprint
Distinct hostnames that link to or from misato-mark.jp in the public web crawl.
5 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for misato-mark.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.owlet.work |
Related pages
Pivot deeper into the graph from misato-mark.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "misato-mark.jp"})-[: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.