Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

I needed to move 500 GB between cloud services. So I built a free tool to do it.

I had 500 GB on OneDrive and needed to move everything to Google Drive. The options were: Download and re-upload — would take days and eat my local storage Paid services (MultCloud, Cloudsfer) — route files through their servers, cha…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

I had 500 GB on OneDrive and needed to move everything to Google Drive. The options were:





  1. Download and re-upload — would take days and eat my local storage


  2. Paid services (MultCloud, Cloudsfer) — route files through their servers, charge per GB, require an account


  3. rclone — powerful but requires command-line knowledge and reading docs for every flag



None of these worked for me. So I built CloudHop.






What is CloudHop?



A free, open-source GUI that transfers files between 70+ cloud storage providers. It wraps rclone in a visual interface anyone can use.




  • Pick source → pick destination → start transfer

  • Live dashboard with speed charts, ETA, and file counts

  • Pause, resume, and schedule transfers

  • Copy, sync, or two-way bisync

  • Files go directly between clouds through your local connection — never through external servers

  • MIT licensed, no accounts, no tracking






Dashboard



CloudHop Dashboard






Demo Video










Install






pip install cloudhop && cloudhop






Or download native installers from GitHub Releases (Mac DMG, Windows ZIP).



Docker:




docker run -d -p 8787:8787 -v ~/.config/rclone:/root/.config/rclone:ro husamsoboh/cloudhop:latest






Homebrew:




brew tap ozymandiashh/tap && brew install cloudhop









How it compares


















































Feature CloudHop MultCloud rclone CLI
Price Free Paid Free
GUI Yes Yes No
Open source MIT No MIT
Files routed through Your machine Their servers Your machine
Account required No Yes No
Providers 70+ 30+ 70+





Tech stack



Python, pywebview for the native window, vanilla JS for the dashboard. rclone handles the actual transfers. 597 tests, pre-commit hooks with ruff, CI with GitHub Actions.






Looking for feedback



If you use cloud storage and have opinions on what a transfer tool should do, I'd love to hear from you.



GitHub: github.com/ozymandiashh/cloudhop

Landing page: ozymandiashh.github.io/cloudhop

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - I needed to move 500 GB between cloud services. So I built a free tool to do it.
id: 52ddc6f0-6d0f-4c82-bd7c-bdcba4d63252
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-26"
        description = "YARA Signature for "
    strings:
        $str = "I needed to move 500 GB betwee" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("I needed to move 500 GB between cloud se")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*I needed to move 500 GB between cloud se*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "I needed to move 500 GB between cloud se"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich I needed to move 500 GB between cloud se.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I needed to move 500 GB between cloud services. So I built a free tool to do it.

Thematisch verwandte Begriffe: needed, move, between, cloud · 6 Treffer

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100503 | Ghidra versions through 12.1.4 contain a heap use-after-free vulnerabil…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag