To check integrity of your downloaded file, there is a built in “get-filehash” in Powershell

example:
Get-FileHash -LiteralPath your_file.xyz

This utility can do -Algorithm {SHA1 | SHA256 | SHA384 | SHA512 | MACTripleDES | MD5 | RIPEMD160}

 

 

More articles

Dynamic botnet filter

We can utilize dynamic botnet filters on firewalls and specific services can be called upon dynamically. On Github there are several

Read More »