Hostname
gemini.pl
Last fetched
gemini.pl resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:home.pl s.a. as the registrar.
Nutrition Label
Resolution chain
gemini.pl resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- registrar:home.pl s.a.
- Organization
- —
- Contact emails
- —
Subdomains
16 observed subdomains of gemini.pl.
Web-graph footprint
Distinct hostnames that link to or from gemini.pl in the public web crawl.
1,293 sites link to this hostname.
64 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for gemini.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | _spf.mxtools.pl |
| SPF_INCLUDE | _spf.redlink.pl |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 91.236.232.0/24 |
Related pages
Pivot deeper into the graph from gemini.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gemini.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.