Hostname
pezhhan.net
Last fetched
pezhhan.net resolves to 2 IPv4 addresses operated by AS57497 in IR. WHOIS lists iana:4326 as the registrar.
Nutrition Label
Resolution chain
pezhhan.net 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 |
|---|---|---|---|---|
| 158.58.186.120 | 158.58.186.0/24 | AS57497 | — | IR |
| 176.9.11.145 | 176.9.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:4326
- Organization
- bahaaldin sobhani
- Contact emails
Subdomains
1 observed subdomain of pezhhan.net.
| Subdomain |
|---|
| mail.pezhhan.net |
Web-graph footprint
Distinct hostnames that link to or from pezhhan.net in the public web crawl.
35 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for pezhhan.net.
| Mechanism | Target |
|---|---|
| SPF_A | linca.fanafzar.net |
| SPF_A | pezhhan.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 148.251.158.48/28 |
| SPF_IP | 5.9.144.142 |
| SPF_MX | pezhhan.net |
Related pages
Pivot deeper into the graph from pezhhan.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pezhhan.net"})-[: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.