Hostname
barsam.org
Last fetched
barsam.org resolves to 2 IPv4 addresses operated by AS43754 in IR. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
barsam.org 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 |
|---|---|---|---|---|
| 212.33.198.60 | 212.33.198.0/24 | AS43754 | — | IR |
| 65.109.55.146 | 65.109.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:82
- Organization
- shahrad network
- Contact emails
Subdomains
2 observed subdomains of barsam.org.
| Subdomain |
|---|
| mail.barsam.org |
| www.barsam.org |
Web-graph footprint
Distinct hostnames that link to or from barsam.org in the public web crawl.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for barsam.org.
| Mechanism | Target |
|---|---|
| SPF_A | barsam.org |
| SPF_IP | 212.33.198.60 |
| SPF_MX | barsam.org |
Related pages
Pivot deeper into the graph from barsam.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barsam.org"})-[: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.