Hostname
map.ir
Last fetched
map.ir resolves to 4 IPv4 addresses operated by AFRANET to AS62265 announce AS25184 in IR.
Nutrition Label
Resolution chain
map.ir 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 |
|---|---|---|---|---|
| 86.104.44.10 | 86.104.44.0/24 | AS25184 | AFRANET to AS62265 announce AS25184 | IR |
| 86.104.44.11 | 86.104.44.0/24 | AS25184 | AFRANET to AS62265 announce AS25184 | IR |
| 86.104.44.12 | 86.104.44.0/24 | AS25184 | AFRANET to AS62265 announce AS25184 | IR |
| 86.104.44.14 | 86.104.44.0/24 | AS25184 | AFRANET to AS62265 announce AS25184 | IR |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from map.ir in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for map.ir.
| Mechanism | Target |
|---|---|
| SPF_A | dsm01.map.ir |
| SPF_A | dsm02.map.ir |
| SPF_A | dsm03.map.ir |
| SPF_A | dsm04.map.ir |
| SPF_A | dsm05.map.ir |
| SPF_A | mail.map.ir |
| SPF_A | main.map.ir |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 62.220.117.38 |
| SPF_IP | 81.91.144.50 |
| SPF_IP | 86.104.44.10 |
| SPF_IP | 86.104.44.11 |
| SPF_IP | 86.104.44.12 |
| SPF_IP | 86.104.44.13 |
| SPF_IP | 86.104.44.14 |
| SPF_MX | map.ir |
Related pages
Pivot deeper into the graph from map.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "map.ir"})-[: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.