Hostname
gate-ltd.eu
Last fetched
gate-ltd.eu resolves to 1 IPv4 address operated by AS29522 in PL.
Nutrition Label
Resolution chain
gate-ltd.eu 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 |
|---|---|---|---|---|
| 94.152.11.136 | 94.152.0.0/20 | AS29522 | — | PL |
WHOIS identity
No WHOIS records are currently associated with gate-ltd.eu in WhisperGraph.
Subdomains
2 observed subdomains of gate-ltd.eu.
| Subdomain |
|---|
| ua.gate-ltd.eu |
| www.gate-ltd.eu |
Threat posture
History
Mail and authentication
MX records
- gate-ltd.eu
SPF policy
3 SPF mechanisms authorising senders for gate-ltd.eu.
| Mechanism | Target |
|---|---|
| SPF_A | gate-ltd.eu |
| SPF_INCLUDE | spf.tld.pl |
| SPF_MX | gate-ltd.eu |
Related pages
Pivot deeper into the graph from gate-ltd.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gate-ltd.eu"})-[: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.