Hostname
mapiso.pl
Last fetched
mapiso.pl resolves to 1 IPv4 address operated by TM in PL. WHOIS lists registrar:domena.pl sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
mapiso.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.8.182.165 | 217.8.160.0/19 | AS12912 | TM | PL |
WHOIS identity
- Registrar
- registrar:domena.pl sp. z o.o.
- Organization
- mapiso biuro rachunkowo-ekonomiczne sp. z o.o.
- Contact emails
- —
Subdomains
2 observed subdomains of mapiso.pl.
| Subdomain |
|---|
| mail.mapiso.pl |
| www.mapiso.pl |
Web-graph footprint
Distinct hostnames that link to or from mapiso.pl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for mapiso.pl.
| Mechanism | Target |
|---|---|
| SPF_IP | 217.8.182.160/27 |
| SPF_MX | mapiso.pl |
Related pages
Pivot deeper into the graph from mapiso.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mapiso.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.