Hostname
azaranind.com
Last fetched
azaranind.com resolves to 2 IPv4 addresses operated by OVH in FR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
azaranind.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.94.237.213 | 141.94.0.0/16 | AS16276 | OVH | FR |
| 45.89.236.135 | 45.89.236.0/24 | AS57497 | FARASOSAMANEHPASARGAD | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- mahdi akbari
- Contact emails
Subdomains
10 observed subdomains of azaranind.com.
Web-graph footprint
Distinct hostnames that link to or from azaranind.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for azaranind.com.
| Mechanism | Target |
|---|---|
| SPF_A | azaranind.com |
| SPF_IP | 137.74.238.229 |
| SPF_IP | 137.74.238.230 |
| SPF_IP | 137.74.238.232 |
| SPF_IP | 141.94.237.213 |
| SPF_IP | 164.132.141.197 |
| SPF_IP | 164.132.141.199 |
| SPF_IP | 185.110.237.35 |
| SPF_IP | 5.135.11.193 |
| SPF_MX | azaranind.com |
Related pages
Pivot deeper into the graph from azaranind.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "azaranind.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.