Hostname
mastertest.ir
Last fetched
mastertest.ir resolves to 1 IPv4 address operated by AS21341 in IR. WHOIS lists iana:1600 as the registrar.
Nutrition Label
Resolution chain
mastertest.ir 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 |
|---|---|---|---|---|
| 62.220.100.168 | 62.220.96.0/21 | AS21341 | — | IR |
WHOIS identity
- Registrar
- iana:1600
- Organization
- davood momeni
- Contact emails
Subdomains
2 observed subdomains of mastertest.ir.
| Subdomain |
|---|
| mail.mastertest.ir |
| www.mastertest.ir |
Web-graph footprint
Distinct hostnames that link to or from mastertest.ir in the public web crawl.
28 sites link to this hostname.
666 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mastertest.ir
SPF policy
10 SPF mechanisms authorising senders for mastertest.ir.
| Mechanism | Target |
|---|---|
| SPF_A | mastertest.ir |
| SPF_IP | 45.86.87.102 |
| SPF_IP | 62.220.100.168 |
| SPF_IP | 62.220.100.179 |
| SPF_IP | 79.175.172.188 |
| SPF_IP | 87.107.124.169 |
| SPF_IP | 91.109.22.27 |
| SPF_IP | 94.182.195.51 |
| SPF_IP | 94.182.195.54 |
| SPF_MX | mastertest.ir |
Related pages
Pivot deeper into the graph from mastertest.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mastertest.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.