From 63af8cca3b48729f800cc1f7baab759c6d9c3472 Mon Sep 17 00:00:00 2001 From: Elliot Killick Date: Sat, 10 Jul 2021 11:54:35 -0400 Subject: [PATCH] Add resources section and improve formatting --- yml/OSBinaries/PrintBrm.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/yml/OSBinaries/PrintBrm.yml b/yml/OSBinaries/PrintBrm.yml index 643f4b7..a190d87 100644 --- a/yml/OSBinaries/PrintBrm.yml +++ b/yml/OSBinaries/PrintBrm.yml @@ -1,8 +1,8 @@ --- Name: PrintBrm.exe Description: Printer Migration Command-Line Tool -Author: Elliot Killick -Created: 21 Jun 2021 +Author: 'Elliot Killick' +Created: '2021-06-21' Commands: - Command: PrintBrm.exe -b -d \\1.2.3.4\share\example_folder -f C:\Users\user\Desktop\new.zip Description: Create a ZIP file from a folder in a remote drive @@ -24,7 +24,9 @@ Full_Path: - Path: C:\Windows\System32\spool\tools\PrintBrm.exe Detection: - IOC: PrintBrm.exe should not be run on a normal workstation +Resources: + - Link: https://twitter.com/elliotkillick/status/1404117015447670800 Acknowledgement: - Person: Elliot Killick - Handle: @elliotkillick + Handle: '@elliotkillick' ---