Hostname
azardanesh.com
Last fetched
azardanesh.com resolves to 2 IPv4 addresses operated by AS51191 in DE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
azardanesh.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 |
|---|---|---|---|---|
| 130.185.109.77 | 130.185.104.0/21 | AS51191 | — | DE |
| 202.61.232.124 | 202.61.232.0/24 | AS197540 | — | DE |
WHOIS identity
- Registrar
- iana:106
- Organization
- whoisguard protected
- Contact emails
Subdomains
2 observed subdomains of azardanesh.com.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for azardanesh.com.
| Mechanism | Target |
|---|---|
| SPF_A | azardanesh.com |
| SPF_INCLUDE | _spf.webhosting.systems |
| SPF_MX | azardanesh.com |
Related pages
Pivot deeper into the graph from azardanesh.com.
- IP · 130.185.109.77
- ASN · AS51191
- Registrar · iana:106
- Country · DE
- Email · 879e4f45737547d8abca1427a0e1a6bd.protect@whoisguard.com
- TLD · .com
- Browse hostnames · az…
- 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: "azardanesh.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.