Hostname
kanoon.ir
Last fetched
kanoon.ir resolves to 2 IPv4 addresses operated by AS205585 in IR. WHOIS lists registrar:ghalamchi as the registrar.
Nutrition Label
Resolution chain
kanoon.ir 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 |
|---|---|---|---|---|
| 185.143.233.235 | 185.143.233.0/24 | AS205585 | — | IR |
| 185.143.234.235 | 185.143.234.0/24 | AS205585 | — | IR |
WHOIS identity
- Registrar
- registrar:ghalamchi
- Organization
- saman gostare ghalam
- Contact emails
Subdomains
20 observed subdomains of kanoon.ir.
Web-graph footprint
Distinct hostnames that link to or from kanoon.ir in the public web crawl.
322 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for kanoon.ir.
| Mechanism | Target |
|---|---|
| SPF_A | kanoon.ir |
| SPF_IP | 185.143.233.104 |
| SPF_IP | 185.88.153.165 |
| SPF_MX | kanoon.ir |
Related pages
Pivot deeper into the graph from kanoon.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kanoon.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.