Hostname
bc.ssystems.de
Last fetched
bc.ssystems.de resolves to 1 IPv4 address operated by netcup-AS - netcup GmbH in DE.
Nutrition Label
Resolution chain
bc.ssystems.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 |
|---|---|---|---|---|
| 188.68.61.36 | 188.68.60.0/23 | AS197540 | netcup-AS - netcup GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with bc.ssystems.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for bc.ssystems.de.
| Mechanism | Target |
|---|---|
| SPF_A | bc.ssystems.de |
| SPF_INCLUDE | _spf.scw-tem.cloud |
| SPF_IP | 116.203.228.135 |
| SPF_IP | 188.68.61.36 |
| SPF_IP | 65.108.58.149 |
| SPF_MX | bc.ssystems.de |
Related pages
Pivot deeper into the graph from bc.ssystems.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bc.ssystems.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.