Hostname
iranserver.com
Last fetched
iranserver.com resolves to 3 IPv4 addresses operated by OVH in FR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
iranserver.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.39.26.252 | 5.39.0.0/17 | AS16276 | OVH | FR |
| 94.143.229.14 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | DK |
| 91.247.174.1 | 91.247.174.0/24 | AS49051 | GREENHOSTAPS | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- greenweb
- Contact emails
Subdomains
51 observed subdomains of iranserver.com.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from iranserver.com in the public web crawl.
380 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for iranserver.com.
| Mechanism | Target |
|---|---|
| SPF_A | iranserver.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.sendmost.com |
| SPF_IP | 94.130.154.81/32 |
| SPF_MX | iranserver.com |
Related pages
Pivot deeper into the graph from iranserver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iranserver.com"})-[: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.