Hostname
beta.zoomit.be
Last fetched
beta.zoomit.be resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BE.
Nutrition Label
Resolution chain
beta.zoomit.be 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 |
|---|---|---|---|---|
| 13.225.238.113 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.238.124 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.238.23 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.238.27 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
WHOIS identity
No WHOIS records are currently associated with beta.zoomit.be in WhisperGraph.
Subdomains
9 observed subdomains of beta.zoomit.be.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for beta.zoomit.be.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.122.113.0/24 |
| SPF_IP | 195.122.121.0/24 |
Related pages
Pivot deeper into the graph from beta.zoomit.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beta.zoomit.be"})-[: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.