Hostname
solidgo.pl
Last fetched
solidgo.pl resolves to 2 IPv4 addresses operated by AS5617 in PL. WHOIS lists registrar:kru.pl sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
solidgo.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 |
|---|---|---|---|---|
| 213.25.153.180 | 213.25.0.0/16 | AS5617 | — | PL |
| 77.252.141.40 | 77.252.0.0/16 | AS12741 | — | PL |
WHOIS identity
- Registrar
- registrar:kru.pl sp. z o.o.
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of solidgo.pl.
| Subdomain |
|---|
| www.solidgo.pl |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for solidgo.pl.
| Mechanism | Target |
|---|---|
| SPF_A | solidgo.pl |
| SPF_IP | 83.15.90.234 |
| SPF_MX | solidgo.pl |
Related pages
Pivot deeper into the graph from solidgo.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "solidgo.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.