Hostname
protool.eu
Last fetched
protool.eu is a registered hostname under the .eu top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with protool.eu in WhisperGraph.
Subdomains
1 observed subdomain of protool.eu.
| Subdomain |
|---|
| www.protool.eu |
Web-graph footprint
Distinct hostnames that link to or from protool.eu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for protool.eu.
| Mechanism | Target |
|---|---|
| SPF_A | protool.eu |
| SPF_IP | 136.243.23.124 |
| SPF_IP | 139.162.198.171 |
| SPF_IP | 213.239.192.56 |
| SPF_IP | 2a01:4f8:222:1d4b:0:0:0:2 |
| SPF_IP | 2a01:4f9:2a:84c:0:0:0:2 |
| SPF_IP | 2a01:4f9:2b:4a9:0:0:698:f4da |
| SPF_IP | 2a01:7e00:0:0:f03c:91ff:fea9:bc16 |
| SPF_IP | 46.4.83.22 |
| SPF_IP | 95.216.111.60 |
| SPF_IP | 95.216.8.51 |
| SPF_MX | protool.eu |
Related pages
Pivot deeper into the graph from protool.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "protool.eu"})-[: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.