Hostname
beheshtian.com
Last fetched
beheshtian.com resolves to 2 IPv4 addresses operated by AS58224 in IR. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
beheshtian.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 |
|---|---|---|---|---|
| 37.255.224.127 | 37.255.192.0/18 | AS58224 | — | IR |
| 79.127.50.186 | 79.127.48.0/20 | AS43754 | — | IR |
WHOIS identity
- Registrar
- iana:82
- Organization
- beheshtian_com
- Contact emails
Subdomains
6 observed subdomains of beheshtian.com.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from beheshtian.com in the public web crawl.
7 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from beheshtian.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beheshtian.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.