#
Protections Test 6 Scenario (NOISE ONLY)
#
Step 0 - Setup
#
Procedures
If not already open, initiate an RDP session to the Windows jumpbox
dreadfort (10.26.3.125).From the Windows jumpbox dreadfort, using the following credentials, RDP to the Windows workstation
tentowers 10.26.4.102(if not already connected).
#
Step 1
#
Voice Track
#
Procedures
Open your RDP session to
tentowers (10.26.4.102). Press win+R and then entercmdto open Command Prompt.Run the following command to schedule a daily backup or routine maintenance task, ensuring that it runs automatically at a set time each day without manual intervention.
schtasks /create /tn "DailyTask" /tr "powershell.exe -File C:\Scripts\Backup.ps1" /sc daily /st 14:00 /ru "System"Enter
exitto exit the terminal window.Wait one minute, then open notepad by pressing win+R and then entering
notepad. Add the following contents to the file, one line at a time:Create promotional material for worker morale. Add a new section to the company website. Look into trouble coming from Dorne.Save the file as
C:\Users\Public\SupervisorNote.txtand then close out of notepad.Wait one minute and then open Firefox by pressing win+R and then entering
firefox.Type
windows what services to stop to speed upinto the search bar and press enter to perform the query.Wait one minute, then type
https://www.komando.com/news/pc-speed-boost/843692/into the search bar and press enter to visit the site.Wait one minute, then type
powershell get win32_service only runninginto the search bar and press enter to perform the query.Wait one minute, then type
https://superuser.com/questions/1136143/script-to-get-all-stopped-services-with-startup-type-automatic-windowsinto the search bar and press enter to visit the site.Close Firefox.
Wait one minute, then press win+R and then enter
cmdto open Command Prompt.Run the following command to list all running processes with verbose output filtered by the running status.
tasklist /v /fi "STATUS eq running"Enter
exitto exit the terminal window.Wait one minute, then press win+R and then enter
cmdto open Command Prompt.Run the following command to display detailed network configuration information.
ipconfig /allEnter
exitto exit the terminal window.Wait one minute, then press win+R and then enter
mstsc /v:10.26.3.101to start an RDP connection to the remote access server for system administration tasks. Connect using the following credentials:Wait until you are fully connected to the remote computer's desktop, and then sign out of the inner RDP session.
Wait one minute, then press win+R and then enter
cmdto open Command Prompt.Run the following command to download TaskCoach from SourceForge.
curl -L -o C:\Users\%username%\Downloads\TaskCoachSetup.exe https://sourceforge.net/projects/taskcoach/files/latest/downloadEnter
exitto exit the terminal window.Wait one minute, then press win+R and then enter
cmdto open Command Prompt.Run the following command to switch to the Downloads directory:
cd C:\Users\%username%\DownloadsIn the same terminal prompt, type
.\TaskCoachand then press tab to auto-complete to the downloaded file. Press enter to execute the installer.In the installer, keep pressing "Next" to keep the default options and then press "Install" to install TaskCoach. Once installation is complete, uncheck the "Show recent changes" box and press "Finish".
Once the TaskCoach program opens up, close the TaskCoach window and exit out of your terminal prompt.
Wait one minute, then press win+R and then enter
cmdto open Command Prompt.Run the following command to retrieve the System Locale (information about the language and regional settings) from the system's configuration by running the systeminfo command and filtering the results with findstr:
systeminfo | findstr /B /C:"System Locale"Enter
exitto exit the terminal window.Sign out of the RDP session