Hostname
adpi.uz
Last fetched
adpi.uz resolves to 4 IPv4 addresses operated by ONENET - LLC ONE-NET in UZ.
Nutrition Label
Resolution chain
adpi.uz 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 |
|---|---|---|---|---|
| 109.207.255.226 | 109.207.255.0/24 | AS197661 | ONENET - LLC ONE-NET | UZ |
| 109.207.255.234 | 109.207.255.0/24 | AS197661 | ONENET - LLC ONE-NET | UZ |
| 213.230.125.242 | 213.230.125.0/24 | AS8193 | BRM-AS - "Uzbektelekom" Joint Stock Company | UZ |
| 213.230.125.243 | 213.230.125.0/24 | AS8193 | BRM-AS - "Uzbektelekom" Joint Stock Company | UZ |
WHOIS identity
No WHOIS records are currently associated with adpi.uz in WhisperGraph.
Subdomains
49 observed subdomains of adpi.uz.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adpi.uz in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for adpi.uz.
| Mechanism | Target |
|---|---|
| SPF_A | adpi.uz |
| SPF_IP | 95.46.96.15 |
| SPF_MX | adpi.uz |
Related pages
Pivot deeper into the graph from adpi.uz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adpi.uz"})-[: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.