Hostname
osu.pl
Last fetched
osu.pl resolves to 1 IPv4 address operated by AS29522 in PL. WHOIS lists registrar:o12.pl sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
osu.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 |
|---|---|---|---|---|
| 195.149.226.167 | 195.149.224.0/21 | AS29522 | — | PL |
WHOIS identity
- Registrar
- registrar:o12.pl sp. z o.o.
- Organization
- zgromadzenie sióstr urszulanek unii rzymskiej prowincja polska unii rzymskiej prowincja polska
- Contact emails
- —
Subdomains
26 observed subdomains of osu.pl.
Web-graph footprint
Distinct hostnames that link to or from osu.pl in the public web crawl.
33 sites link to this hostname.
106 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for osu.pl.
| Mechanism | Target |
|---|---|
| SPF_A | osu.pl |
| SPF_IP | 77.55.252.48 |
| SPF_IP | 77.55.252.56 |
| SPF_IP | 77.55.252.64 |
| SPF_IP | 77.55.252.76 |
| SPF_IP | 77.55.252.84 |
| SPF_IP | 77.55.253.14 |
| SPF_MX | osu.pl |
Related pages
Pivot deeper into the graph from osu.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "osu.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.