Hostname
mateco.pl
Last fetched
mateco.pl resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists registrar:home.pl s.a. as the registrar.
Nutrition Label
Resolution chain
mateco.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 |
|---|---|---|---|---|
| 168.119.26.166 | 168.119.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:home.pl s.a.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of mateco.pl.
| Subdomain |
|---|
| staging.mateco.pl |
| www.mateco.pl |
Web-graph footprint
Distinct hostnames that link to or from mateco.pl in the public web crawl.
27 sites link to this hostname.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
31 SPF mechanisms authorising senders for mateco.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | antispameurope.com |
| SPF_INCLUDE | eu-k2.o365.crossware.co.nz |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 10.190.29.4/32 |
| SPF_IP | 104.210.116.177/32 |
| SPF_IP | 104.40.179.195 |
| SPF_IP | 104.41.148.118 |
| SPF_IP | 104.45.140.251 |
| SPF_IP | 185.114.122.75 |
| SPF_IP | 185.126.51.0/24 |
| SPF_IP | 193.105.223.191 |
| SPF_IP | 193.105.223.193 |
| SPF_IP | 194.36.239.111/32 |
| SPF_IP | 20.53.124.168 |
| SPF_IP | 23.101.3.54 |
| SPF_IP | 51.138.85.117 |
| SPF_IP | 79.171.92.17 |
| SPF_IP | 79.171.92.18 |
| SPF_IP | 79.96.166.29 |
| SPF_IP | 83.246.65.194 |
| SPF_IP | 94.100.132.220 |
| SPF_IP | 94.100.132.237 |
| SPF_IP | 94.100.133.213 |
| SPF_IP | 94.100.134.172 |
| SPF_IP | 94.100.134.184 |
| SPF_IP | 94.100.134.185 |
| SPF_IP | 94.100.136.192 |
| SPF_IP | 94.100.136.253 |
Related pages
Pivot deeper into the graph from mateco.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mateco.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.