Friday, April 4, 2014

Using WMIC to check current SMART status

WMIC can be used as a quick method to check the SMART data from hard drives.  Launch a command prompt window and enter:

wmic

diskdrive get status

wmic_diskdrive_check.ps1

tinc

tinc is a Virtual Private Network (VPN) daemon that uses tunneling and encryption to create a secure private network between hosts on the Internet.  Because the VPN appears to the IP level network code as a normal network device, there is no need to adapt any existing software.  Several different operating systems are supported as well as IPv6.

http://www.tinc-vpn.org/

How to configure Outlook 2013 to read all messages as plain text

To configure Outlook 2013 to read all messages as plain text, access File –> Options –> Trust Center –> Trust Center Settings button.

outlook2013_plain_text_1

Access E-Mail Security, and enable the option to read all messages as plain text.

outlook2013_plain_text_2

Pytbull

Pytbull is a python-based flexible IDS/IPS testing framework shipped with more than 300 tests, grouped in 9 modules.

http://pytbull.sourceforge.net/

How to disable certain file types from previewing in the Outlook Preview Pane

To disable a certain file type from being previewed within the Outlook 2013 Preview Pane, access Options –> Trust Center –> Trust Center Settings button.

outlook2013_disable_preview_1

Access Attachment Handling –> Attachment and Document Previewers button.

outlook2013_disable_preview_2

Find the file type in question (RTF in this example) and remove the checkmark.  Click on the OK button.

outlook2013_disable_preview_3

Double Commander

Double Commander is a cross platform open source file manager with two panels side by side.

http://sourceforge.net/projects/doublecmd/

Blocking international domains within the Junk Mail options within an Outlook client

Outlook clients include an option within the Junk Mail filters to block certain international domains and/or encoding.  Once in the Junk Mail options dialog box, click on the International tab.

outlook_international_1

A default list of domains and encodings will be under the appropriate buttons.  The United States is listed individually under both, so be careful when using the “Select All” option.

outlook_international_2

outlook_international_3

Sunday, March 2, 2014

Enhanced Mitigation Experience Toolkit version 4.1

The Enhanced Mitigation Experience Toolkit or EMET version 4.1 is an application that attempts to add additional protections to applications.  The utility helps harden legacy applications with newer technologies.  Group Policy template files are available for management.  The current download link for version 4.1 is:

http://www.microsoft.com/en-us/download/details.aspx?id=41138

Below are some screens from the installation on a Windows 7 machine.

emet41_1

emet41_2

emet41_3

emet41_4

emet41_5

emet41_6

Once installed, the application has a GUI and a command line option available.

emet41_7

emet41_9

If within the GUI the “Apps” menu option is selected, a separate dialog box will appear with the ability to add new applications with different parameters.

emet41_8

At the time of this posting, a technical preview of version 5.0 was available.

How to use a PowerShell script within a scheduled task entry

If you wish to use a PowerShell script within a scheduled task entry within a Windows Server such as 2008 R2 or 2012 R2, use the following syntax.

powershell -nologo  -noninteractive script path

Open Broadcaster Software

Open Broadcaster Software is free and open source software for recording and live streaming for Windows.

http://obsproject.com/