Hostname
dentwave.com
Last fetched
dentwave.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
dentwave.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.64.109.241 | 54.64.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- atsushi saito
- Contact emails
Subdomains
8 observed subdomains of dentwave.com.
Web-graph footprint
Distinct hostnames that link to or from dentwave.com in the public web crawl.
107 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for dentwave.com.
| Mechanism | Target |
|---|---|
| SPF_A | dentwave.com |
| SPF_A | relay.poa.svr4u.net |
| SPF_INCLUDE | spf.haihaimail.jp |
| SPF_IP | 133.167.123.50 |
| SPF_IP | 133.167.44.219 |
| SPF_IP | 153.122.182.31 |
| SPF_IP | 153.127.50.16 |
| SPF_IP | 160.16.153.16 |
| SPF_IP | 2403:3a00:202:1907:133:167:44:219 |
| SPF_MX | dentwave.com |
Related pages
Pivot deeper into the graph from dentwave.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dentwave.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.