Hostname
aedm.jp
Last fetched
aedm.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
aedm.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.114.224.120 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.76.50.49 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.197.148.232 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.181.208.164 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- nao fujii
- Contact emails
Subdomains
1 observed subdomain of aedm.jp.
| Subdomain |
|---|
| www.aedm.jp |
Web-graph footprint
Distinct hostnames that link to or from aedm.jp in the public web crawl.
155 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for aedm.jp.
| Mechanism | Target |
|---|---|
| SPF_A | aedm.jp |
| SPF_INCLUDE | kagoya.net |
| SPF_INCLUDE | mail-smtp.dena.jp |
| SPF_IP | 211.0.102.0/24 |
| SPF_IP | 54.64.166.22 |
| SPF_IP | 54.65.159.151 |
| SPF_MX | aedm.jp |
Related pages
Pivot deeper into the graph from aedm.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aedm.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.