Hostname
uq15.com
Last fetched
uq15.com resolves to 5 IPv4 addresses operated by AS152194 in HK. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
uq15.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:1923
- Organization
- domain administrator
- Contact emails
- huangjiahuan1@gmail.com
- a9b4df5236b44bbd9691903adabb9e5e.protect@withheldforprivacy.com
- fmuedini@butler.edu
- pw-29833059f4f71ae7406124a77f29f511@privacyguardian.org
- pw-ab1dbacd3c136661ac2f99e483576b17@privacyguardian.org
- pw-ce70ac73f66229a84bb93ff6b62ff34d@privacyguardian.org
- pw-d6fef1a9296e2357f0911f2861208e29@privacyguardian.org
Subdomains
2 observed subdomains of uq15.com.
| Subdomain |
|---|
| sitemaps.uq15.com |
| www.uq15.com |
Threat posture
History
Related pages
Pivot deeper into the graph from uq15.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uq15.com"})-[: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.