Hostname
zwalm.be
Last fetched
zwalm.be resolves to 1 IPv4 address operated by AS5432 in BE. WHOIS lists registrar:nomeo as the registrar.
Nutrition Label
Resolution chain
zwalm.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 |
|---|---|---|---|---|
| 91.183.128.214 | 91.183.0.0/16 | AS5432 | — | BE |
WHOIS identity
- Registrar
- registrar:nomeo
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of zwalm.be.
Web-graph footprint
Distinct hostnames that link to or from zwalm.be in the public web crawl.
89 sites link to this hostname.
191 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for zwalm.be.
| Mechanism | Target |
|---|---|
| SPF_A | zwalm.be |
| SPF_INCLUDE | oclcspf3.oclc.org |
| SPF_INCLUDE | spf.ciport.be |
| SPF_INCLUDE | spf.facilitator.e2e.be |
| SPF_INCLUDE | spf.mail.nomeo.be |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 212.72.62.129/32 |
| SPF_IP | 37.230.127.177 |
| SPF_MX | zwalm.be |
Related pages
Pivot deeper into the graph from zwalm.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zwalm.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.