Hostname
cukrowski.de
Last fetched
cukrowski.de resolves to 1 IPv4 address operated by AS15456 in DE.
Nutrition Label
Resolution chain
cukrowski.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 |
|---|---|---|---|---|
| 62.116.188.132 | 62.116.160.0/19 | AS15456 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cukrowski.de in WhisperGraph.
Subdomains
4 observed subdomains of cukrowski.de.
Web-graph footprint
Distinct hostnames that link to or from cukrowski.de in the public web crawl.
5 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for cukrowski.de.
| Mechanism | Target |
|---|---|
| SPF_A | cukrowski.de |
| SPF_IP | 0:0:0:0:0:ffff:3e74:bc84 |
| SPF_IP | 0:0:0:0:0:ffff:3e74:bc85 |
| SPF_IP | 0:0:0:0:0:ffff:3e74:bc86 |
| SPF_IP | 0:0:0:0:0:ffff:3e74:bc87 |
| SPF_IP | 2404:6800:4003:c00:0:0:0:1b |
| SPF_IP | 2404:6800:4008:c1b:0:0:0:1a |
| SPF_IP | 2a00:1450:400c:c07:0:0:0:1b |
| SPF_IP | 2a00:1450:400c:c0b:0:0:0:1b |
| SPF_IP | 2a00:1450:400c:c0c:0:0:0:1a |
| SPF_IP | 2a00:1450:4010:c1c:0:0:0:1a |
| SPF_IP | 2a00:1450:4013:c16:0:0:0:1b |
| SPF_IP | 2a00:1450:4025:c03:0:0:0:1b |
| SPF_IP | 62.116.188.132 |
| SPF_IP | 62.116.188.133 |
| SPF_IP | 62.116.188.134 |
| SPF_IP | 62.116.188.135 |
| SPF_MX | cukrowski.de |
Related pages
Pivot deeper into the graph from cukrowski.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cukrowski.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.