Hostname
kreisel.com.pl
Last fetched
kreisel.com.pl resolves to 1 IPv4 address operated by AS1836 in CH. WHOIS lists registrar:united-domains gmbh as the registrar.
Nutrition Label
Resolution chain
kreisel.com.pl 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 |
|---|---|---|---|---|
| 194.147.77.30 | 194.147.76.0/23 | AS1836 | — | CH |
WHOIS identity
- Registrar
- registrar:united-domains gmbh
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of kreisel.com.pl.
Web-graph footprint
Distinct hostnames that link to or from kreisel.com.pl in the public web crawl.
17 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for kreisel.com.pl.
| Mechanism | Target |
|---|---|
| SPF_A | fx-lb.atnet-web.solutions |
| SPF_A | mail.ostendis.ch |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.147.76.17 |
| SPF_IP | 194.147.76.18 |
| SPF_MX | kreisel.com.pl |
Related pages
Pivot deeper into the graph from kreisel.com.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kreisel.com.pl"})-[: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.