<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; open ports</title> <atom:link href="http://www.ghacks.net/tag/open-ports/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Improve Windows Security By Closing Open Ports</title><link>http://www.ghacks.net/2010/04/06/improve-windows-security-by-closing-open-ports/</link> <comments>http://www.ghacks.net/2010/04/06/improve-windows-security-by-closing-open-ports/#comments</comments> <pubDate>Tue, 06 Apr 2010 10:09:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[close ports]]></category> <category><![CDATA[currports]]></category> <category><![CDATA[icslap]]></category> <category><![CDATA[llmnr]]></category> <category><![CDATA[local ports]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[ports]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24203</guid> <description><![CDATA[A standard Windows operating system has a number of ports open after installation. Some of these ports are needed for the system to function properly while others might not. These ports can pose a security risk as every open port on a system might be an entry point for a malicious user. A port basically [...]]]></description> <content:encoded><![CDATA[<p>A standard Windows operating system has a number of ports open after installation. Some of these ports are needed  for the system to function properly while others might not. These ports can pose a security risk as every open port on a system might be an entry point for a malicious user.</p><p>A port basically allows communication to or from the device. Characteristics are a port number, an IP address and a protocol type. This article will give you the tools at hand to identify and evaluate the open ports on your Windows system to make a decision in the end whether they can or should be closed or left open.</p><p><span
id="more-24203"></span><strong>Software programs and tools that we will use:</strong></p><ul><li><a
href="http://www.nirsoft.net/utils/cports.html">CurrPorts</a>: Available for 32-bit and 64-bit editions of Windows. It is a port monitor that displays all open ports on a computer system. We will use it to identify the ports and the programs that are using them.</li><li>Windows Task Manager: Also used to identify the programs and link some ports to programs.</li><li>Search Engine: Searching for port information is necessary for some ports that cannot be identified that easily.</li></ul><p>It would be an impossible task to go through all of the ports that are open, we will therefor use a few examples to enable everyone to understand the process and go on from there.</p><p>Fire up CurrPorts and take a look at the populated main area.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/currports-500x350.jpg" alt="currports" title="currports" width="500" height="350" class="alignnone size-medium wp-image-24204" /></p><p>The program displays the process name and ID, local port, protocol and local port name among others.</p><p>The easiest ports to identify are those with a process name that corresponds to a running program like RSSOwl.exe with the process ID 3216 in the above example that is listing on the local ports 50847 and 52016. Those ports are usually closed when the program closes.</p><p>The more important ports are the ones that cannot be linked to a program right away like the System ports shown in the above screenshot.</p><p>There are a few ways to identify the services and programs linked to those ports. There are other indicators that we can use to discover the services and applications besides the process name.</p><p>The most important ones are the port number, the local port name and the process ID.</p><p>With the process ID we can take a look in the Windows Task Manager to try and link it to a process running on the system. To do that you need to start the task manager (press Ctrl Shift Esc). Click on View, Select Columns and enable the PID (Process Identifier) to be shown. That&#8217;s the process ID that is also shown in CurrPorts.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/task_manager-500x403.jpg" alt="" title="task manager" width="500" height="403" class="alignnone size-medium wp-image-24205" /></p><p>Now we can link process IDs in Currports to running processes in the Windows Task Manager.</p><p>Let us take a look at some examples:</p><p><strong>ICSLAP, TCP Port 2869</strong></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/icslap-500x64.jpg" alt="icslap" title="icslap" width="500" height="64" class="alignnone size-medium wp-image-24206" /></p><p>Here we have a port that we cannot identify immediately. The local port name is icslap, the port 2869, it uses the TCP protocol, has the process ID 4 and the process name system.</p><p>It is usually a good idea to search for the local port name first if it cannot be identified right away. Fire up Google and search for icslap port 2869 or something similar.</p><p>Often there are several suggestions or possiblities. For Icslap they are Internet Connection Sharing, Windows Firewall or Local Network Sharing. It took some research to find out that in this case it was used by the Windows Media Player Network Sharing Service.</p><p>A good option to find out if this is indeed the case is to stop the service if it is running and refresh the port listing to see if the port is not appearing anymore. In this case it was closed after stopping the Windows Media Player Network Sharing Service.</p><p><strong>epmap, TCP port 135</strong></p><p>Research <a
href="http://www.grc.com/x/URL_Error.htm">shows</a> that it is linked to the dcom server process launcher. Research also <a
href="http://smallvoid.com/article/winnt-services-dcomlaunch.html">shows</a> that it is not a good idea to disable the service. It is however possible to block the port in the firewall instead to close it down.</p><p><strong>llmnr, UDP port 5355</strong></p><p>If you look in Currports your notice that the local port name llmnr uses the UDP port 5355. <a
href="http://www.pc-library.com/ports/tcp-udp-port/5355/">PC Library</a> has information on the service. It is referring to the Link Local Multicast Name Resolution protocol which is related to the DNS service. Windows users who do not need the DNS service can disable it in the Services Manager. This closes the ports from being open on the computer system.</p><p><strong>Conclusion:</strong></p><p>It is not always easy to identify ports and the services or applications they are linked to. Research on search engines usually provides enough information to find out which service is responsible with ways to disable it if it not needed.</p><p>A good first approach before starting to hunt down ports would be to take a close look at all started services in the Services Manager and stop and disable those that are necessary for the system. A good starting point to evaluate those is the services configuration page at <a
href="http://www.blackviper.com/2010/12/17/black-vipers-windows-7-service-pack-1-service-configurations/">BlackViper</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/06/improve-windows-security-by-closing-open-ports/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Realtime Network Connection Monitor</title><link>http://www.ghacks.net/2009/08/19/realtime-network-connection-monitor/</link> <comments>http://www.ghacks.net/2009/08/19/realtime-network-connection-monitor/#comments</comments> <pubDate>Wed, 19 Aug 2009 11:13:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[connection monitor]]></category> <category><![CDATA[currports]]></category> <category><![CDATA[network connection monitor]]></category> <category><![CDATA[network connections]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15520</guid> <description><![CDATA[Connection Monitor is a portable realtime network connection monitor for the Windows operating system. It is basically an alternative to popular portable application Curr Ports or Open Ports which is also displaying the TCP / IP network connections in realtime. Connection Monitor will display all network connections (incoming and outgoing) upon startup listing locale and [...]]]></description> <content:encoded><![CDATA[<p>Connection Monitor is a portable realtime network connection monitor for the Windows operating system. It is basically an alternative to popular portable application <a
href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/">Curr Ports</a> or <a
href="http://www.ghacks.net/2006/05/08/open-ports-10/">Open Ports</a> which is also displaying the TCP / IP network connections in realtime. Connection Monitor will display all network connections (incoming and outgoing) upon startup listing locale and remote addresses and ports, the protocol used by the connection and the status of the connection. Changes, meaning new or closed connections, are automatically displayed in the program&#8217;s interface.</p><p>The network connection data that is displayed by Connection Monitor is basic but useful for a quick overview of all network connections. The program itself lacks information that are displayed in Curr Ports, most notable the process ID and process that are using that network connection. It is therefor more difficulty to identify the running processes with Connection Monitor.</p><p><span
id="more-15520"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/network_connection_monitor-500x334.jpg" alt="network connection monitor" title="network connection monitor" width="500" height="334" class="alignnone size-medium wp-image-15523" /></p><p>Curr Ports (and Open Ports as well) is therefor the better alternative for users who would like to identify the processes that use the open network connections. Connection Monitor is a <a
href="http://www.globale-werbewelt.de/downloads/download-english/">free</a> download at the developer&#8217;s website. No compatibility information are displayed on the website or in the application. It worked fine on a Windows XP SP3 test system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/19/realtime-network-connection-monitor/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Fport Maps Ports To Applications</title><link>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/</link> <comments>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/#comments</comments> <pubDate>Tue, 03 Feb 2009 09:22:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cport]]></category> <category><![CDATA[fport]]></category> <category><![CDATA[list ports]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[port]]></category> <category><![CDATA[port scan]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[tcp]]></category> <category><![CDATA[tcp port]]></category> <category><![CDATA[udp]]></category> <category><![CDATA[udp port]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10300</guid> <description><![CDATA[Fport is a portable command line utility that will report all open TCP and UDP ports to the user. The port analyzer maps each open port to an application to distinguish itself from the netstat -an command in Windows which otherwise would provide the same amount of information. What this means is that Fport will [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.mcafee.com/us/downloads/free-tools/index.aspx">Fport</a> is a portable command line utility that will report all open TCP and UDP ports to the user. The port analyzer maps each open port to an application to distinguish itself from the <strong>netstat -an</strong> command in Windows which otherwise would provide the same amount of information.</p><p>What this means is that Fport will basically display all open ports and the applications that use them for their connection. This makes it very easy to find unauthorized connections by simply verifying the applications one by one.</p><p>Fport has to be launched from the command line or a batch script. It will display all open ports and their applications if it is executed without switches. The following switches are available:<br
/> <span
id="more-10300"></span><br
/><blockquote> /p (sort by port)<br
/> /a (sort by application)<br
/> /i (sort by pid)<br
/> /ap (sort by application path)</p></blockquote><p>The output will look like this:</p><blockquote><p>C:\>fport<br
/> FPort v2.0 &#8211; TCP/IP Process to Port Mapper<br
/> Copyright 2000 by Foundstone, Inc.<br
/> http://www.foundstone.com<br
/> Pid   Process            Port  Proto Path<br
/> 392   svchost        ->  135   TCP   C:\WINNT\system32\svchost.exe<br
/> 8     System         ->  139   TCP<br
/> 8     System         ->  445   TCP<br
/> 508   MSTask         ->  1025  TCP   C:\WINNT\system32\MSTask.exe</p><p>392   svchost        ->  135   UDP   C:\WINNT\system32\svchost.exe<br
/> 8     System         ->  137   UDP<br
/> 8     System         ->  138   UDP<br
/> 8     System         ->  445   UDP<br
/> 224   lsass          ->  500   UDP   C:\WINNT\system32\lsass.exe<br
/> 212   services       ->  1026  UDP   C:\WINNT\system32\services.exe</p></blockquote><p>The easiest way to work with fport is to save the output into a text document for further processing. This can be done with the command <strong>fport > output.txt</strong> which will create a text document with the name output.txt in the root directory of fport.</p><p>A similar application with a graphical user interface is <a
href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/">Cports</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Open Ports 1.0</title><link>http://www.ghacks.net/2006/05/08/open-ports-10/</link> <comments>http://www.ghacks.net/2006/05/08/open-ports-10/#comments</comments> <pubDate>Mon, 08 May 2006 08:57:14 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[ports]]></category> <category><![CDATA[router]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/05/08/open-ports-10/</guid> <description><![CDATA[Open Ports displays all open TCP and UPD ports using a cli (command line interface). We all know the netstat command that lists all tcp and udp connections (netstat -an). The problem with this is that it does not show the application that uses the ports listed there. Open Ports lists the applications that use the ports which makes it easier to identify applications that should not be connected to the internet at all.]]></description> <content:encoded><![CDATA[<p>Open Ports displays all open TCP and UPD ports using a cli (command line interface). We all know the netstat command that lists all tcp and udp connections (netstat -an). The problem with this is that it does not show the application that uses the ports listed there. Open Ports lists the applications that use the ports which makes it easier to identify applications that should not be connected to the internet at all.</p><p>The freeware requires no installation and does not change the system, just run it using the windows run command. Every user that is logged on can use the application, that´s right even guests can use it. Another great tool that uses a gui is <a
href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/" target="_blank">Currports</a>. Just follow the link if you like it.</p><p><strong>Update</strong>: The developer website is no longer available. We have uploaded the latest version of Open Ports Scanner to our own servers. Be advised though that it has not been updated for a long time, and that you may experience issues with the program because of this. We suggest you download CurrPorts instead.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2006/05/open-ports-scanner.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2006/05/open-ports-scanner.jpg" alt="open ports scanner" title="open ports scanner" width="512" height="449" class="alignnone size-full wp-image-56107" /></a></p><p>The program lists all open ports on startup. This did not work correctly under a 64-bit Windows test system. Only the protocol and local port were displayed on the system, and not process names, IDs or ports. It is therefor clear that the program is either incompatible with 64-bt editions of Windows, or with newer versions of Microsoft&#8217;s operating system.</p><p>Connections and processes can be terminated and exported for further analysis. The settings allow you to configure the program to automatically refresh the connection list and ports. If you do not configure that, you are left with manually refreshing the listings.</p><p>You can download Open Ports Scanner 1.2 with a click on the following link: <a
class="downloadlink" href="http://www.ghacks.net/wp-content/plugins/download-monitor/download.php?id=35" title="Version1.2 downloaded 9 times" >Open Ports Scanner (9)</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/05/08/open-ports-10/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
