Hostname
archweb.ir
Last fetched
archweb.ir resolves to 1 IPv4 address operated by E4C in IR.
Nutrition Label
Resolution chain
archweb.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.236.168.68 | 91.236.168.0/24 | AS48715 | E4C | IR |
WHOIS identity
No WHOIS records are currently associated with archweb.ir in WhisperGraph.
Subdomains
4 observed subdomains of archweb.ir.
Web-graph footprint
Distinct hostnames that link to or from archweb.ir in the public web crawl.
11 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for archweb.ir.
| Mechanism | Target |
|---|---|
| SPF_A | archweb.ir |
| SPF_IP | 185.165.31.166 |
| SPF_IP | 185.88.177.247 |
| SPF_IP | 185.88.177.70 |
| SPF_IP | 185.88.178.77 |
| SPF_IP | 185.88.178.88 |
| SPF_IP | 185.88.179.25 |
| SPF_IP | 185.88.179.45 |
| SPF_IP | 5.239.244.70 |
| SPF_IP | 88.135.37.46/32 |
| SPF_IP | 91.236.168.68 |
| SPF_MX | archweb.ir |
Related pages
Pivot deeper into the graph from archweb.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "archweb.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.