Wednesday, August 1, 2018

Add PUP protection within Windows Defender

Windows Defender has an optional PUP (Potentially Unwanted Program) protection available, but it is not currently enabled by default.  To enable this feature, launch an elevated PowerShell session and enter the following command:

Set-MpPreference -PUAProtection Enable

image

To verify if the feature is enabled, use the two following commands.  If “1” is returned, the option is enabled.

$Preferences = Get-MpPreference

$Preferences.PUAProtection

image

https://www.howtogeek.com/360648/how-to-enable-windows-defender%E2%80%99s-secret-crapware-blocker/

https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/detect-block-potentially-unwanted-apps-windows-defender-antivirus

Veeam PN

Veeam PN (Powered Network) Version 1 is a free lightweight SDN appliance.

http://www.itprotoday.com/industry-perspectives/simplify-remote-access-home-labs-and-offices-veeam-pn

https://www.veeam.com/kb2271

Tubi

Tubi is a video service for movies and TV shows from certain studios.  Free apps are available for several platforms such as Roku, iOS, and Android.

https://tubitv.com/

DBeaver

DBeaver is an SQL client and a database administration tool.  It supports Microsoft SQL as well as other relational databases such as MySQL, PostreSQL, SQLite, Oracle, DB2, MariaDB, and Sybase.  Free and paid versions are available for Mac OS X, Windows, and Linux.

https://dbeaver.com/

Everything

Everything is a free utility for Windows for file/folder searches.  Portable versions are available.

image

https://www.voidtools.com/

SRUM Dump

SRUM Dump is a forensics tool to convert the data in the Windows srum (System Resource Usage Monitor) database to an xlsx spreadsheet.

https://github.com/MarkBaggett/srum-dump

Linux control sequence

Below is a list of control sequence combinations for Linux.

ctrl-c –> interrupts the running program

ctrl-z –> suspends the running program

ctrl-s –> freezes the screen, stopping the display

ctrl-q –> thaws out the screen and allows the screen display to continue

ctrl-h –> deletes the last character typed

ctrl-w –> deletes the last word typed

ctrl-u –> deletes the last line typed

ctrl-r –> retrieves previously run commands so you can run them again

ctrl-u –> removes text from the command line and places it in the clipboard

ctrl-y –> grabs text from the clipboard and runs it

ctrl-l –> clears the screen

ctrl-a –> moves cursor to the beginning of the line

ctrl-e –> moves cursor to the end of the line

WizTree

WizTree is an utility for Windows to find folder and file sizes.

https://antibody-software.com/web/software/software/wiztree-finds-the-files-and-folders-using-the-most-disk-space-on-your-hard-drive/

image

Cherrytree

Cherrytree is a hierarchical note taking application featuring rich text and syntax highlighting.  Data is stored within a single xml or sqlite file.

https://www.giuspen.com/cherrytree/

A portable version is available via Portableapps.com

https://portableapps.com/apps/office/cherrytree-portable

image