Hostname
baer-service.de
Last fetched
baer-service.de resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
baer-service.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 |
|---|---|---|---|---|
| 51.77.133.47 | 51.77.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with baer-service.de in WhisperGraph.
Subdomains
15 observed subdomains of baer-service.de.
Showing 14 of 15. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from baer-service.de in the public web crawl.
391 sites link to this hostname.
77 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for baer-service.de.
| Mechanism | Target |
|---|---|
| SPF_A | baer-service.de |
| SPF_INCLUDE | _spf.mailersend.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.251.91.78 |
| SPF_IP | 149.202.248.210/32 |
| SPF_IP | 178.63.252.227 |
| SPF_IP | 185.133.239.6 |
| SPF_IP | 185.133.239.87 |
| SPF_IP | 37.16.66.45/32 |
| SPF_IP | 51.255.10.133 |
| SPF_IP | 51.77.133.47 |
| SPF_IP | 87.98.240.248/32 |
| SPF_MX | baer-service.de |
Related pages
Pivot deeper into the graph from baer-service.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "baer-service.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.