Hostname
icd.co.ir
Last fetched
icd.co.ir resolves to 1 IPv4 address operated by AS43754 in IR.
Nutrition Label
Resolution chain
icd.co.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 |
|---|---|---|---|---|
| 91.207.205.37 | 91.207.205.0/24 | AS43754 | — | IR |
WHOIS identity
No WHOIS records are currently associated with icd.co.ir in WhisperGraph.
Subdomains
9 observed subdomains of icd.co.ir.
Web-graph footprint
Distinct hostnames that link to or from icd.co.ir in the public web crawl.
9 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- icd.co.ir
SPF policy
11 SPF mechanisms authorising senders for icd.co.ir.
| Mechanism | Target |
|---|---|
| SPF_A | icd.co.ir |
| SPF_IP | 178.63.45.162 |
| SPF_IP | 185.141.168.132 |
| SPF_IP | 185.141.168.136 |
| SPF_IP | 46.4.244.130 |
| SPF_IP | 93.115.150.62 |
| SPF_IP | 94.130.3.119 |
| SPF_IP | 95.217.46.225 |
| SPF_IP | 95.217.57.36 |
| SPF_IP | 95.217.92.167 |
| SPF_MX | icd.co.ir |
Related pages
Pivot deeper into the graph from icd.co.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "icd.co.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.