Modifying the registry to add a ransom message notification
Description
Identify registry modifications that is indicative of a ransom note tied to DEV-0270.
Query · kql
DeviceProcessEvents
| where InitiatingProcessCommandLine has_all('"reg"', 'add', @'"HKLM\SOFTWARE\Policies\', '/v','/t', 'REG_DWORD', '/d', '/f', 'RecoveryKeyMessage', 'Your drives are Encrypted!', '@')