Hostname
apaulo.pl
Last fetched
apaulo.pl resolves to 2 IPv4 addresses operated by AS5617 in PL. WHOIS lists registrar:dinfo.pl sylwia wierońska as the registrar.
Nutrition Label
Resolution chain
apaulo.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 |
|---|---|---|---|---|
| 195.117.36.227 | 195.117.0.0/16 | AS5617 | — | PL |
| 77.55.252.22 | 77.55.252.0/23 | AS15967 | — | PL |
WHOIS identity
- Registrar
- registrar:dinfo.pl sylwia wierońska
- Organization
- zso im. św. wincentego a paulo
- Contact emails
- —
Subdomains
12 observed subdomains of apaulo.pl.
Web-graph footprint
Distinct hostnames that link to or from apaulo.pl in the public web crawl.
27 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- apaulo.pl
- mail.apaulo.pl
SPF policy
6 SPF mechanisms authorising senders for apaulo.pl.
| Mechanism | Target |
|---|---|
| SPF_A | apaulo.pl |
| SPF_IP | 195.117.36.226 |
| SPF_IP | 77.55.252.22 |
| SPF_IP | 77.55.252.58 |
| SPF_IP | 77.55.252.78 |
| SPF_MX | apaulo.pl |
Related pages
Pivot deeper into the graph from apaulo.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apaulo.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.