Hostname
safeharbor.pl
Last fetched
safeharbor.pl resolves to 2 IPv4 addresses operated by AS12824 in PL. WHOIS lists registrar:home.pl s.a. as the registrar.
Nutrition Label
Resolution chain
safeharbor.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 |
|---|---|---|---|---|
| 46.242.239.234 | 46.243.6.0/24 | AS12824 | — | PL |
| 83.168.99.220 | 83.168.114.0/23 | AS214349 | — | PL |
WHOIS identity
- Registrar
- registrar:home.pl s.a.
- Organization
- safe harbor karol urbański
- Contact emails
- —
Subdomains
2 observed subdomains of safeharbor.pl.
| Subdomain |
|---|
| mail.safeharbor.pl |
| www.safeharbor.pl |
Threat posture
History
Mail and authentication
MX records
- mail.safeharbor.pl
- safeharbor.pl
SPF policy
5 SPF mechanisms authorising senders for safeharbor.pl.
| Mechanism | Target |
|---|---|
| SPF_A | safeharbor.pl |
| SPF_INCLUDE | spf.vh.net.pl |
| SPF_IP | 83.168.99.220 |
| SPF_IP | 83.168.99.221 |
| SPF_MX | safeharbor.pl |
Related pages
Pivot deeper into the graph from safeharbor.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "safeharbor.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.