<?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>IT Trenches &#187; Routers</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-trenches/tag/routers/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-trenches</link>
	<description></description>
	<lastBuildDate>Fri, 19 Nov 2010 14:37:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Nifty tools for tracking down that &#8220;interesting&#8221; network traffic</title>
		<link>http://itknowledgeexchange.techtarget.com/it-trenches/nifty-tools-for-tracking-down-that-interesting-network-traffic/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-trenches/nifty-tools-for-tracking-down-that-interesting-network-traffic/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 21:13:04 +0000</pubDate>
		<dc:creator>Troy Tate</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[network analysis]]></category>
		<category><![CDATA[network monitor]]></category>
		<category><![CDATA[network troubleshooting]]></category>
		<category><![CDATA[pstools]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sysinternals]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[WAN]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-trenches/?p=109</guid>
		<description><![CDATA[My previous posting was meant to help you determine the source of potentially dangerous network traffic at your network&#8217;s edge. This post is meant to help you identify applications and traffic on your local network that seems to be &#8220;interesting&#8221;. I define &#8220;interesting&#8221; as something that you don&#8217;t know much about but would find it [...]]]></description>
				<content:encoded><![CDATA[<p>My previous posting was meant to help you <a href="http://itknowledgeexchange.techtarget.com/it-trenches/do-you-manage-a-firewall-and-want-to-find-the-source-of-malicious-network-activity-check-out-the-internet-malicious-activity-map/" target="_blank">determine the source of potentially dangerous network traffic at your network&#8217;s edge</a>. This post is meant to help you identify applications and traffic on your local network that seems to be &#8220;interesting&#8221;. I define &#8220;interesting&#8221; as something that you don&#8217;t know much about but would find it interesting to learn more about and maybe take some action to shutdown.</p>
<p>As you may already know, I work at an international company with sites around the globe. There are over 2500 computer nodes not including printers, servers, switches, etc. Sometimes it is necessary to identify what traffic is crossing the network links between the sites. There are lots of tools and processes that can be used to gather this information. I will outline a couple here.</p>
<p>Our WAN edge routers are from Cisco. One of the features that can be enabled on a Cisco router is the <em>ip cache flow</em> feature. The <strong><em>show ip cache flow</em> </strong>command returns some very useful information. An example is shown below.</p>
<p><!--[if gte mso 9]&gt; Normal   0         false   false   false                             MicrosoftInternetExplorer4 &lt;![endif]--><!--[if gte mso 9]&gt; &lt;![endif]--><!--[endif]--><!--  --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<pre>show ip cache flow</pre>
<pre>IP packet size distribution (116972772 total packets):</pre>
<pre>1-32   64   96  128  160  192  224  256  288  320  352  384  416  448  480</pre>
<pre>.000 .375 .090 .023 .010 .007 .006 .003 .002 .014 .011 .010 .009 .005 .004</pre>
<pre>512  544  576 1024 1536 2048 2560 3072 3584 4096 4608</pre>
<pre>.004 .003 .006 .028 .378 .000 .000 .000 .000 .000 .000</pre>
<pre>IP Flow Switching Cache, 278544 bytes</pre>
<pre>64 active, 4032 inactive, 4367569 added</pre>
<pre>80215342 ager polls, 0 flow alloc failures</pre>
<pre>Active flows timeout in 30 minutes</pre>
<pre>Inactive flows timeout in 15 seconds</pre>
<pre>IP Sub Flow Cache, 21640 bytes</pre>
<pre>0 active, 1024 inactive, 0 added, 0 added to flow</pre>
<pre>0 alloc failures, 0 force free</pre>
<pre>1 chunk, 1 chunk added</pre>
<pre>last clearing of statistics never</pre>
<pre>Protocol         Total    Flows   Packets Bytes  Packets Active(Sec) Idle(Sec)</pre>
<pre>--------         Flows     /Sec     /Flow  /Pkt     /Sec     /Flow     /Flow</pre>
<pre>TCP-Telnet         724      0.0         7   430      0.0       6.1      15.4</pre>
<pre>TCP-FTP          13859      0.0         9    93      0.0       6.7       3.4</pre>
<pre>TCP-WWW        3537205      0.8        14  1021     12.2       3.7       9.7</pre>
<pre>TCP-SMTP           290      0.0       104   989      0.0       5.5       1.8</pre>
<pre>TCP-X                3      0.0         2    42      0.0       0.3       1.3</pre>
<pre>TCP-BGP             18      0.0         1    43      0.0       0.0      13.9</pre>
<pre>TCP-Frag           112      0.0        37    78      0.0      18.3      15.5</pre>
<pre>TCP-other       684674      0.1        12   831      2.0       6.4       7.0</pre>
<pre>UDP-DNS           1973      0.0         1    72      0.0       0.1      15.4</pre>
<pre>UDP-NTP            248      0.0         1    77      0.0       0.0      15.4</pre>
<pre>UDP-Frag             3      0.0         1    45      0.0       0.0      15.6</pre>
<pre>UDP-other        10247      0.0         1   210      0.0       0.8      15.4</pre>
<pre>ICMP             97640      0.0        19    83      0.4      18.6      15.4</pre>
<pre>GRE              20509      0.0      2598   150     12.4     165.6      14.5</pre>
<pre>Total:         4367505      1.0        26   593     27.2       5.2       9.4</pre>
<pre>SrcIf         SrcIPaddress    DstIf         DstIPaddress    Pr SrcP DstP  Pkts</pre>
<pre>Tu0           10.aa.20.254    Fa0/0         10.bb.21.1      01 0000 0000    20</pre>
<pre>Tu0           10.cc.12.200    Fa0/0         10.bb.21.1      01 0000 0000    20</pre>
<pre>Tu0           10.dd.12.8      Fa0/0         10.bb.12.150    06 0D0A 0871   467</pre>
<pre>Tu0           10.ee.12.200    Fa0/0         10.bb.ee.140    06 0A23 01BD     1</pre>
<pre>Tu0           10.ff.12.150    Fa0/0         10.bb.ee.130    06 048A 07DA     1</pre>
<pre>Tu0           10.gg.20.254    Fa0/0         10.bb.21.1      01 0000 0000    20</pre>
<pre>Tu0           10.hh.20.254    Fa0/0         10.bb.21.1      01 0000 0000    20</pre>
<pre>Tu0           10.ff.12.150    Fa0/0         10.bb.ee.11     06 048A 04A7     1</pre>
<pre>Tu0           10.oo.12.210    Fa0/0         10.bb.12.200    11 0035 EA0B     1</pre>
<pre>Tu1           203.151.20.17   Fa0/0         10.bb.50.200    06 0050 055D     5</pre>
<pre>Tu1           203.151.20.17   Fa0/0         10.bb.50.200    06 0050 055E    10</pre>
<p>As you can see it includes statistics about the packet size distribution, the various protocols and amount of traffic for each protocol and then a summary listing of the traffic through the various interfaces on the router. In this case, the traffic is passing through a couple of encrypted tunnel interfaces. This is where things get interesting when troubleshooting traffic on a link. The first column is the source interface, then the source IP address. The third column is the destination interface followed by the destination IP address. The next 3 columns give some critical information about the traffic between the source and destination hosts. These values are all given in HEX. There is the protocol number (e.g. 01 &#8211; ICMP, 06 &#8211; TCP, 11 &#8211; UDP). See the <a href="http://www.iana.org/assignments/protocol-numbers/" target="_self">protocol listing at IANA</a> for more information on these numbers &#8211; remember to convert from HEX to decimal.</p>
<p>The next two columns are the source port and destination port pairing. These values are also in HEX. So, converting values like 01BD to 445 indicates that the traffic is Microsoft DS according to the <a href="http://www.iana.org/assignments/port-numbers" target="_blank">port number listing at IANA</a>. Port 0035 (53 decimal) would be DNS traffic. Port 0050 (80 decimal) would be http traffic. Port 01BB (443 decimal) would be https. So, as you can see, lots of information is right there on the router and no sniffing is required to see what traffic is on your network.</p>
<p>Once you find an &#8220;interesting&#8221; source and destination pair that concerns you, you might consider finding out what application is generating the traffic between that source / destination pair. This can be done unobtrusively using some of the excellent tools from the <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">Microsoft/Sysinternals toolkit</a>. For example, the following command will list the current tcp &amp; udp connections on a remote computer (10.xx.50.81) &#8211; note that you must have administrative access to the remote computer to run this command (netstat is not a Sysinternals tool but is built into the Windows operating system):</p>
<p><strong><em>psexec </em></strong><em></em>\\<strong><em>10.xx.50.81 netstat -ano</em></strong></p>
<p>The output would look something like this:</p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">PsExec v1.94 &#8211; Execute processes remotely</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Copyright (C) 2001-2008 Mark Russinovich</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Sysinternals &#8211; www.sysinternals.com</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"> </span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Active Connections</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>Proto<span> </span>Local Address<span> </span>Foreign Address<span> </span>State<span> </span>PID</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>0.0.0.0:135<span> </span>0.0.0.0:0<span> </span>LISTENING<span> </span>852</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>0.0.0.0:445<span> </span>0.0.0.0:0<span> </span>LISTENING<span> </span>4</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>0.0.0.0:5800<span> </span>0.0.0.0:0<span> </span>LISTENING<span> </span>1748</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>0.0.0.0:5900<span> </span>0.0.0.0:0<span> </span>LISTENING<span> </span>1748</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>0.0.0.0:8085<span> </span>0.0.0.0:0<span> </span>LISTENING<span> </span>1456</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:139<span> </span>0.0.0.0:0<span> </span>LISTENING<span> </span>4</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:445<span> </span><span> </span>10.bb.50.64:1826<span> </span>ESTABLISHED<span> </span>4</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1221<span> </span>10.xx.12.200:135<span> </span>ESTABLISHED<span> </span>608</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1222<span> </span>10.xx.12.200:1026<span> </span>ESTABLISHED<span> </span>608</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1822<span> </span>10.xx.50.241:8080<span> </span>ESTABLISHED<span> </span>3756</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1823<span> </span>10.xx.50.241:8080<span> </span>ESTABLISHED<span> </span>3756</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1827<span> </span>10.xx.50.241:8080<span> </span>ESTABLISHED<span> </span>3756</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1828<span> </span>10.xx.50.241:8080<span> </span>ESTABLISHED<span> </span>3756</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1829<span> </span>10.xx.50.241:8080<span> </span>ESTABLISHED<span> </span>3756</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1830<span> </span>10.xx.50.241:8080<span> </span>ESTABLISHED<span> </span>3756</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>10.xx.50.81:1831<span> </span>10.xx.50.241:8080<span> </span>ESTABLISHED<span> </span>3756</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>TCP<span> </span>127.0.0.1:1068<span> </span>0.0.0.0:0<span> </span><span> </span>LISTENING<span> </span>2412</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>UDP<span> </span>0.0.0.0:445<span> </span>*:*<span> </span>4</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"><span> </span>UDP<span> </span>0.0.0.0:500<span> </span>*:*<span> </span>608</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"> </span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">netstat exited on 10.xx.50.81 with error code 0.</span></p>
<p class="MsoNormal">
<p class="MsoNormal">So, these results show that the host has various tcp &amp; udp connections that are in an established state. It shows the source &amp; destination ports (again like the <em>show ip cache flow</em> results). The other very useful piece of information that is shown is the PID or process identifier. This number matches a process running on the remote computer. So, to find out what the various running processes are and their PID&#8217;s, run the following command:</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>pslist \\10.xx.50.81</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">The results returned are like the following:</p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> <span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">pslist v1.28 &#8211; Sysinternals PsList</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Copyright ¬ 2000-2004 Mark Russinovich</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Sysinternals</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"> </span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Process information for 10.xx.50.81:</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"> </span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Name<span> </span>Pid Pri Thd<span> </span>Hnd<span> </span>Priv<span> </span>CPU Time<span> </span>Elapsed Time</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Idle<span> </span>0<span> </span>0<span> </span>1<span> </span>0<span> </span>0<span> </span>0:37:20.984<span> </span>0:00:00.000</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">System<span> </span>4<span> </span>8<span> </span>67<span> </span>316<span> </span>0<span> </span>0:00:48.343<span> </span>0:00:00.000</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">smss<span> </span>464<span> </span>11<span> </span>3<span> </span>21<span> </span>164<span> </span>0:00:00.015<span> </span>4:43:15.698</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">csrss<span> </span>528<span> </span>13<span> </span>15<span> </span>545<span> </span>2520<span> </span>0:00:13.484<span> </span>4:43:14.792</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">winlogon<span> </span>552<span> </span>13<span> </span>19<span> </span>524<span> </span>9488<span> </span>0:00:04.265<span> </span>4:43:14.370</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">services<span> </span>596<span> </span>9<span> </span>16<span> </span>295<span> </span>1876<span> </span>0:00:04.281<span> </span>4:43:14.183</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">lsass<span> </span>608<span> </span>9<span> </span>20<span> </span>428<span> </span>4160<span> </span>0:00:02.843<span> </span>4:43:14.167</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">svchost<span> </span>792<span> </span>8 <span> </span>17<span> </span>193<span> </span>3284<span> </span>0:00:00.796<span> </span>4:43:13.667</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">svchost<span> </span>852<span> </span>8<span> </span>10<span> </span>371<span> </span>2144<span> </span>0:00:35.421<span> </span>4:43:13.370</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">svchost<span> </span>916<span> </span>8<span> </span>70 2092<span> </span>16500<span> </span>0:00:54.359<span> </span>4:43:13.292</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">svchost<span> </span>968<span> </span>8<span> </span>6<span> </span>84<span> </span>1596<span> </span>0:00:00.921<span> </span>4:43:13.245</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">svchost<span> </span>992<span> </span>8<span> </span>15<span> </span>292<span> </span>3044<span> </span>0:00:00.843<span> </span>4:43:12.714</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">spoolsv<span> </span>1196<span> </span>8<span> </span>12<span> </span>142<span> </span>3492<span> </span>0:00:00.296<span> </span>4:43:12.277</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">stormliv<span> </span>1324<span> </span>8<span> </span>9<span> </span>163<span> </span>4952<span> </span>0:00:08.343<span> </span>4:43:04.339</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">EngineServer<span> </span>1444<span> </span>8<span> </span>3<span> </span>35<span> </span>576<span> </span>0:00:00.078<span> </span>4:43:03.995</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">FrameworkService<span> </span>1456<span> </span>8<span> </span>21<span> </span>356<span> </span>20632<span> </span>0:00:37.203<span> </span>4:43:03.573</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">VsTskMgr<span> </span>1504<span> </span>8<span> </span>19<span> </span>243<span> </span>7128<span> </span>0:00:29.578<span> </span>4:43:02.714</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">MDM<span> </span>1556<span> </span>8<span> </span>4<span> </span>86<span> </span>1092<span> </span>0:00:00.140<span> </span>4:43:02.495</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">mfevtps<span> </span>1580<span> </span>8<span> </span>6<span> </span>126<span> </span>6848<span> </span>0:00:02.609<span> </span>4:43:02.370</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">ArchivingORBService<span> </span>1636<span> </span>8<span> </span>4<span> </span>88<span> </span>3304<span> </span>0:00:15.031<span> </span>4:43:01.964</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">svchost<span> </span>1696<span> </span>8<span> </span>5<span> </span>118<span> </span>2608<span> </span>0:00:00.453<span> </span><span> </span>4:43:01.777</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">CcmExec<span> </span>1836<span> </span>8<span> </span>13<span> </span>810<span> </span>14688<span> </span>0:00:12.796<span> </span>4:43:01.214</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Mcshield<span> </span>1880<span> </span>13<span> </span>26<span> </span>182<span> </span>45316<span> </span>0:02:15.078<span> </span>4:42:59.464</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">naPrdMgr<span> </span>1964<span> </span>8<span> </span>6<span> </span>130 208448<span> </span>0:01:05.328<span> </span>4:42:57.902</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">mfeann<span> </span><span> </span>1968<span> </span>8<span> </span>8<span> </span>151<span> </span>2264<span> </span>0:00:01.625<span> </span>4:42:57.855</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">alg<span> </span>2412<span> </span>8<span> </span>5<span> </span>102<span> </span>1256<span> </span>0:00:00.109<span> </span>4:42:17.303</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">wmiprvse<span> </span>2876<span> </span>8<span> </span>4<span> </span>140<span> </span>4132<span> </span>0:00:00.781<span> </span>4:42:09.979</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">wmiprvse<span> </span>2660<span> </span>8<span> </span>7<span> </span>146<span> </span>1996<span> </span>0:00:00.828<span> </span>4:39:42.549</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">explorer<span> </span>3676<span> </span>8<span> </span>12<span> </span>442<span> </span>17392<span> </span>0:01:01.828<span> </span>3:59:34.124</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">hkcmd<span> </span>4092<span> </span>8<span> </span>2<span> </span>86<span> </span>896<span> </span>0:00:00.140<span> </span>3:59:30.406</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">igfxpers<span> </span>816<span> </span>8<span> </span>3<span> </span>93<span> </span>868<span> </span>0:00:00.078<span> </span>3:59:30.343</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">UdaterUI<span> </span>3388<span> </span>8<span> </span>5<span> </span>115<span> </span>1648<span> </span>0:00:00.859<span> </span>3:59:27.390</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">shstat<span> </span>3252<span> </span>8<span> </span>10<span> </span>98<span> </span>2160<span> </span>0:00:00.812<span> </span>3:59:27.093</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">ctfmon<span> </span>3968<span> </span>8<span> </span>1<span> </span>67<span> </span>984<span> </span>0:00:00.156<span> </span>3:59:25.828</span></p>
<p class="MsoNormal">
<p class="MsoNormal">Then if we need to remotely stop a running process that we consider suspicious or &#8220;interesting&#8221; issue the following command:</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>pskill 3968 \\10.xx.50.81 &#8211; </strong>note you can use either the PID # or the name of the process &#8211; however, you should use the PID if there are multiple instances of the application running</p>
<p class="MsoNormal">
<p class="MsoNormal">The results of the command, if successful, should look like:</p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> <span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">PsKill v1.12 &#8211; Terminates processes on local or remote systems</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Copyright (C) 1999-2005<span> </span>Mark Russinovich</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Sysinternals &#8211; www.sysinternals.com</span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot"> </span></p>
<p class="MsoNormal"><span style="font-size: 7pt;font-family: &quot;Lucida Sans Typewriter&amp;quot&amp;quot&#038;quot">Process 3968 on 10.xx.50.81 killed&#8230;.</span></p>
<p class="MsoNormal">
<p class="MsoNormal">This process has become very useful when finding some rogue processes (malware) on some remote computers and there is no other way to disable the system or application. You can also issue a <em>psshutdown</em> command in a similar fashion, but the user may attempt to restart the machine again and then you will have to again shutdown the rogue application. There&#8217;s lots of ways to handle this situation including shutting down the LAN switch port if you have that access and privilege.</p>
<p class="MsoNormal">
<p class="MsoNormal">Let me know what processes you go through when managing remote systems where you may have limited physical access. Good luck out there and let&#8217;s be good network citizens!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-trenches/nifty-tools-for-tracking-down-that-interesting-network-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
