Skip to content

Hostname

ubi.li

Last fetched

ubi.li resolves to 4 IPv4 addresses operated by AS49544 in CA.

Nutrition Label

WHISPER CANON · ubi.liRouting diversity3.5/10Peering density8.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/ubi.li

Resolution chain

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

IPPrefixASNOperatorCountry
203.132.26.89203.132.26.0/24AS49544CA
34.197.16.12434.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.23.38.12452.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.94.113.15698.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
Organization
marc muraccini
Contact emails

Subdomains

1 observed subdomain of ubi.li.

Subdomain
www.ubi.li

Web-graph footprint

Distinct hostnames that link to or from ubi.li in the public web crawl.

321 sites link to this hostname.

42 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from ubi.li.

Cypher and MCP

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

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