Hostname
1000hands.de
Last fetched
1000hands.de resolves to 2 IPv4 addresses operated by AS48324 in DE.
Nutrition Label
Resolution chain
1000hands.de 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 |
|---|---|---|---|---|
| 185.30.32.245 | 185.30.32.0/22 | AS48324 | — | DE |
| 5.57.42.29 | 5.57.42.0/24 | AS50372 | — | DE |
WHOIS identity
No WHOIS records are currently associated with 1000hands.de in WhisperGraph.
Subdomains
5 observed subdomains of 1000hands.de.
Web-graph footprint
Distinct hostnames that link to or from 1000hands.de in the public web crawl.
12 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for 1000hands.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 143385137.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf-e.cegedim.fr |
| SPF_INCLUDE | _spf-i.cegedim.fr |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.77.111.91/32 |
| SPF_IP | 185.128.70.134 |
| SPF_IP | 2a01:488:42:1000:b24d:6f5b::/128 |
| SPF_IP | 5.57.42.29 |
| SPF_IP | 88.130.171.199 |
Related pages
Pivot deeper into the graph from 1000hands.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "1000hands.de"})-[: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.