Hostname
grzane.pl
Last fetched
grzane.pl resolves to 2 IPv4 addresses operated by AS57367 in PL. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
grzane.pl 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 |
|---|---|---|---|---|
| 128.204.223.184 | 128.204.223.0/24 | AS57367 | — | PL |
| 31.186.81.181 | 31.186.80.0/21 | AS57367 | — | PL |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- —
- Contact emails
- —
Subdomains
10 observed subdomains of grzane.pl.
Web-graph footprint
Distinct hostnames that link to or from grzane.pl in the public web crawl.
8 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- grzane.pl
SPF policy
4 SPF mechanisms authorising senders for grzane.pl.
| Mechanism | Target |
|---|---|
| SPF_A | grzane.pl |
| SPF_IP | 31.186.84.145 |
| SPF_IP | 77.79.227.15 |
| SPF_MX | grzane.pl |
Related pages
Pivot deeper into the graph from grzane.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grzane.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.