Hostname
himalayan.host
Last fetched
himalayan.host resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
himalayan.host resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.2.144 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.129.77 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 36.253.137.4 | 36.253.136.0/23 | AS38565 | — | NP |
WHOIS identity
- Registrar
- iana:303
- Organization
- himalayan host pvt.
- Contact emails
- —
Subdomains
47 observed subdomains of himalayan.host.
Showing 25 of 47. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for himalayan.host.
| Mechanism | Target |
|---|---|
| SPF_A | himalayan.host |
| SPF_IP | 173.198.225.106 |
| SPF_MX | himalayan.host |
Related pages
Pivot deeper into the graph from himalayan.host.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "himalayan.host"})-[: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.