Hostname
thehost.com.ua
Last fetched
thehost.com.ua resolves to 2 IPv4 addresses operated by AS56485 in UA. WHOIS lists iana:1617 as the registrar.
Nutrition Label
Resolution chain
thehost.com.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
- ??????? ????????? thehost
- Contact emails
Subdomains
5,026 observed subdomains of thehost.com.ua.
Showing 25 of 5,026. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from thehost.com.ua in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for thehost.com.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.com.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thehost.com.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.