Hostname
shopwareplugin.bechlem.de
Last fetched
shopwareplugin.bechlem.de resolves to 3 IPv4 addresses operated by STRATO STRATO AG in DE.
Nutrition Label
Resolution chain
shopwareplugin.bechlem.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 85.214.103.44 | 85.214.0.0/15 | AS6724 | STRATO STRATO AG | DE |
| 85.214.26.10 | 85.214.0.0/15 | AS6724 | STRATO STRATO AG | DE |
| 93.92.119.131 | 93.92.116.0/22 | AS59790 | BUNGALSKI-AS | DE |
WHOIS identity
No WHOIS records are currently associated with shopwareplugin.bechlem.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for shopwareplugin.bechlem.de.
| Mechanism | Target |
|---|---|
| SPF_A | shopwareplugin.bechlem.de |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 151.189.206.116 |
| SPF_IP | 2a01:238:43d4:8400:85:214:103:44 |
| SPF_IP | 2a01:238:43d4:8400:85:214:26:10 |
| SPF_IP | 85.214.103.44 |
| SPF_IP | 85.214.26.10 |
| SPF_IP | 93.92.119.131 |
| SPF_MX | shopwareplugin.bechlem.de |
Related pages
Pivot deeper into the graph from shopwareplugin.bechlem.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shopwareplugin.bechlem.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.