Hostname
mail33.hostbasket.com
Last fetched
mail33.hostbasket.com resolves to 4 IPv4 addresses operated by AS6848 in BE.
Nutrition Label
Resolution chain
mail33.hostbasket.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.152.59.36 | 185.152.167.0/24 | AS6848 | — | BE |
| 185.152.59.37 | 185.152.167.0/24 | AS6848 | — | BE |
| 185.152.59.38 | 185.152.167.0/24 | AS6848 | — | BE |
| 185.152.59.39 | 185.152.167.0/24 | AS6848 | — | BE |
WHOIS identity
No WHOIS records are currently associated with mail33.hostbasket.com in WhisperGraph.
Subdomains
1 observed subdomain of mail33.hostbasket.com.
| Subdomain |
|---|
| mta-sts.mail33.hostbasket.com |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mail33.hostbasket.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.cloud.telenet.be |
Related pages
Pivot deeper into the graph from mail33.hostbasket.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail33.hostbasket.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.