Skip to content

Hostname

ubys.us

Last fetched

ubys.us resolves to 14 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · ubys.usRouting diversity4.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/ubys.us

Resolution chain

ubys.us resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.16.156104.18.58.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.17.156104.18.58.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
18.200.182.818.238.14.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
18.200.205.24718.238.14.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
18.200.224.13118.238.14.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
34.243.163.2035.17.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
34.246.45.935.17.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
46.137.120.1446.142.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.IE
52.16.63.25252.46.16.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
52.18.106.15952.46.18.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
52.19.96.20052.46.18.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
52.209.83.6052.216.16.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
52.211.131.22852.216.16.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
52.211.99.23852.216.16.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:81
Organization
ubuy
Contact emails

Web-graph footprint

Distinct hostnames that link to or from ubys.us in the public web crawl.

503 sites link to this hostname.

164 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from ubys.us.

Cypher and MCP

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

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