Hostname
montea.be
Last fetched
montea.be resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:combell nv as the registrar.
Nutrition Label
Resolution chain
montea.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 |
|---|---|---|---|---|
| 104.17.124.41 | 104.17.112.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.17.125.41 | 104.17.112.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:combell nv
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of montea.be.
| Subdomain |
|---|
| post.montea.be |
| www.montea.be |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for montea.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu.mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_IP | 188.93.81.158 |
| SPF_IP | 194.78.229.103 |
| SPF_IP | 194.78.51.4 |
| SPF_IP | 91.183.167.12 |
Related pages
Pivot deeper into the graph from montea.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "montea.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.