Hostname
diyonex.com
Last fetched
diyonex.com resolves to 2 IPv4 addresses operated by AS48660 in TR. WHOIS lists iana:1454 as the registrar.
Nutrition Label
Resolution chain
diyonex.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 |
|---|---|---|---|---|
| 217.195.202.3 | 217.195.202.0/24 | AS48660 | — | TR |
| 85.159.66.62 | 85.159.66.0/24 | AS34619 | — | TR |
WHOIS identity
- Registrar
- iana:1454
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of diyonex.com.
| Subdomain |
|---|
| mail.diyonex.com |
| www.diyonex.com |
Web-graph footprint
Distinct hostnames that link to or from diyonex.com in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- diyonex.com
SPF policy
5 SPF mechanisms authorising senders for diyonex.com.
| Mechanism | Target |
|---|---|
| SPF_A | diyonex.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 217.195.202.3 |
| SPF_IP | 45.158.12.7 |
| SPF_MX | diyonex.com |
Related pages
Pivot deeper into the graph from diyonex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "diyonex.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.