Hostname
cra.ir
Last fetched
cra.ir resolves to 1 IPv4 address operated by CRA in IR. WHOIS lists registrar:communication regulatory authority as the registrar.
Nutrition Label
Resolution chain
cra.ir resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.155.236.150 | 185.155.236.0/24 | AS202735 | CRA | IR |
WHOIS identity
- Registrar
- registrar:communication regulatory authority
- Organization
- —
- Contact emails
- —
Subdomains
56 observed subdomains of cra.ir.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cra.ir in the public web crawl.
250 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cra.ir.
| Mechanism | Target |
|---|---|
| SPF_A | cra.ir |
| SPF_IP | 185.155.236.17 |
| SPF_MX | cra.ir |
Related pages
Pivot deeper into the graph from cra.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cra.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.