Hostname
bazios.com
Last fetched
bazios.com resolves to 1 IPv4 address operated by DNHOST - DNHOST IKE in GR. WHOIS lists iana:1727 as the registrar.
Nutrition Label
Resolution chain
bazios.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.29.24.10 | 185.29.24.0/22 | AS200128 | DNHOST - DNHOST IKE | GR |
WHOIS identity
- Registrar
- iana:1727
- Organization
- alevizos panagiotis
- Contact emails
Subdomains
2 observed subdomains of bazios.com.
| Subdomain |
|---|
| mail.bazios.com |
| www.bazios.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bazios.com.
| Mechanism | Target |
|---|---|
| SPF_A | bazios.com |
| SPF_A | mail.mailhost.gr |
| SPF_IP | 185.25.22.136 |
| SPF_IP | 195.201.131.170 |
| SPF_IP | 2a01:4f8:1c1c:4f7c:0:0:0:1 |
| SPF_MX | bazios.com |
Related pages
Pivot deeper into the graph from bazios.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bazios.com"})-[: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.