Hostname
plicbd.uke.gov.pl
Last fetched
plicbd.uke.gov.pl resolves to 2 IPv4 addresses operated by AS197250 in PL.
Nutrition Label
Resolution chain
plicbd.uke.gov.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 |
|---|---|---|---|---|
| 91.217.24.10 | 91.217.24.0/24 | AS197250 | — | PL |
| 91.217.25.10 | 91.217.25.0/24 | AS197250 | — | PL |
WHOIS identity
No WHOIS records are currently associated with plicbd.uke.gov.pl in WhisperGraph.
Subdomains
2 observed subdomains of plicbd.uke.gov.pl.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for plicbd.uke.gov.pl.
| Mechanism | Target |
|---|---|
| SPF_IP | 91.217.24.10 |
| SPF_IP | 91.217.25.10 |
Related pages
Pivot deeper into the graph from plicbd.uke.gov.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "plicbd.uke.gov.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.