Hostname
7dms.ir
Last fetched
7dms.ir resolves to 1 IPv4 address operated by IR-THR-PTE in IR.
Nutrition Label
Resolution chain
7dms.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 |
|---|---|---|---|---|
| 85.9.70.29 | 85.9.64.0/18 | AS49100 | IR-THR-PTE | IR |
WHOIS identity
No WHOIS records are currently associated with 7dms.ir in WhisperGraph.
Subdomains
3 observed subdomains of 7dms.ir.
| Subdomain |
|---|
| ir.7dms.ir |
| www.7dms.ir |
| mail.7dms.ir |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from 7dms.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "7dms.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.