Hostname
365corner.pl
Last fetched
365corner.pl resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists registrar:domena.pl sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
365corner.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 |
|---|---|---|---|---|
| 138.201.18.23 | 138.201.0.0/16 | AS24940 | — | DE |
| 77.55.252.135 | 77.55.252.0/23 | AS15967 | — | PL |
WHOIS identity
- Registrar
- registrar:domena.pl sp. z o.o.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of 365corner.pl.
| Subdomain |
|---|
| mail.365corner.pl |
| www.365corner.pl |
Web-graph footprint
Distinct hostnames that link to or from 365corner.pl in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for 365corner.pl.
| Mechanism | Target |
|---|---|
| SPF_A | 365corner.pl |
| SPF_IP | 138.201.18.23 |
| SPF_IP | 77.55.252.135 |
| SPF_MX | 365corner.pl |
Related pages
Pivot deeper into the graph from 365corner.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "365corner.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.