Hostname
rednet.pl
Last fetched
rednet.pl resolves to 1 IPv4 address operated by AS57367 in PL. WHOIS lists registrar:perskimedia szymon perski as the registrar.
Nutrition Label
Resolution chain
rednet.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 |
|---|---|---|---|---|
| 128.204.216.131 | 128.204.216.0/24 | AS57367 | — | PL |
WHOIS identity
- Registrar
- registrar:perskimedia szymon perski
- Organization
- —
- Contact emails
- —
Subdomains
39 observed subdomains of rednet.pl.
Showing 25 of 39. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for rednet.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_IP | 128.204.216.128/27 |
| SPF_IP | 185.36.168.217 |
| SPF_IP | 83.18.167.29 |
| SPF_MX | rednet.pl |
Related pages
Pivot deeper into the graph from rednet.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rednet.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.