Hostname
zitro.ir
Last fetched
zitro.ir resolves to 2 IPv4 addresses operated by AS200554 in IR.
Nutrition Label
Resolution chain
zitro.ir 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 |
|---|---|---|---|---|
| 5.160.196.156 | 5.160.196.0/24 | AS200554 | — | IR |
| 87.120.167.92 | 87.120.167.0/24 | AS199524 | — | NL |
WHOIS identity
No WHOIS records are currently associated with zitro.ir in WhisperGraph.
Subdomains
7 observed subdomains of zitro.ir.
Web-graph footprint
Distinct hostnames that link to or from zitro.ir in the public web crawl.
6 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for zitro.ir.
| Mechanism | Target |
|---|---|
| SPF_A | s21.rgbgroup.ir |
| SPF_MX | zitro.ir |
Related pages
Pivot deeper into the graph from zitro.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zitro.ir"})-[: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.