<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Network on Anything About IT</title><link>https://www.verboon.info/tags/network/</link><description>Recent content in Network on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 08 Feb 2018 14:28:19 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/network/index.xml" rel="self" type="application/rss+xml"/><item><title>Collecting NetTcpConnection and Process information with PowerShell</title><link>https://www.verboon.info/2018/02/collecting-nettcpconnection-and-process-information-with-powershell/</link><pubDate>Thu, 08 Feb 2018 14:28:19 +0000</pubDate><guid>https://www.verboon.info/2018/02/collecting-nettcpconnection-and-process-information-with-powershell/</guid><description>&lt;p&gt;if you need information on active TCP connections, you probably start with the &lt;a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat"&gt;netstat&lt;/a&gt; command When using the -b or -o parameter netstat will also list the executable involved in creating the process respectively the owing Process ID.&lt;/p&gt;
&lt;p&gt;The output then looks as following.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/020818_1424_CollectingN1.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;In PowerShell we can use &lt;a href="https://docs.microsoft.com/en-us/powershell/module/nettcpip/get-nettcpconnection?view=win10-ps"&gt;Get-NetTCPConnection&lt;/a&gt; to retrieve TCP connection information.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/020818_1424_CollectingN2.png" alt=""&gt;

&lt;/p&gt;
&lt;p&gt;When suspecting that something malicious is running on a device, I look at the TCP connections and want to know more about the executable that owns the process. I am also interested in who&amp;rsquo;s owning the domain and where it&amp;rsquo;s geographically located. And so another cmdlet was born. &lt;strong&gt;Get-NetConnectionDetails&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>ToolTip: Test Poor Network Connectivity (TMNetsim)</title><link>https://www.verboon.info/2011/03/tooltip-test-poor-network-connectivity-tmnetsim/</link><pubDate>Mon, 07 Mar 2011 20:56:41 +0000</pubDate><guid>https://www.verboon.info/2011/03/tooltip-test-poor-network-connectivity-tmnetsim/</guid><description>&lt;p&gt;A few days ago I found another utility for testing poor network connectivity. TMNetsim is a FREE utility provided by TMUrgent Technologies. &lt;em&gt;TMnetsim&lt;/em&gt; is used to simulate a wide-area network for a single protocol. TMnetsim is primarily used to simulate network delay, however, in some (rare) cases it may be used to simulate packet loss or out-of-order delivery, as well as packet capture. (For more details read the provided tmnetsim.html file).&lt;/p&gt;</description></item><item><title>ToolTip: Network Emulator for Windows Toolkit</title><link>https://www.verboon.info/2010/11/tooltip-network-emulator-for-windows-toolkit/</link><pubDate>Sun, 21 Nov 2010 23:01:11 +0000</pubDate><guid>https://www.verboon.info/2010/11/tooltip-network-emulator-for-windows-toolkit/</guid><description>&lt;p&gt;While watching the &lt;a href="http://www.msteched.com/2010/Europe/WSV303"&gt;Deep Dive on Designing a BranchCache Infrastructure&lt;/a&gt; presentation I noticed the Network Emulator for Windows Toolkit (NEWT) that Tyler Barton was using to simulate a slow network link during his BranchCache demo. &lt;a href="images/image6.png"&gt;

 &lt;img src="images/image_thumb6.png" alt="image"&gt;


&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After a quick search I’ve found a compiled version for 32 and 64 bit &lt;a href="http://blog.mrpol.nl/2010/01/14/network-emulator-toolkit/"&gt;here&lt;/a&gt; provided by Marco Pol. NEWT is a Very useful easy to use tool if you want to simulate a slow network connection for testing BranchCache, Group Policies, Software Distribution or just for demonstration purposes.&lt;/p&gt;</description></item><item><title>ToolTip: Network Delay Simulator</title><link>https://www.verboon.info/2010/06/tooltip-network-delay-simulator/</link><pubDate>Wed, 30 Jun 2010 18:03:00 +0000</pubDate><guid>https://www.verboon.info/2010/06/tooltip-network-delay-simulator/</guid><description>&lt;p&gt;How long does it take to copy 1 GB over a slow network connection? How fast does my virtual application start? Today I came across a nice FREE utility called Network Delay Simulator.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Network Simulator&lt;/strong&gt; tool allows you to perform network bandwidth and delay simulation (simulate slow/congested links between nodes) on any connection from your computer to any remote node (on the local LAN or remote over Internet).&lt;/p&gt;
&lt;p&gt;More information and download links can be found &lt;a href="http://www.akmalabs.com/netsim.php"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Testing Network Speed &amp;ndash; Another one</title><link>https://www.verboon.info/2010/06/testing-network-speed-another-one/</link><pubDate>Thu, 03 Jun 2010 17:34:45 +0000</pubDate><guid>https://www.verboon.info/2010/06/testing-network-speed-another-one/</guid><description>&lt;p&gt;Back in April i posted an article about &lt;a href="https://www.verboon.info/index.php/2010/04/testing-network-speed/"&gt;Testing Network Speed&lt;/a&gt;, here’s another nice utility that allows testing your network speed, and even more. The Utility is called &lt;a href="http://www.nirsoft.net/utils/download_speed_tester.html"&gt;DownTester&lt;/a&gt; and is part of the awesome tool collection from &lt;a href="http://www.nirsoft.net/"&gt;NirSoft&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;DownTester allows you to test the download speed via HTTP, FTP, Remote File Shares and any local drives such as your local drive, DVD and USB.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb3.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;The Tool is FREE and does not need to be installed.&lt;/p&gt;</description></item><item><title>Testing Network Speed</title><link>https://www.verboon.info/2010/04/testing-network-speed/</link><pubDate>Fri, 23 Apr 2010 15:34:34 +0000</pubDate><guid>https://www.verboon.info/2010/04/testing-network-speed/</guid><description>&lt;p&gt;There many tools out there that can measure the network speed between 2 computers, but either you have to pay for them or you need to go through a lengthy installation or configuration process. I want something that is FREE and easy to use. Here’s what I end up with after 30 minutes of browsing the web and doing some test installs of the various tools I found.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Test TCP Utility&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>ToolTip: SoftPerfect Network Scanner</title><link>https://www.verboon.info/2010/02/tooltip-softperfect-network-scanner/</link><pubDate>Sat, 27 Feb 2010 17:00:43 +0000</pubDate><guid>https://www.verboon.info/2010/02/tooltip-softperfect-network-scanner/</guid><description>&lt;p&gt;Just found another nice FREE Utility. As the name says &lt;a href="http://www.softperfect.com/"&gt;SoftPerfect&lt;/a&gt; Network Scanner allows you to scan your network and allows you to find any IP, NetBIOS or SNMP enabled devices. The tool also supports Remote WMI, Registry and Service access that can be customized to your own needs.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb4.png" alt="image"&gt;

 The Tool does not require installation. Download SoftPerfect Network Scanner from &lt;a href="http://www.softperfect.com/products/networkscanner/"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ToolTip: Network Lights</title><link>https://www.verboon.info/2009/12/tooltip-network-lights/</link><pubDate>Tue, 15 Dec 2009 22:50:18 +0000</pubDate><guid>https://www.verboon.info/2009/12/tooltip-network-lights/</guid><description>&lt;p&gt;Network Lights developed by Igor Tolmachev is a Windows program, which blinks keyboard LEDs (Light Emitting Diode) indicating outgoing and incoming network packets on network interface.&lt;/p&gt;
&lt;p&gt;Network Lights lets you monitor network activity (upload/download) from your keyboard ScrollLock and NumLock indicators. Each LED will flicker when network traffic is detected.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb6.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Network Lights can be downloaded from &lt;a href="http://www.itsamples.com/network-lights.html"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>