Hostname
dmtalk.ir
Last fetched
dmtalk.ir resolves to 1 IPv4 address operated by AS24940 in FI.
Nutrition Label
Resolution chain
dmtalk.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 |
|---|---|---|---|---|
| 65.108.79.237 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with dmtalk.ir in WhisperGraph.
Subdomains
2 observed subdomains of dmtalk.ir.
| Subdomain |
|---|
| mail.dmtalk.ir |
| www.dmtalk.ir |
Web-graph footprint
Distinct hostnames that link to or from dmtalk.ir in the public web crawl.
6 sites link to this hostname.
88 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- dmtalk.ir
SPF policy
9 SPF mechanisms authorising senders for dmtalk.ir.
| Mechanism | Target |
|---|---|
| SPF_A | dmtalk.ir |
| SPF_IP | 185.51.203.171 |
| SPF_IP | 195.201.173.214 |
| SPF_IP | 65.108.2.247 |
| SPF_IP | 65.108.79.237 |
| SPF_IP | 78.157.38.115 |
| SPF_IP | 78.157.51.251 |
| SPF_IP | 94.130.49.195 |
| SPF_MX | dmtalk.ir |
Related pages
Pivot deeper into the graph from dmtalk.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dmtalk.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.