Hostname
thehost.ua
Last fetched
thehost.ua resolves to 2 IPv4 addresses operated by AS56485 in UA. WHOIS lists iana:1617 as the registrar.
Nutrition Label
Resolution chain
thehost.ua 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 |
|---|---|---|---|---|
| 91.234.32.2 | 91.234.32.0/22 | AS56485 | — | UA |
| 91.234.33.3 | 91.234.32.0/22 | AS56485 | — | UA |
WHOIS identity
- Registrar
- iana:1617
- Organization
- —
- Contact emails
- —
Subdomains
128 observed subdomains of thehost.ua.
Showing 25 of 128. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from thehost.ua in the public web crawl.
464 sites link to this hostname.
162 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for thehost.ua.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.relay.thehost.ua |
| SPF_INCLUDE | _spf.thehost.ua |
Related pages
Pivot deeper into the graph from thehost.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thehost.ua"})-[: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.