Hostname
sec.uz
Last fetched
sec.uz resolves to 2 IPv4 addresses operated by AS202660 in UZ. WHOIS lists registrar:arsenal-d as the registrar.
Nutrition Label
Resolution chain
sec.uz resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.74.5.99 | 185.74.4.0/22 | AS202660 | — | UZ |
| 185.74.6.169 | 185.74.4.0/22 | AS202660 | — | UZ |
WHOIS identity
- Registrar
- registrar:arsenal-d
- Organization
- —
- Contact emails
- —
Subdomains
93 observed subdomains of sec.uz.
Showing 25 of 93. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for sec.uz.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sec.uz |
| SPF_MX | sec.uz |
Related pages
Pivot deeper into the graph from sec.uz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sec.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.