Hostname
22.su
Last fetched
22.su resolves to 1 IPv4 address operated by YDP-AS in NL. WHOIS lists registrar:salenames-su as the registrar.
Nutrition Label
Resolution chain
22.su 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 |
|---|---|---|---|---|
| 62.122.170.171 | 62.122.168.0/21 | AS50245 | YDP-AS | NL |
WHOIS identity
- Registrar
- registrar:salenames-su
- Organization
- datahost
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from 22.su.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "22.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.