Hostname
forgeo.pl
Last fetched
forgeo.pl resolves to 2 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in TH. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
forgeo.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 |
|---|---|---|---|---|
| 128.1.35.170 | 128.1.35.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | TH |
| 200.25.22.6 | 200.25.22.0/24 | AS7195 | EDGEUNO S.A.S | CL |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- forgeo jakub kowalski
- Contact emails
- —
Subdomains
7 observed subdomains of forgeo.pl.
Web-graph footprint
Distinct hostnames that link to or from forgeo.pl in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for forgeo.pl.
| Mechanism | Target |
|---|---|
| SPF_A | forgeo.pl |
| SPF_INCLUDE | spf.roduq-hosting.com |
| SPF_MX | forgeo.pl |
Related pages
Pivot deeper into the graph from forgeo.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "forgeo.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.