Hostname
paczynski.eu
Last fetched
paczynski.eu resolves to 2 IPv4 addresses operated by ITH- in PL. WHOIS lists registrar:infocal sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
paczynski.eu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.53.193.151 | 194.53.193.0/24 | AS207668 | ITH- | PL |
| 51.83.170.176 | 51.83.0.0/16 | AS16276 | OVH | PL |
WHOIS identity
- Registrar
- registrar:infocal sp. z o.o.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of paczynski.eu.
| Subdomain |
|---|
| mail.paczynski.eu |
| www.paczynski.eu |
Web-graph footprint
Distinct hostnames that link to or from paczynski.eu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for paczynski.eu.
| Mechanism | Target |
|---|---|
| SPF_A | paczynski.eu |
| SPF_IP | 194.53.193.150 |
| SPF_IP | 51.83.236.185 |
| SPF_MX | paczynski.eu |
Related pages
Pivot deeper into the graph from paczynski.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "paczynski.eu"})-[: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.