Skip to content

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

WHISPER CANON · 22.suRouting diversity1.5/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint0.0/10canon.whisper.security/host/22.su

Resolution chain

22.su resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
62.122.170.17162.122.168.0/21AS50245YDP-ASNL

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.