Hostname
u2t.dev
Last fetched
u2t.dev resolves to 4 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
u2t.dev resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.101.249.121 | 46.101.128.0/17 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 188.166.65.144 | 188.166.64.0/18 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
| 188.137.232.178 | 188.137.232.0/24 | AS211381 | — | NL |
| 212.86.114.22 | 212.86.114.0/24 | AS211381 | — | NL |
WHOIS identity
- Registrar
- iana:1479
- Organization
- see privacyguardian.org
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from u2t.dev in the public web crawl.
250 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from u2t.dev.
- IP · 46.101.249.121
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · iana:1479
- Country · DE
- Email · pwp-0bbdbb922daffd2fa2e99f115d2c0208@privacyguardian.org
- TLD · .dev
- Browse hostnames · u2…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "u2t.dev"})-[: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.