Hostname
pdrserwis.pl
Last fetched
pdrserwis.pl resolves to 2 IPv4 addresses operated by AS197155 in PL.
Nutrition Label
Resolution chain
pdrserwis.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 |
|---|---|---|---|---|
| 5.187.49.111 | 5.187.49.0/24 | AS197155 | — | PL |
| 91.236.131.75 | 91.236.131.0/24 | AS60713 | — | PL |
WHOIS identity
No WHOIS records are currently associated with pdrserwis.pl in WhisperGraph.
Subdomains
5 observed subdomains of pdrserwis.pl.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for pdrserwis.pl.
| Mechanism | Target |
|---|---|
| SPF_A | pdrserwis.pl |
| SPF_IP | 5.187.49.111 |
| SPF_MX | pdrserwis.pl |
| SPF_REDIRECT | _spf-h75.microhost.pl |
Related pages
Pivot deeper into the graph from pdrserwis.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pdrserwis.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.