Hostname
drnamdari.com
Last fetched
drnamdari.com resolves to 2 IPv4 addresses operated by AS204213 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
drnamdari.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 |
|---|---|---|---|---|
| 185.94.97.37 | 185.94.97.0/24 | AS204213 | — | IR |
| 51.178.92.192 | 51.178.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:113
- Organization
- doctor namdari
- Contact emails
Subdomains
5 observed subdomains of drnamdari.com.
Web-graph footprint
Distinct hostnames that link to or from drnamdari.com in the public web crawl.
21 sites link to this hostname.
66 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for drnamdari.com.
| Mechanism | Target |
|---|---|
| SPF_A | drnamdari.com |
| SPF_IP | 185.94.97.37 |
| SPF_IP | 51.178.92.192 |
| SPF_IP | 89.32.248.12 |
| SPF_MX | drnamdari.com |
Related pages
Pivot deeper into the graph from drnamdari.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "drnamdari.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.