Hostname
4dns.su
Last fetched
4dns.su resolves to 3 IPv4 addresses operated by AS215540 in NL. WHOIS lists registrar:regru-su as the registrar.
Nutrition Label
Resolution chain
4dns.su resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 89.23.103.10 | 89.23.103.0/24 | AS215540 | — | NL |
| 89.23.103.16 | 89.23.103.0/24 | AS215540 | — | NL |
| 89.23.107.224 | 89.23.107.0/24 | AS215540 | — | NL |
WHOIS identity
- Registrar
- registrar:regru-su
- Organization
- private person
- Contact emails
Subdomains
3 observed subdomains of 4dns.su.
| Subdomain |
|---|
| ns1.4dns.su |
| ns2.4dns.su |
| ns3.4dns.su |
Threat posture
History
Related pages
Pivot deeper into the graph from 4dns.su.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4dns.su"})-[: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.