Hostname
wazap.com
Last fetched
wazap.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:3759 as the registrar.
Nutrition Label
Resolution chain
wazap.com 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 |
|---|---|---|---|---|
| 18.176.163.91 | 18.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.115.224.162 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.72.233.242 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.73.90.241 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.69.47.61 | 52.68.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.168.78.29 | 54.168.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.248.191.175 | 54.248.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.250.35.247 | 54.250.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.180.86.160 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.159.141.97 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.193.248.244 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.181.162.78 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:3759
- Organization
- q domain
- Contact emails
Subdomains
42 observed subdomains of wazap.com.
Web-graph footprint
Distinct hostnames that link to or from wazap.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for wazap.com.
| Mechanism | Target |
|---|---|
| SPF_A | wazap.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 54.238.146.205/32 |
| SPF_IP | 54.65.34.10 |
| SPF_MX | wazap.com |
Related pages
Pivot deeper into the graph from wazap.com.
- IP · 18.176.163.91
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:3759
- Country · JP
- Email · domain@quicca.com
- TLD · .com
- Browse hostnames · wa…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wazap.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.