Hostname
b2b.contipack.pl
Last fetched
b2b.contipack.pl resolves to 3 IPv4 addresses operated by COMARCH-AS - Comarch S.A. in PL.
Nutrition Label
Resolution chain
b2b.contipack.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 |
|---|---|---|---|---|
| 193.201.136.131 | 193.201.136.0/24 | AS25070 | COMARCH-AS - Comarch S.A. | PL |
| 77.79.221.129 | 77.79.221.0/24 | AS15694 | ATMAN-ISP-AS - Atman Sp. z o.o. | PL |
| 77.79.221.161 | 77.79.221.0/24 | AS15694 | ATMAN-ISP-AS - Atman Sp. z o.o. | PL |
WHOIS identity
No WHOIS records are currently associated with b2b.contipack.pl in WhisperGraph.
Subdomains
1 observed subdomain of b2b.contipack.pl.
| Subdomain |
|---|
| www.b2b.contipack.pl |
Web-graph footprint
Distinct hostnames that link to or from b2b.contipack.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 b2b.contipack.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.dcsaas.net |
| SPF_MX | b2b.contipack.pl |
Related pages
Pivot deeper into the graph from b2b.contipack.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2b.contipack.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.