Hostname
11u.me
Last fetched
11u.me resolves to 3 IPv4 addresses operated by AS55933 in HK.
Nutrition Label
Resolution chain
11u.me resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.115.44.8 | 103.115.44.0/23 | AS55933 | — | HK |
| 104.21.9.242 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.161.198 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with 11u.me in WhisperGraph.
Subdomains
3 observed subdomains of 11u.me.
| Subdomain |
|---|
| 78stu.11u.me |
| 90vwx.11u.me |
| l5m6n.11u.me |
Threat posture
History
Related pages
Pivot deeper into the graph from 11u.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "11u.me"})-[: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.