Hostname
delde.be
Last fetched
delde.be resolves to 2 IPv4 addresses operated by AS211079 in BE.
Nutrition Label
Resolution chain
delde.be resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.83.228.81 | 185.83.228.0/24 | AS211079 | — | BE |
| 81.246.5.130 | 81.246.0.0/16 | AS5432 | — | BE |
WHOIS identity
No WHOIS records are currently associated with delde.be in WhisperGraph.
Subdomains
1 observed subdomain of delde.be.
| Subdomain |
|---|
| www.delde.be |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for delde.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.esi-informatique.com |
| SPF_INCLUDE | _spf.imust.be |
| SPF_MX | delde.be |
Related pages
Pivot deeper into the graph from delde.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "delde.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.