Hostname
dezhhood.com
Last fetched
dezhhood.com resolves to 1 IPv4 address operated by AS212216 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
dezhhood.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.106.201.44 | 185.106.201.0/24 | AS212216 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- c/o whoisproxy.com
- Contact emails
- b8ed9cdb47@dezhhood.com.whoistrustee.com
- 13c5af1066dc896d9106d5ac27575a36ba1bf438c0f90a396e342fc2c0de9225@dezhhood.com.whoisproxy.org
- 235af2166529d697404c0d21b29816781f0b5973a577fde9634901ac8899b949@dezhhood.com.whoisproxy.org
- 40fbf1e1f7207e7771ea3edb5392d054dd4a4b2ff2f83d0e2dd06570b9e5426c@dezhhood.com.whoisproxy.org
- b85fdf980880fd5c1cc04e67dc98ea723748151242cdb9c72cbc825a7f43c6a2@dezhhood.com.whoisproxy.org
Subdomains
2 observed subdomains of dezhhood.com.
| Subdomain |
|---|
| mail.dezhhood.com |
| www.dezhhood.com |
Web-graph footprint
Distinct hostnames that link to or from dezhhood.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for dezhhood.com.
| Mechanism | Target |
|---|---|
| SPF_A | dezhhood.com |
| SPF_INCLUDE | _auxspf.axspace.com |
| SPF_IP | 185.106.201.0/24 |
| SPF_MX | dezhhood.com |
Related pages
Pivot deeper into the graph from dezhhood.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dezhhood.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.