Hostname
bluum.de
Last fetched
bluum.de resolves to 1 IPv4 address operated by medialine-eurotrade-ag - Medialine EuroTrade AG in DE.
Nutrition Label
Resolution chain
bluum.de 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 |
|---|---|---|---|---|
| 45.89.163.75 | 45.89.160.0/22 | AS205614 | medialine-eurotrade-ag - Medialine EuroTrade AG | DE |
WHOIS identity
No WHOIS records are currently associated with bluum.de in WhisperGraph.
Subdomains
6 observed subdomains of bluum.de.
Web-graph footprint
Distinct hostnames that link to or from bluum.de in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for bluum.de.
| Mechanism | Target |
|---|---|
| SPF_A | 3c1eb38a3460.p236.email.myshopify.com |
| SPF_A | k31469.coveto.de |
| SPF_A | shop.swp.de |
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | spf.msh.de |
| SPF_IP | 194.195.3.64/27 |
| SPF_IP | 85.13.131.115 |
| SPF_MX | bluum.de |
Related pages
Pivot deeper into the graph from bluum.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bluum.de"})-[: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.