Hostname
gza.be
Last fetched
gza.be resolves to 1 IPv4 address operated by AS2611 in BE. WHOIS lists registrar:register nv/sa as the registrar.
Nutrition Label
Resolution chain
gza.be 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 |
|---|---|---|---|---|
| 93.190.122.135 | 93.190.153.0/24 | AS2611 | — | BE |
WHOIS identity
- Registrar
- registrar:register nv/sa
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of gza.be.
Web-graph footprint
Distinct hostnames that link to or from gza.be in the public web crawl.
24 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for gza.be.
| Mechanism | Target |
|---|---|
| SPF_A | www.gzaziekenhuizen.be |
| SPF_INCLUDE | _spf.relay.mailprotect.be |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.eprov.nl |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 172.246.22.252 |
| SPF_IP | 188.93.157.159 |
| SPF_IP | 212.123.31.205 |
| SPF_IP | 2a00:1140:200:0:0:0:0:db |
| SPF_IP | 93.190.122.136/29 |
Related pages
Pivot deeper into the graph from gza.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gza.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.