Hostname
farskala.ir
Last fetched
farskala.ir resolves to 2 IPv4 addresses operated by AS43754 in IR.
Nutrition Label
Resolution chain
farskala.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 |
|---|---|---|---|---|
| 46.245.115.36 | 46.245.115.0/24 | AS43754 | — | IR |
| 213.108.243.89 | 213.108.243.0/24 | AS200296 | — | AE |
WHOIS identity
No WHOIS records are currently associated with farskala.ir in WhisperGraph.
Subdomains
32 observed subdomains of farskala.ir.
Showing 22 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from farskala.ir in the public web crawl.
20 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- farskala.ir
SPF policy
9 SPF mechanisms authorising senders for farskala.ir.
| Mechanism | Target |
|---|---|
| SPF_A | farskala.ir |
| SPF_IP | 185.88.176.213 |
| SPF_IP | 185.88.178.109 |
| SPF_IP | 213.108.240.135 |
| SPF_IP | 213.108.242.15 |
| SPF_IP | 213.108.242.235 |
| SPF_IP | 46.245.115.36 |
| SPF_IP | 79.143.85.35 |
| SPF_MX | farskala.ir |
Related pages
Pivot deeper into the graph from farskala.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "farskala.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.