Hostname
drmohammadnazari.com
Last fetched
drmohammadnazari.com resolves to 2 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
drmohammadnazari.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 |
|---|---|---|---|---|
| 164.132.74.201 | 164.132.0.0/16 | AS16276 | — | FR |
| 195.28.169.100 | 195.28.169.0/24 | AS212216 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- —
- Contact emails
Subdomains
2 observed subdomains of drmohammadnazari.com.
Web-graph footprint
Distinct hostnames that link to or from drmohammadnazari.com in the public web crawl.
12 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- drmohammadnazari.com
- mail.drmohammadnazari.com
SPF policy
7 SPF mechanisms authorising senders for drmohammadnazari.com.
| Mechanism | Target |
|---|---|
| SPF_A | drmohammadnazari.com |
| SPF_INCLUDE | _auxspf.axspace.com |
| SPF_IP | 164.132.74.201 |
| SPF_IP | 185.252.28.11 |
| SPF_IP | 195.28.169.0/24 |
| SPF_IP | 46.4.69.126 |
| SPF_MX | drmohammadnazari.com |
Related pages
Pivot deeper into the graph from drmohammadnazari.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "drmohammadnazari.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.