Hostname
static.rahavardfire.com
Last fetched
static.rahavardfire.com resolves to 1 IPv4 address operated by AS43754 in IR.
Nutrition Label
Resolution chain
static.rahavardfire.com 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 |
|---|---|---|---|---|
| 185.141.169.230 | 185.141.169.0/24 | AS43754 | — | IR |
WHOIS identity
No WHOIS records are currently associated with static.rahavardfire.com in WhisperGraph.
Subdomains
1 observed subdomain of static.rahavardfire.com.
| Subdomain |
|---|
| www.static.rahavardfire.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for static.rahavardfire.com.
| Mechanism | Target |
|---|---|
| SPF_A | static.rahavardfire.com |
| SPF_IP | 149.202.218.97 |
| SPF_IP | 185.141.169.226 |
| SPF_IP | 185.141.169.230 |
| SPF_IP | 5.9.149.200 |
| SPF_IP | 5.9.149.219 |
| SPF_MX | static.rahavardfire.com |
Related pages
Pivot deeper into the graph from static.rahavardfire.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.rahavardfire.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.