Hostname
babal.host
Last fetched
babal.host resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1913 as the registrar.
Nutrition Label
Resolution chain
babal.host resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.29.3 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.171.53 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 202.51.74.193 | 202.51.74.0/23 | AS23647 | — | NP |
WHOIS identity
- Registrar
- iana:1913
- Organization
- tyro soft pvt.
- Contact emails
- —
Subdomains
36 observed subdomains of babal.host.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from babal.host in the public web crawl.
29 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for babal.host.
| Mechanism | Target |
|---|---|
| SPF_A | babal.host |
| SPF_A | spf.managedns.org |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 172.104.184.240 |
| SPF_IP | 23.106.120.176 |
| SPF_IP | 23.106.253.219 |
| SPF_IP | 45.118.134.104 |
| SPF_MX | babal.host |
Related pages
Pivot deeper into the graph from babal.host.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "babal.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.