T1486-update (#1536)
Co-authored-by: Chong <lchong@NTI.local> Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
@@ -162,3 +162,19 @@ atomic_tests:
|
||||
cleanup_command: |
|
||||
$which_openssl rsautl -decrypt -inkey #{private_key_path} -in #{encrypted_file_path}
|
||||
rm #{encrypted_file_path}
|
||||
|
||||
- name: PureLocker Ransom Note
|
||||
description: |
|
||||
building the IOC (YOUR_FILES.txt) for the PureLocker ransomware
|
||||
https://www.bleepingcomputer.com/news/security/purelocker-ransomware-can-lock-files-on-windows-linux-and-macos/
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
|
||||
executor:
|
||||
name: command_prompt
|
||||
elevation_required: true
|
||||
command: |
|
||||
echo T1486 - Purelocker Ransom Note > %USERPROFILE%\Desktop\YOUR_FILES.txt
|
||||
cleanup_command: |
|
||||
del %USERPROFILE%\Desktop\YOUR_FILES.txt >nul 2>&1
|
||||
|
||||
Reference in New Issue
Block a user