Hostname
markazeahan.com
Last fetched
markazeahan.com resolves to 4 IPv4 addresses operated by AS202319 in IR. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
markazeahan.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.166.104.6 | 185.166.104.0/24 | AS202319 | — | IR |
| 185.166.104.7 | 185.166.104.0/24 | AS202319 | — | IR |
| 212.33.206.168 | 212.33.206.0/24 | AS43754 | — | IR |
| 185.208.173.16 | 185.208.173.0/24 | AS202269 | — | DE |
WHOIS identity
- Registrar
- iana:1647
- Organization
- bahram khani
- Contact emails
Subdomains
38 observed subdomains of markazeahan.com.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from markazeahan.com in the public web crawl.
489 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for markazeahan.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailgw-m.getway.biz |
| SPF_A | mailgw.getway.biz |
| SPF_A | mailgw2.getway.biz |
| SPF_MX | markazeahan.com |
Related pages
Pivot deeper into the graph from markazeahan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "markazeahan.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.