Hostname
hostbuddy.cloud
Last fetched
hostbuddy.cloud resolves to 2 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
hostbuddy.cloud 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 |
|---|---|---|---|---|
| 149.56.36.63 | 149.56.0.0/16 | AS16276 | — | CA |
| 207.180.242.53 | 207.180.242.0/23 | AS51167 | — | DE |
WHOIS identity
- Registrar
- iana:1479
- Organization
- see privacyguardian.org
- Contact emails
- —
Subdomains
45 observed subdomains of hostbuddy.cloud.
Showing 25 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hostbuddy.cloud in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- hostbuddy.cloud
SPF policy
4 SPF mechanisms authorising senders for hostbuddy.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | hostbuddy.cloud |
| SPF_IP | 149.56.36.63 |
| SPF_IP | 207.180.242.53 |
| SPF_MX | hostbuddy.cloud |
Related pages
Pivot deeper into the graph from hostbuddy.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostbuddy.cloud"})-[: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.