Sunday, January 3, 2010

ScreenToaster

ScreenToaster is an online screen capture utility.  The web site URL is:

http://www.screentoaster.com/

The application is an Java applet, so Java must be present on the local machine.

screentoaster1

Once the applet loads, a dialog box will appear with the shortcut key to start recording.

screentoaster2

Once finished, several different output options are available.

screentoaster3

You must register with the site before being allowed to publish or save any clip.

Macrium Reflect Free Edition

A free personal backup utility.

http://www.macrium.com/reflectfree.asp

Information Security Cheat Sheets

The page below contains cheat sheets for various security topics such as incident response.

http://zeltser.com/cheat-sheets/

Disable AutoRun within Windows

This procedure should disable the AutoRun feature within Windows.

Launch gpedit.msc with local administrative authority.

Under Computer Configuration, expand Administrative Templates, expand Windows Components, and then click Autoplay Policies.

In the Details pane, double-click Turn off Autoplay.

Click Enabled, and then select All drives in the Turn off Autoplay box to disable Autorun on all drives.

Reboot the computer.

autoplay1

autoplay2

Certain versions of Windows (such as XP Home) will not have the local Group Policy editor by default.  So AutoRun can be disabled via the Registry.

Access HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDriveTypeAutorun.  Set the value to FF (Hexadecimal) to disable all drives.  Reboot the computer.

Saturday, January 2, 2010

Security and Privacy Extensions for Firefox

Below are some extensions for Firefox concerning security and privacy.

JS Switch - Add a toolbar button or an option in Tool menu to toggle JavaScript

https://addons.mozilla.org/en-US/firefox/addon/5757

NoScript - Allow active content to run only from sites you trust

https://addons.mozilla.org/en-US/firefox/addon/722

BetterPrivacy - A safeguard which protects from usually not deletable LSO's

https://addons.mozilla.org/en-US/firefox/addon/6623

Web of Trust - Warns you about risky sites that cheat customers, deliver malware or send spam.

https://addons.mozilla.org/en-US/firefox/addon/3456

Grep utilities for Windows

Below are some grep tools for Windows.

http://www.baremetalsoft.com/baregrep/

http://www.jimmythefork.com/

http://www.prgrep.com/

http://www.opbarnes.com/blog/Software/OPB/grep_for_windows.html

http://gnuwin32.sourceforge.net/packages/grep.htm

Bandwidth Monitoring Applications

The applications below offer details concerning the amount of bandwidth used with a Windows computer.

http://www.softperfect.com/products/networx/

http://www.floriangilles.com/software/netspeedmonitor

Friday, January 1, 2010

List of free DNS services

The following sites offer information concerning free DNS services.

http://www.comodo.com/secure-dns/

http://www.opennicproject.org/index.php/start-here/51-migrate-to-opennic/75-public-dns

http://www.dnsadvantage.com/dnsadv/index.html

http://www.opendns.com/

http://www.scrubit.com/

http://code.google.com/speed/public-dns/

Change the listening port for RDP

The default listening port for RDP is normally 3389.  To change this value, run Regedit and go to this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp

Find the "PortNumber" subkey and notice the value of 00000D3D, hex for (3389). Modify the port number in Hex and save the new value.

rdp_listening_port

Malware Example Sites

The sites below contain links to malware-related domains or network addresses.

http://www.malwaredomainlist.com/

http://www.malwaredomains.com/

http://malwaredatabase.net/blog/

http://www.dslreports.com/phishtrack

http://rogueantispyware.blogspot.com/

http://contagiodump.blogspot.com/

Display short URL addresses

The sites below take a short URL from services such as bit.ly and tinyurl and displays the destination.

http://longurl.org/

http://unshorten.com/

Classic Shell Utility

The Classic Shell utility offers older style menu options and Start Menu looks to Windows versions such as Windows 7.

http://classicshell.sourceforge.net/

Microsoft Security Essentials command-line options

The Microsoft Security Essentials product has a few command-line executables available.  The main executable to know is mpcmdrun.exe, which has several different options available. 

mse_cmd_1

One option is to run a manual scan:

mse_cmd_2

Another would be to perform a signature update:

mse_cmd_3

The msseces.exe will launch the main GUI window:

mse_cmd_4

The update.exe will check for new product versions:

mse_cmd_5