Hostname
zomorodstone.com
Last fetched
zomorodstone.com resolves to 2 IPv4 addresses operated by AS24940 in FI. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
zomorodstone.com 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 |
|---|---|---|---|---|
| 65.109.199.20 | 65.109.0.0/16 | AS24940 | — | FI |
| 89.32.248.240 | 89.32.248.0/24 | AS204213 | — | IR |
WHOIS identity
- Registrar
- iana:69
- Organization
- —
- Contact emails
Subdomains
7 observed subdomains of zomorodstone.com.
Threat posture
History
Mail and authentication
MX records
- zomorodstone.com
SPF policy
13 SPF mechanisms authorising senders for zomorodstone.com.
| Mechanism | Target |
|---|---|
| SPF_A | zomorodstone.com |
| SPF_IP | 109.236.84.126 |
| SPF_IP | 138.201.32.233 |
| SPF_IP | 45.139.11.75 |
| SPF_IP | 45.95.147.156 |
| SPF_IP | 65.109.199.20 |
| SPF_IP | 78.157.38.108 |
| SPF_IP | 78.157.38.111 |
| SPF_IP | 89.106.206.244 |
| SPF_IP | 89.32.248.240 |
| SPF_IP | 94.130.219.217 |
| SPF_IP | 94.130.44.82 |
| SPF_MX | zomorodstone.com |
Related pages
Pivot deeper into the graph from zomorodstone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zomorodstone.com"})-[: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.