Програми-вимагачі (Ransomware)
Ransomware - це тип шкідливого програмного забезпечення, призначений для блокування доступу до комп'ютерної системи або даних до сплати певної суми грошей (викупу).
Атаки Ransomware зазвичай передбачають шифрування файлів жертви, роблячи їх недоступними. Зловмисники потім вимагають викуп, зазвичай у криптовалюті, за ключ дешифрування. Ці атаки можуть бути спрямовані на окремих осіб, підприємства та навіть критичну інфраструктуру. Розвиток криптовалют полегшив ransomware, оскільки він надає зловмисникам можливість анонімно отримувати платежі, ускладнюючи відстеження коштів та ідентифікацію злочинців. Складне ransomware часто включає витік даних, коли зловмисники викрадають конфіденційні дані перед їх шифруванням, погрожуючи оприлюднити дані, якщо викуп не буде сплачено.
graph LR
Center["Програми-вимагачі (Ransomware)"]:::main
Pre_cryptography["cryptography"]:::pre --> Center
click Pre_cryptography "/terms/cryptography"
Rel_distributed_denial_of_service_ddos["distributed-denial-of-service-ddos"]:::related -.-> Center
click Rel_distributed_denial_of_service_ddos "/terms/distributed-denial-of-service-ddos"
Rel_whale_crypto["whale-crypto"]:::related -.-> Center
click Rel_whale_crypto "/terms/whale-crypto"
Rel_encryption["encryption"]:::related -.-> Center
click Rel_encryption "/terms/encryption"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Простими словами
Це як викрадач, який заходить у твій дім і вішає замок на твою коробку з іграшками, а потім вимагає гроші за ключ, щоб ти міг знову ними гратися.
🤓 Expert Deep Dive
Ransomware operates by leveraging cryptographic primitives, most commonly symmetric [encryption](/uk/terms/symmetric-encryption) algorithms like AES for bulk data encryption, combined with asymmetric encryption (e.g., RSA) for securely exchanging the symmetric key. The initial infection vector is critical, often exploiting zero-day vulnerabilities or social engineering to bypass perimeter defenses and gain execution on endpoints. Post-execution, ransomware employs techniques to ensure persistence and evade detection, such as rootkit functionalities, disabling security services, and employing anti-debugging measures. Advanced variants exhibit polymorphic or metamorphic capabilities to evade signature-based detection. The economic model relies on the perceived value of the encrypted data and the victim's willingness to pay, often facilitated by the pseudonymous nature of cryptocurrencies like Bitcoin. The double and triple extortion models, involving data exfiltration and DDoS attacks, represent an escalation of tactics to increase leverage.