You are here Home Computing Software

Key Concepts

Business Links

Software
How to prevent malware PDF Print E-mail

Malware is described as malicious software that can be invasive and nasty on business and home computers. They are usually in the form of worms, spyware, trojan horses (software that pretends to be useful) and net or web bots which hackers use to gain access to and control remote computers. With the explosion in internet usage and the availability of high bandwidth internet access tools like cable, DSL and T1, T3 etc., the writers of malware are also constantly evolving in the dispersal of their software. The recent trend is the localization of SPAM with the intention of making a message that could be flagged as junk email look like it came from your local chamber of commerce, the mayor's office or the youth soccer league, for example. These localized spam emails usually have catchy and very tempting headliners like "free t-shirts, tickets, baseball cap" if the unsuspecting user clicks on a link. Of course the link usually has an attachment that could be disguised as a PDF file where it is really an executable virus. Banner ads are also potential carriers of malware especially in social networking sites. We also see malware in software that offers to scan a computer for "security updates", "security threats" and "registry fixes" and "performance optimizers". Sometimes, malware is seasonal. So you may see a lot of IRS related malware during the tax season, or football related trojans during the football season. The recently concluded China Olympics saw a lot of maware offering all kinds of Olympic related "goodies". Malware writers have also been known to use variable data in their software whereby they personalize the attacks. In this case you may receive an email that promises John Doe season tickets to a local game from the local high school coach.

Read more...
 
PowerShell resources for Windows Server 2008 PDF Print E-mail

Throughout the implementation of your network, you installed several tools and discovered several ways to manage systems. Many administrators install administrative tools on their own PCs. This is fine to some degree, but some tools do not lend themselves to this type of installation. For example, Server Manager does not support remote computer connections; instead, you must publish Server Manager as a RemoteApp on each server and then link to the published application to remotely manage servers through this tool.

In addition, PowerShell does not run on Server Core, yet you can create a PowerShell command on a machine running the full installation of WS08 and execute it remotely on Server Core machines. This is why it is so important to have virtual machines that belong to the resource pool domain and that run the full installation just for the purpose of remote hardware resource management. In addition, you can get help for PowerShell through the free PowerShell Help from Sapien Technologies. Sapien is the maker of PrimalScript, a powerful graphical scripting engine that supports several scripting languages. PowerShell Help offers help on all of the PowerShell commands in a nice graphical layout (see Figure 13-2). PowerShell Help is available at here. While you're at it, get the free Logon Script Generator. It will also save you lots of time. 

Read more...
 
Growth of Malware PDF Print E-mail

Silent Growth of Malware Accelerates

The number of malware detections seen during the first half of 2008 has exceeded the growth rate experienced during 2007. We ended 2007 with 500,000 total detections. By the end of June 2008 this number is around 900,000. The growth rate has never been faster.

This recent explosion of malware doesn't necessarily represent new types of threats. It is largely the packing, encryption, and obfuscation of existing families of trojans, backdoors, exploits, and other threats. What the increasing use of self-defense technologies in malware represents is the ever growing professionalism within the crime-ware community.

Criminals are adapting and utilizing enterprise level systems and code within their operations. The complexity and quality of their IT infrastructure and systems continues to increase, providing them with the power to silently flood the Internet with their menace.

Read more...
 
Security Guide PDF Print E-mail

Security Guide

1. Most of the worms which use e-mail to propagate use Microsoft Outlook or Outlook Express to spread. If you need to use Outlook, download and install the latest Outlook security patch from Microsoft. In general, keep your operating system and applications up-to-date and apply the latest patches when they become available. Be sure to get the updates directly from the vendor.

2. When possible, avoid e-mail attachments both when sending and receiving e-mail.

3. Configure Windows to always show file extensions. In Windows 2000, this is done through Explorer via the Tools menu: Tools/Folder Options/View - and uncheck "Hide file extensions for known file types". This makes it more difficult to for a harmful file (such as an EXE or VBS) to masquerade as a harmless file (such as TXT or JPG).

Read more...
 
How not to design software PDF Print E-mail
I recently had an experience that shed some light on the difficulties involved in software development.