Hostname
farabimedlab.com
Last fetched
farabimedlab.com resolves to 2 IPv4 addresses operated by AS204213 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
farabimedlab.com 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 |
|---|---|---|---|---|
| 89.42.211.165 | 89.42.211.0/24 | AS204213 | — | IR |
| 91.207.205.37 | 91.207.205.0/24 | AS43754 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- azadeh kanafi
- Contact emails
Subdomains
10 observed subdomains of farabimedlab.com.
Web-graph footprint
Distinct hostnames that link to or from farabimedlab.com in the public web crawl.
15 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- farabimedlab.com
SPF policy
10 SPF mechanisms authorising senders for farabimedlab.com.
| Mechanism | Target |
|---|---|
| SPF_A | farabimedlab.com |
| SPF_IP | 136.243.0.125 |
| SPF_IP | 136.243.0.93 |
| SPF_IP | 178.22.122.108 |
| SPF_IP | 185.141.168.131 |
| SPF_IP | 185.141.168.136 |
| SPF_IP | 93.115.150.51 |
| SPF_IP | 95.217.57.36 |
| SPF_IP | 95.217.92.167 |
| SPF_MX | farabimedlab.com |
Related pages
Pivot deeper into the graph from farabimedlab.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "farabimedlab.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.