Hostname
astar.pl
Last fetched
astar.pl resolves to 1 IPv4 address operated by AS16276 in PL. WHOIS lists registrar:wizjanet sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
astar.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 |
|---|---|---|---|---|
| 54.37.137.227 | 54.37.0.0/16 | AS16276 | — | PL |
WHOIS identity
- Registrar
- registrar:wizjanet sp. z o.o.
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of astar.pl.
Web-graph footprint
Distinct hostnames that link to or from astar.pl in the public web crawl.
29 sites link to this hostname.
32 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for astar.pl.
| Mechanism | Target |
|---|---|
| SPF_A | _spf.mlsend.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_IP | 62.87.187.0/26 |
| SPF_IP | 78.11.50.10 |
| SPF_IP | 78.11.50.14 |
| SPF_IP | 83.13.131.250/29 |
| SPF_IP | 91.217.242.0/25 |
Related pages
Pivot deeper into the graph from astar.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "astar.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.