Hostname
e2ms.be
Last fetched
e2ms.be resolves to 1 IPv4 address operated by AS34762 in BE. WHOIS lists registrar:realtime register b.v. as the registrar.
Nutrition Label
Resolution chain
e2ms.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 |
|---|---|---|---|---|
| 94.176.98.69 | 94.176.98.0/23 | AS34762 | — | BE |
WHOIS identity
- Registrar
- registrar:realtime register b.v.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of e2ms.be.
| Subdomain |
|---|
| hostmaster.e2ms.be |
| www.e2ms.be |
Web-graph footprint
Distinct hostnames that link to or from e2ms.be in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for e2ms.be.
| Mechanism | Target |
|---|---|
| SPF_A | e2ms.be |
| SPF_INCLUDE | _spf.sendtex-newsletter.com |
| SPF_INCLUDE | _spf.sohosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.232.250.244 |
| SPF_IP | 185.232.250.245 |
| SPF_IP | 2a03:a800:8:0:0:0:0:c |
| SPF_IP | 94.176.98.69 |
| SPF_MX | e2ms.be |
Related pages
Pivot deeper into the graph from e2ms.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e2ms.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.