I check the running processes on my Windows system regularly to find potentially malicious or unnecessary processes. When I looked at the process listing today I noticed that two explorer.exe processes were running. I remembered that this could be a sign of malicious software disguising itself as a system process. When I checked the process [...]
- Author: Martin Brinkmann
- Comments: 4
Process Notifier, Email Notifications When Processes Start Or Close
You sometimes may need to make sure that a process is running all the time on the Windows operating system. Or, you want the exact opposite, make sure that a process is not running. Process monitoring software like Microsoft’s Process Monitor can aid the admin and users in that task. Process Notifier is a lightweight [...]
- Author: Martin Brinkmann
- Comments: 7
Do You Know What is Running on Your System?
The programs running on your computer are not limited to what shows up as tabs on you taskbar and icons in your system tray. A lot of programs are running in the background. If you were not aware of this, or you have not checked in awhile, then there is probably software running that you [...]
- Author: Martin Brinkmann
- Comments: 13
CloseTheDoor, Identify Local TCP, UDP Listening Ports
One of the things that I to regularly on all of my computer systems is to check each system’s open TCP and UDP ports. It is a security precaution to make sure that only needed ports are listening, and that all other ports are closed to reduce the chance of a successful attack. I have [...]
- Author: Jack Wallen
- Comments: 1
Manage startup services in Linux with BUM
If you have ever had to change a service to either start or not start on a Linux machine, you know that process can be a little daunting. Not that it’s impossible, but it’s not always the simplest task. Fortunately there are plenty of tools available to make the process easier. One of those tools [...]
- Author: Martin Brinkmann
- Comments: 5
TCPEye Network Monitoring Software With Virustotal Integration
The free Windows software TCPeye is basically a netstat frontend with several extra features that make it more than a viable alternative. Windows users who want to know about all the connections that are currently open on their machine can use the netstat -a command on the command line to find out about them. TCPEye [...]
- Author: Martin Brinkmann
- Comments: 7
Process Explorer 14 Released
Process Explorer by Sysinternals is one of those programs that every computer technician and enthusiast should have in their troubleshooting collection. Process Explorer 14 has just been released by its developer Mark Russinovich. The new version of the popular process analysis tool is considered a major update. Process Explorer shows you information about “which handles [...]
- Author: Martin Brinkmann
- Comments: 5
How To Add Information To The Windows Task Manager
The Windows Task Manager provides much information about the current state of the operating system. It can display running processes, applications, services, PC performance graphs, network adapters and connected users. Although the Task manager does not display as much information as advanced third party tools such as Process Explorer, it is usually sufficient for basic [...]
- Author: Martin Brinkmann
- Comments: 2
Batch Kill Processes With Auto Kill Any Process
Auto Kill Any Process has been designed to batch kill running processes in Windows. Why would someone want to do that? There are actually a few reasons where this functionality might come in handy. Think about launching programs that benefit from every additional Megabyte of computer memory and cpu power. Some gamers for instance like [...]
