Hostname
hegen.be
Last fetched
hegen.be resolves to 2 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
hegen.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 |
|---|---|---|---|---|
| 54.38.65.118 | 54.38.0.0/16 | AS16276 | — | FR |
| 91.98.124.150 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with hegen.be in WhisperGraph.
Subdomains
3 observed subdomains of hegen.be.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for hegen.be.
| Mechanism | Target |
|---|---|
| SPF_A | hegen.be |
| SPF_INCLUDE | mxlogin.com |
| SPF_MX | hegen.be |
Related pages
Pivot deeper into the graph from hegen.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hegen.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.