T1486-update (#1536)

Co-authored-by: Chong <lchong@NTI.local>
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
lexiechong
2021-06-28 10:46:45 -05:00
committed by GitHub
parent 2b4cf3f6a4
commit 691982bbdb
+16
View File
@@ -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