Hostname
braem.com
Last fetched
braem.com resolves to 1 IPv4 address operated by AS202053 in NL. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
braem.com 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.237.47.241 | 94.237.40.0/21 | AS202053 | — | NL |
WHOIS identity
- Registrar
- iana:106
- Organization
- braem gebroeders nv
- Contact emails
Subdomains
11 observed subdomains of braem.com.
Web-graph footprint
Distinct hostnames that link to or from braem.com in the public web crawl.
131 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
24 SPF mechanisms authorising senders for braem.com.
| Mechanism | Target |
|---|---|
| SPF_A | cs226.studioemma.com |
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.mailgun.org |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.ess.uk.barracudanetworks.com |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.mail.cloudstar.be |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 186.179.91.0/24 |
| SPF_IP | 194.78.51.162/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403:8000::/51 |
| SPF_IP | 2a01:111:f403::/49 |
| SPF_IP | 2a01:111:f403:c000::/51 |
| SPF_IP | 2a01:111:f403:f000::/52 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.100.0.0/15 |
| SPF_IP | 52.102.0.0/16 |
| SPF_IP | 52.103.0.0/17 |
| SPF_IP | 62.213.218.0/23 |
Related pages
Pivot deeper into the graph from braem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "braem.com"})-[: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.