Hostname
polmarkus.com.pl
Last fetched
polmarkus.com.pl resolves to 3 IPv4 addresses operated by AS51167 in DE. WHOIS lists registrar:home.pl s.a. as the registrar.
Nutrition Label
Resolution chain
polmarkus.com.pl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 38.242.218.118 | 38.242.192.0/19 | AS51167 | — | DE |
| 93.157.100.25 | 93.157.96.0/21 | AS34360 | — | PL |
| 93.157.102.237 | 93.157.96.0/21 | AS34360 | — | PL |
WHOIS identity
- Registrar
- registrar:home.pl s.a.
- Organization
- —
- Contact emails
- —
Subdomains
9 observed subdomains of polmarkus.com.pl.
Web-graph footprint
Distinct hostnames that link to or from polmarkus.com.pl in the public web crawl.
19 sites link to this hostname.
147 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for polmarkus.com.pl.
| Mechanism | Target |
|---|---|
| SPF_A | polmarkus.com.pl |
| SPF_INCLUDE | _spf.getresponse.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 77.55.147.236 |
| SPF_MX | polmarkus.com.pl |
Related pages
Pivot deeper into the graph from polmarkus.com.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "polmarkus.com.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.