Hostname
brugman.pl
Last fetched
brugman.pl resolves to 1 IPv4 address operated by AS34762 in BE. WHOIS lists registrar:internetx gmbh as the registrar.
Nutrition Label
Resolution chain
brugman.pl 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 |
|---|---|---|---|---|
| 83.217.78.190 | 83.217.64.0/19 | AS34762 | — | BE |
WHOIS identity
- Registrar
- registrar:internetx gmbh
- Organization
- kermi
- Contact emails
- —
Subdomains
6 observed subdomains of brugman.pl.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from brugman.pl in the public web crawl.
13 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for brugman.pl.
| Mechanism | Target |
|---|---|
| SPF_A | brugman.pl |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.246.223.96/29 |
| SPF_IP | 217.111.229.200/29 |
| SPF_IP | 62.72.113.96/28 |
Related pages
Pivot deeper into the graph from brugman.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brugman.pl"})-[: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.