Hostname
ipgate.pl
Last fetched
ipgate.pl resolves to 1 IPv4 address operated by AS12912 in PL. WHOIS lists registrar:cyber_folks s.a. as the registrar.
Nutrition Label
Resolution chain
ipgate.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 |
|---|---|---|---|---|
| 217.153.128.165 | 217.153.0.0/16 | AS12912 | — | PL |
WHOIS identity
- Registrar
- registrar:cyber_folks s.a.
- Organization
- t-mobile polska
- Contact emails
- —
Subdomains
1 observed subdomain of ipgate.pl.
| Subdomain |
|---|
| www.ipgate.pl |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ipgate.pl.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.ipartners.pl |
| SPF_A | smtpauth.ipartners.pl |
| SPF_IP | 157.25.5.96/27 |
| SPF_IP | 2001:4190:8002:1::0/111 |
Related pages
Pivot deeper into the graph from ipgate.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipgate.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.