Skip to content

Hostname

ns53.io

Last fetched

ns53.io resolves to 4 IPv4 addresses operated by UPCLOUD - UpCloud Ltd in PL. WHOIS lists iana:1464 as the registrar.

Nutrition Label

WHISPER CANON · ns53.ioRouting diversity3.5/10Peering density5.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint6.3/10canon.whisper.security/host/ns53.io

Resolution chain

ns53.io resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.70.198.56185.70.196.0/22AS202053UPCLOUD - UpCloud LtdPL
194.62.98.213194.62.96.0/22AS202053UPCLOUD - UpCloud LtdES
94.237.69.13794.237.64.0/20AS202053UPCLOUD - UpCloud LtdSG
95.111.219.18995.111.216.0/21AS202053UPCLOUD - UpCloud LtdAU

WHOIS identity

Registrar
iana:1464
Organization
nomeo bvba
Contact emails

Subdomains

1 observed subdomain of ns53.io.

Subdomain
ns.ns53.io

Threat posture

History

Related pages

Pivot deeper into the graph from ns53.io.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ns53.io"})-[: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.