Hostname
mazzady.com
Last fetched
mazzady.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
mazzady.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 |
|---|---|---|---|---|
| 13.235.1.65 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:468
- Organization
- azkri said
- Contact emails
- said4az@hotmail.com
- 2e138138-1973-49fc-b3b2-7d98ba90d7bf@identity-protect.org
- 45624b32-c5df-4d96-8094-f423c18c8c44@identity-protect.org
- 5b09a6b6-7961-461f-b87b-0fb09cd14a4b@identity-protect.org
- 7292c6a6-b23b-4b37-b45e-2c7feb15f86c@identity-protect.org
- f5c810c3-1be8-4e1c-a51a-026481fc4dd9@identity-protect.org
- f5f5638a-9973-46af-8ba5-4b68326244e6@identity-protect.org
- owner-4716774@mazzady.com.whoisprivacyservice.org
- owner-6542496@mazzady.com.whoisprivacyservice.org
Subdomains
10 observed subdomains of mazzady.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mazzady.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.mazzady.com |
| SPF_A | mazzady.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | sign8r.com |
| SPF_IP | 149.72.50.88 |
| SPF_MX | mazzady.com |
Related pages
Pivot deeper into the graph from mazzady.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mazzady.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.