Hostname
tim.pl
Last fetched
tim.pl resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:inwx gmbh as the registrar.
Nutrition Label
Resolution chain
tim.pl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.0.148 | 104.20.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.132.119 | 172.66.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:inwx gmbh
- Organization
- wuerth it
- Contact emails
- —
Subdomains
15 observed subdomains of tim.pl.
Web-graph footprint
Distinct hostnames that link to or from tim.pl in the public web crawl.
184 sites link to this hostname.
124 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for tim.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | limajo.witglobal.net |
| SPF_IP | 185.101.4.14 |
| SPF_IP | 212.244.52.32 |
| SPF_IP | 45.130.209.179 |
| SPF_IP | 91.185.189.210 |
Related pages
Pivot deeper into the graph from tim.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tim.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.