Hostname
testus.ir
Last fetched
testus.ir resolves to 1 IPv4 address operated by PARVASYSTEM in DE.
Nutrition Label
Resolution chain
testus.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 |
|---|---|---|---|---|
| 212.23.201.50 | 212.23.201.0/24 | AS60631 | PARVASYSTEM | DE |
WHOIS identity
- Registrar
- —
- Organization
- hamidreza niroomand
- Contact emails
Subdomains
4 observed subdomains of testus.ir.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from testus.ir in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- testus.ir
SPF policy
5 SPF mechanisms authorising senders for testus.ir.
| Mechanism | Target |
|---|---|
| SPF_A | testus.ir |
| SPF_IP | 138.201.142.108 |
| SPF_IP | 212.23.201.50 |
| SPF_IP | 5.9.63.216 |
| SPF_MX | testus.ir |
Related pages
Pivot deeper into the graph from testus.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testus.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.