Hostname
avazapp.com
Last fetched
avazapp.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:1154 as the registrar.
Nutrition Label
Resolution chain
avazapp.com 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 |
|---|---|---|---|---|
| 3.166.81.124 | 3.166.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.166.81.2 | 3.166.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.166.81.39 | 3.166.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.166.81.44 | 3.166.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.57.3 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.38 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.40 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.49 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:1154
- Organization
- ajit narayanan
- Contact emails
Subdomains
11 observed subdomains of avazapp.com.
Web-graph footprint
Distinct hostnames that link to or from avazapp.com in the public web crawl.
177 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for avazapp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 853027d5.ppspf.net |
| SPF_INCLUDE | _spf.freshsales.io |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
Related pages
Pivot deeper into the graph from avazapp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avazapp.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.