Hostname
daynex.net
Last fetched
daynex.net resolves to 1 IPv4 address operated by AS48678 in TR. WHOIS lists iana:1601 as the registrar.
Nutrition Label
Resolution chain
daynex.net 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.68.60.21 | 212.68.60.0/24 | AS48678 | — | TR |
WHOIS identity
- Registrar
- iana:1601
- Organization
- internet reklamciligi
- Contact emails
Subdomains
7 observed subdomains of daynex.net.
Web-graph footprint
Distinct hostnames that link to or from daynex.net in the public web crawl.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- daynex.net
SPF policy
6 SPF mechanisms authorising senders for daynex.net.
| Mechanism | Target |
|---|---|
| SPF_A | daynex.net |
| SPF_IP | 176.88.116.226 |
| SPF_IP | 176.88.116.227 |
| SPF_IP | 212.68.60.21 |
| SPF_IP | 95.211.40.123 |
| SPF_MX | daynex.net |
Related pages
Pivot deeper into the graph from daynex.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daynex.net"})-[: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.