Hostname
pcsystems.pl
Last fetched
pcsystems.pl resolves to 1 IPv4 address operated by AS12586 in DE. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
pcsystems.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 |
|---|---|---|---|---|
| 178.18.150.56 | 178.18.150.0/24 | AS12586 | — | DE |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of pcsystems.pl.
Web-graph footprint
Distinct hostnames that link to or from pcsystems.pl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for pcsystems.pl.
| Mechanism | Target |
|---|---|
| SPF_A | pcsystems.pl |
| SPF_INCLUDE | elmo.neteasy.pl |
| SPF_INCLUDE | pcsystems.pl |
| SPF_IP | 145.239.144.163 |
| SPF_IP | 178.18.150.56 |
| SPF_IP | 178.32.91.5 |
| SPF_MX | pcsystems.pl |
Related pages
Pivot deeper into the graph from pcsystems.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pcsystems.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.