HabrJuly 30, 2026🇷🇺Translated from Russian

Six Bitrix24 Disk Migration Errors That Force Portal Redesign After Six Months

Bitrix24 Disk migration projects often appear complete after a weekend file transfer, yet six months later companies face missing contracts, unauthorized access to salary folders, and severe performance degradation. The root cause is rarely a failed copy operation; instead, the original network share structure is replicated unchanged into a platform whose storage model relies on three distinct container types: My Disk, group and project disks, and the company-wide common disk.

Ошибка 1 — copying the folder tree verbatim — produces 30–40 top-level folders with names such as “Miscellaneous 2” and eight levels of nesting. Because Bitrix24 search is under-used, employees cannot locate documents efficiently. The recommended approach is to map every top-level folder to an owner, a readership group, and a business process before any files are moved.

Ошибка 2 occurs when My Disk becomes the de-facto working repository. When an employee leaves, signed contracts disappear; when the employee is on vacation, colleagues cannot retrieve needed files. The fix is a written policy that restricts My Disk to personal drafts only, enforced by periodic REST inventory scripts that flag personal storages containing more than three top-level folders.

Ошибка 3 — granting rights to individual users rather than departments — results in access matrices containing dozens of personal entries that quickly become stale. After one reorganization the list is unreadable and auditing is impossible. Rights should be assigned via department codes (DR5) or workgroups so that personnel changes are handled automatically.

Ошибка 4 places every ambiguous document into the common disk with full access for all authenticated users. The Toyota T-Connect, G-Link and G-BOOK breach affecting 2.15 million customers between 2013 and 2023 shows how a single misconfigured open bucket can remain unnoticed for ten years. The correct default is read-only access on the common disk, with write rights granted only to specific sections and no “Miscellaneous” folder allowed.

Ошибка 5 attaches file copies to tasks and CRM records instead of links. Version history is lost, storage quotas are wasted, and the latest approved document is never visible in the deal card. The rule is simple: the authoritative copy lives on Disk; every other entity receives a link.

Ошибка 6 enables desktop synchronization for the entire tree. Offline editing on multiple machines produces conflicting copies that nobody resolves. Only folders actively edited offline should be synchronized; the rest should be accessed via mapped network drives or the online editor.

Successful teams now follow four practices: a thorough pre-migration inventory that discards 40–60 % of untouched files, a two-week pilot on a single department, named owners for every top-level section, and mandatory quarterly rights reviews. These steps convert a one-time migration into a sustainable information-security process.

Related articles

AntiMalwarePrivacy & Surveillance

Yandex Details Alice Voice Assistant Audio Buffering and Data Handling in Android Apps

Yandex has issued a detailed technical response to an analysis of its Android applications that raised concerns over potential collection of audio, contacts, bank card data, and other sensitive information. The company acknowledged the existence of a cyclic audio buffer that retains approximately 1.5 seconds of sound before an activation phrase and 0.5 seconds after it, with some pre-command audio possibly transmitted to servers for speech recognition quality checks. Yandex clarified that the Alice assistant only listens locally for the wake word when the app is open and does not continuously record conversations. Access to contacts was explained as necessary for voice commands such as calling entries from the address book, with the full book sent on first sync and only changes thereafter, without hashing to support accurate speech processing. The firm rejected claims of reading messaging app conversations and stated that bank card details are routed directly to an isolated PCI DSS-compliant environment rather than standard application servers.

HabrPrivacy & Surveillance

One Request, Five Observers: What Websites, Providers, DNS and VPNs Learn When Loading a Page

The article breaks down exactly what each participant in a typical web request can observe when a user visits a page over HTTPS. It examines the roles of the browser, DNS resolver, ISP, VPN service and the destination site itself, showing that each sees different pieces of metadata or content. HTTPS protects the page body and parameters from network observers, while Encrypted Client Hello and secure DNS further limit visibility of domain names. VPNs replace the user's home IP address with the VPN exit node but introduce a new trusted party that sees all traffic metadata. Browser fingerprinting, cookies and account logins often allow sites to re-identify users even after an IP change. The piece stresses that privacy tools must be chosen according to the specific threat model rather than relying on any single mechanism.

AntiMalwarePrivacy & Surveillance

Windscribe Releases Open-Source PowerShell Script to Remove Microsoft's Persistent Global Device Identifier from Windows

Windscribe has published an open-source PowerShell script called deGDID that removes Microsoft's Global Device Identifier (GDID) from Windows systems and prevents the creation of new identifiers. The persistent tracker survives IP address changes and operates below the VPN layer, allowing Microsoft to maintain device tracking even when users employ privacy tools. The script was developed after the FBI used GDID to identify a suspected hacker, raising concerns about undisclosed device fingerprinting. deGDID modifies registry access control lists and blocks the DeviceAdd interface to stop Windows from regenerating the identifiers after reboots or server contacts. While effective at disabling the tracking mechanism, the tool can break authentication to login.live.com and disrupt certain Microsoft cloud services. It is intended only for unmanaged consumer devices and will not run on domain-joined or corporate-managed systems. The project is described as experimental and cannot delete identifiers already transmitted to Microsoft servers.

HabrPrivacy & Surveillance

Yandex Apps Leak Pre-Trigger Audio Buffers, Payment Data, and Contacts via Reverse Engineering

Reverse engineering of Yandex Search and Yandex Browser APKs reveals extensive data collection practices on Android devices. The apps maintain a server-controlled pre-trigger audio buffer that captures up to three seconds or more of microphone input before the wake word Alice is detected. WiFi fingerprinting, full contact book synchronization via ContentObserver, and transmission of PAN and CVV details to mobpayment.yandex.net occur before tokenization. Additional findings include 94 JavaScript Bridge methods, logcat exfiltration with AES encryption, hardcoded Yandex DNS servers, and a native surveillance library named libquarkenstein_daemons.so. The analysis also covers passive geolocation, cell tower data collection, and inventory of installed applications including competitors such as Chrome, Firefox, WhatsApp, and Telegram. These mechanisms operate under remote configuration flags and bypass several Android privacy restrictions through manifest queries.