0% found this document useful (0 votes)
1 views1 page

Lab 1

The document outlines a lab exercise focused on Windows Security using PowerShell scripts. It includes tasks for calculating file hashes, monitoring new processes, checking file reputations with VirusTotal, and verifying the legitimacy of newly created processes. Additionally, it suggests adding functionality to check established connections.

Uploaded by

m.mouhcine1234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views1 page

Lab 1

The document outlines a lab exercise focused on Windows Security using PowerShell scripts. It includes tasks for calculating file hashes, monitoring new processes, checking file reputations with VirusTotal, and verifying the legitimacy of newly created processes. Additionally, it suggests adding functionality to check established connections.

Uploaded by

m.mouhcine1234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Windows Security

Lab 1
1. Write a PowerShell script that calculates the hash of a file (using Get-
FileHash).
2. Append the hash to a file (if the hash doesn't already exist).
3. Create a PowerShell script that monitors the creation of new
processes (using WMI, Windows Management Instrumentation).
4. Create a script to check the reputation of a file using the VirusTotal
service.
5. Using all of the above, create a script to check the legitimacy of
newly created processes.
6. Add options to check established connections
1

You might also like