Hostname
bedumerwinterloop.nl
Last fetched
bedumerwinterloop.nl resolves to 2 IPv4 addresses operated by TRANSIP-AS Amsterdam, the Netherlands in NL.
Nutrition Label
Resolution chain
bedumerwinterloop.nl 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 |
|---|---|---|---|---|
| 85.10.146.194 | 85.10.128.0/19 | AS20857 | TRANSIP-AS Amsterdam, the Netherlands | NL |
| 87.253.157.55 | 87.253.128.0/19 | AS20857 | TRANSIP-AS Amsterdam, the Netherlands | NL |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from bedumerwinterloop.nl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bedumerwinterloop.nl.
| Mechanism | Target |
|---|---|
| SPF_A | bedumerwinterloop.nl |
| SPF_IP | 2a01:7c8:bb07:1ac:5054:ff:fe6e:243e |
| SPF_IP | 2a01:7c8:bb0c:3d7:5054:ff:feb3:8fba |
| SPF_IP | 85.10.146.194 |
| SPF_IP | 87.253.157.55 |
| SPF_MX | bedumerwinterloop.nl |
Related pages
Pivot deeper into the graph from bedumerwinterloop.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bedumerwinterloop.nl"})-[: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.