Hostname
btechnics.uz
Last fetched
btechnics.uz resolves to 1 IPv4 address operated by AS43647 in UZ.
Nutrition Label
Resolution chain
btechnics.uz resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.148.30.22 | 213.148.30.0/24 | AS43647 | — | UZ |
WHOIS identity
No WHOIS records are currently associated with btechnics.uz in WhisperGraph.
Subdomains
5 observed subdomains of btechnics.uz.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for btechnics.uz.
| Mechanism | Target |
|---|---|
| SPF_A | btechnics.uz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.158.30.109 |
| SPF_IP | 217.30.169.83 |
| SPF_IP | 65.108.55.58 |
| SPF_IP | 65.108.83.73 |
| SPF_IP | 87.237.236.20 |
| SPF_IP | 93.188.81.83 |
| SPF_MX | btechnics.uz |
Related pages
Pivot deeper into the graph from btechnics.uz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "btechnics.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.