e-Siber

Cybersecurity, privacy, and production-engineering writing. Long-form posts on how software actually behaves versus how it’s marketed.

About this site: e-siber.com has published security-focused content since 2013. A portion of the archive — articles still widely cited across Wikipedia, Hacker News, and international tech media — is preserved at the original URLs in English translation. New material appears under Technology.

Recent posts

Security

Pickle Deserialization in ML Pipelines: A Defender's Playbook

Pickle is remote code execution by design. How attackers exploit ML model artifacts in CI/CD and shared storage, and the controls that actually contain the blast radius: restricted unpicklers, signing, sandboxing, and safer formats.

May 2026 · 13 min read
Technology

Data Integrity in Production ML Systems

Treating ML artifacts with the same discipline as security-critical code. SHA-256 hashes, pinned versions, signed pickles, isolated deserialization, and audit trails for every prediction.

April 2026 · 12 min read
Security

Dropbox Accesses Every File on Your PC — Not Just the Sync Folder

An English-language preservation of the 2015 investigation that found Dropbox reading files well outside its sync folder. Includes file-access audit code for macOS, Linux, and Windows.

First published 2015 · Updated April 2026 · 11 min read
Security

Telegram Is Not a Secure Messaging Tool

Cloud chats are not end-to-end encrypted. Secret Chats are never the default. MTProto has documented weaknesses. What Telegram actually protects, and what to use instead.

First published 2015 · Updated April 2026 · 9 min read
Security

SSDs Don't Actually Delete the Data You Think They're Deleting

Wear leveling, over-provisioning, and controller-side compression mean overwritten files on flash storage are usually still recoverable. What nvme format --ses=2 actually does, and when to destroy the drive instead.

First published 2015 · Updated April 2026 · 10 min read