Hostname
h5.be
Last fetched
h5.be resolves to 2 IPv4 addresses operated by AS203318 in NL.
Nutrition Label
Resolution chain
h5.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 |
|---|---|---|---|---|
| 45.153.84.188 | 45.153.84.0/22 | AS203318 | — | NL |
| 93.119.0.240 | 93.119.0.0/20 | AS20857 | — | NL |
WHOIS identity
No WHOIS records are currently associated with h5.be in WhisperGraph.
Subdomains
5 observed subdomains of h5.be.
| Subdomain |
|---|
| com.h5.be |
| mail.h5.be |
| www.h5.be |
Showing 3 of 5. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for h5.be.
| Mechanism | Target |
|---|---|
| SPF_A | h5.be |
| SPF_INCLUDE | _spf.transip.email |
| SPF_INCLUDE | spf.bizway.nl |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_IP | 159.223.228.215 |
| SPF_IP | 45.153.84.166 |
| SPF_IP | 45.153.84.188 |
| SPF_IP | 62.84.247.157 |
| SPF_IP | 82.161.224.123 |
| SPF_IP | 82.94.169.225 |
| SPF_IP | 84.247.13.244 |
| SPF_IP | 93.119.0.240 |
| SPF_MX | h5.be |
Related pages
Pivot deeper into the graph from h5.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "h5.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.