<?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>EtherLook - Community for Network Analysis, Monitoring and Troubleshooting</title>
	<atom:link href="http://www.etherlook.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.etherlook.com</link>
	<description>Network Analysis, Network Analyzer, Packet Sniffer, Protocol Analyzer, Network Sniffer, Packet Analyzer, etc</description>
	<lastBuildDate>Mon, 15 Aug 2011 07:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>What is Promiscuous Mode?</title>
		<link>http://www.etherlook.com/article/what-is-promiscuous-mode/</link>
		<comments>http://www.etherlook.com/article/what-is-promiscuous-mode/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 07:50:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[promiscuous mode]]></category>
		<category><![CDATA[what is]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=191</guid>
		<description><![CDATA[The Promiscuous mode is a specific receive mode for network-technology devices such as wireless network cards. It is normally used for packet sniffing and bridged network for hardware virtualization. The frames include the MAC (Media Access Control) address of the hardware.]]></description>
			<content:encoded><![CDATA[<p>The Promiscuous mode is a specific receive mode for   network-technology devices such as wireless network cards. It is   normally used for <a href="http://www.colasoft.com/resources/packet_sniffing.php">packet sniffing</a> and bridged network for hardware   virtualization. The frames include the <a href="http://www.packetech.com/showthread.php?48-MAC-address">MAC (Media Access Control)   address</a> of the hardware.</p>
<p>In this mode the device submits all incoming traffic to the network   interface and transmits the data for processing to the operating system.   Devices that use this mode can be combinations of <a href="http://www.packetech.com/showthread.php?67-Switch">switches</a> and <a href="http://www.packetech.com/showthread.php?47-Router">routers</a>,   network tester or even a normal computer with a connection to a   network.</p>
<p>For Wireless LANs in promiscuous mode it will only forward the   <a href="http://www.packetech.com/showthread.php?41-Packet">packets</a> of the network (access points) to which the client is currently   connected. The Promiscuous Mode is unsuitable to receive packages from a   network which you do not own because you need to authenticate yourself   with the network.</p>
<p>The opposite of this mode is the non-promiscuous mode. In this mode   the unit handles only the packets addressed to it and this happens for   example in Ethernet networks, the evaluation of the MAC address plus   broadcast packets.</p>
<p>Another method of usage is to detect network connectivity issues.   Some programs use this feature to show everything that is transferred by   the network and some of them can transfer passwords and data in clear   text. So a normal user should stay away of this mode to prevent that   someone else could steal this data while the transferring process.</p>
<p>As you can see the Promiscuous Mode should only be used by advanced   users to avoid any damage to your system or to open the door for   hackers. But when you know what you are doing this mode is quite   powerful and you can repair your network without any problem.</p>
<p>Of course not every wireless card drivers support this mode because   of it’s not a secure mode. If you need this mode you should watch out   for another driver that supports the Promiscuous Mode. You can contact   your device’s manufacturer and ask for a new driver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/article/what-is-promiscuous-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sniff FTP Username and Password with Wireshark</title>
		<link>http://www.etherlook.com/howto/sniff-ftp-username-password-with-wireshark/</link>
		<comments>http://www.etherlook.com/howto/sniff-ftp-username-password-with-wireshark/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 09:27:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[sniff]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=186</guid>
		<description><![CDATA[FTP is very useful to share resources. Install a client, configure the FTP server IP address, enter the username and password, then we can download from the server and upload as well. It’s simple right? But have you ever been aware that your FTP password could be sniffed by a hacker?]]></description>
			<content:encoded><![CDATA[<p><em>Please note that this article is aimed at proving the FTP password sniffing is possible, and remind you the importance of encrypting your FTP communication and it may be illegal to sniff someone’s FTP password without notice.</em></p>
<p><a href="en.wikipedia.org/wiki/File_Transfer_Protocol" target="_blank">FTP</a> is very useful to share resources. Install a client, configure the FTP server IP address, enter the username and password, then we can download from the server and upload as well. It’s simple right? But have you ever been aware that your FTP password could be sniffed by a hacker?</p>
<p>Let’s check it out. I opened a network sniffer tool, <a href="http://www.wireshark.org" target="_blank">Wireshark</a>, and established a normal connection to a server. Then let’s see what we got.</p>
<div id="attachment_187" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.etherlook.com/wp-content/uploads/2011/08/wireshark-ftp-usename-password.png" target="_blank"><img class="size-full wp-image-187 " title="Sniff FTP Usename Password with Wireshark" src="http://www.etherlook.com/wp-content/uploads/2011/08/wireshark-ftp-usename-password.png" alt="Sniff FTP Usename Password with Wireshark" width="550" height="293" /></a><p class="wp-caption-text">Sniff FTP Usename Password with Wireshark</p></div>
<p>See the USER and PASS? They are my username and password. If there was a hacker sniffing my username and password right now like me, he could use them to login that server to upload and download.</p>
<p>Then, what should we do? We can use SSL to encrypt our username and password. I enabled <strong>Auth SSL</strong> and sniffed the connection again. Let’s check out how it worked.</p>
<div id="attachment_188" class="wp-caption aligncenter" style="width: 617px"><a href="http://www.etherlook.com/wp-content/uploads/2011/08/ssl-connection.png" target="_blank"><img class="size-full wp-image-188 " title="FTP SSL Connection" src="http://www.etherlook.com/wp-content/uploads/2011/08/ssl-connection.png" alt="FTP SSL Connection" width="607" height="318" /></a><p class="wp-caption-text">FTP SSL Connection</p></div>
<p>We don’t see any packets with username or password because all of them are encrypted. It worked and nothing was exposed to the wild. Remember, we’d better also use encryption to help protect our password if possible. Sometimes maybe the password is not important, but the materials behind it are important.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/howto/sniff-ftp-username-password-with-wireshark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Capture Packets with Packet Analyzer on Network</title>
		<link>http://www.etherlook.com/howto/where-to-capture-packets-with-packet-analyzer-on-network/</link>
		<comments>http://www.etherlook.com/howto/where-to-capture-packets-with-packet-analyzer-on-network/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 07:08:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[capture from]]></category>
		<category><![CDATA[capture packets]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[managed switch]]></category>
		<category><![CDATA[network anlayzer]]></category>
		<category><![CDATA[network tap]]></category>
		<category><![CDATA[packet analyzer]]></category>
		<category><![CDATA[packet sniffer]]></category>
		<category><![CDATA[protocol analyzer]]></category>
		<category><![CDATA[protocol sniffer]]></category>
		<category><![CDATA[unmanaged switch]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=169</guid>
		<description><![CDATA[Using a packet analyzer software (aka. packet sniffer, network analyzer, protocol sniffer, protocol analyzer) to capture network traffic to analyze and troubleshoot network problem is an important job for network management. The charm of packet analyzer software is that you can use them to listen on a cable and know what the machines are transmitting and communicating with other hosts. This blog post covers the basics that where you should capture with a packet analyzer software on your network so you get traffic to your interest.]]></description>
			<content:encoded><![CDATA[<p>Using a <a href="http://www.etherlook.com/article/best-network-analysis-free-tools/" target="_blank">packet analyzer software</a> (aka. packet sniffer, network analyzer, protocol sniffer, protocol analyzer)  to capture network traffic  to analyze and troubleshoot network problem is an important job for <a href="http://www.etherlook.com/article/what-is-network-monitoring/" target="_blank">network  management</a>. The charm of packet analyzer software is that you can use them to  listen on a cable (or even <a href="http://www.etherlook.com/howto/how-to-monitor-wireless-network-traffic/" target="_blank">wireless magnetic signal</a>) and know what the machines  are transmitting and communicating with other hosts and services without  installing anything backdoor or keylogger on those machines like a hacker. If  you want to use a packet analyzer software to capture your network traffic,  you need to capture on the right device, because you can’t just install it on a  system like common software and capture traffic from other machines. This blog post covers the  basics that where you should capture with a packet analyzer software on your network so you get traffic to your  interest.</p>
<h2>Whose Packets Do You Want to Sniff?</h2>
<p>We all know the nouns, hubs, switches, routers, firewall,  etc., but there is possible that some of us may not know how the packet analyzers process the  packets. So we should always think first which hosts’ packets we want to sniff,  and on which device we should connect the machine with the packet analyzer  software to capture traffic. This’s the first discipline. You can’t analyze and  troubleshoot into network packets unless you capture them.</p>
<p>It’s quite often that someone new comes to a network analyzer  software, he finds a packet sniffer software on the web, and can’t wait to install it  on his PC. And then he fires it up expecting to capture all packets traversing  through his network. Well, he’ll be disappointed that he can only see packets  of his own machine in today’s network. But back to the 1990’s, when hubs were  popular then, he could capture all traffic of a hub network without a problem.  So today, besides hubs, we have more devices, switches, routers, firewalls,  etc. Let’s see how we can capture packets  if we are connected  with these networking devices.</p>
<h2>Capture Particular PC’s Packets</h2>
<p>This is the simplest scenario that you  are a network administrator suspecting the guy at marketing dept. is infected with a  worm or virus because his machine keeps sending large volume of packets to consume the network bandwidth. So it’s a brilliant idea that you install a packet analyzer tool on  his machine and look into his traffic pattern to prove it. Or you may just  curious what applications are consuming your network bandwidth. And the answer to capture packets  of a particular machine, you only need to install the protocol sniffer software  on your system.  No matter it&#8217;s a  Windows, Mac or Linux, you may find packet analyzer software for that  platform. What is really required is a network interface card (NIC) which is  able to run in <strong>promiscuous mode</strong>.</p>
<div id="attachment_170" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-170" title="Capture Particular PC’s Packets" src="http://www.etherlook.com/wp-content/uploads/2011/08/one-computer.gif" alt="Capture Particular PC’s Packets" width="300" height="167" /><p class="wp-caption-text">Capture Particular PC’s Packets</p></div>
<h2>Economic Choice &#8211; Use Dumb Hub</h2>
<p>Hubs are rarely these days, but if you&#8217;re fortunate enough  to own one of those old jewels then make sure to hold on to it. If you have a  100M network, a cheap hub would be the perfect choice to be used to intercept  the network packets. You might take advantage of <a href="http://computers.shop.ebay.com/11180/i.html?_dmpt=COMP_EN_Hubs" target="_blank">ebay</a> to find a second-hand hub if you are lucky enough. Be careful, some vendors tell you it’s a <em>hub</em>, but in  fact it’s a switch.</p>
<div id="attachment_171" class="wp-caption aligncenter" style="width: 241px"><img class="size-full wp-image-171" title="How a hub looks like" src="http://www.etherlook.com/wp-content/uploads/2011/08/hub-image.gif" alt="How a hub looks like" width="231" height="193" /><p class="wp-caption-text">How a hub looks like</p></div>
<p>So when you connect your machine (with packet sniffer software installed) to any port on the hub, you  can sniff  packets of all machines because the hub repeats all Ethernet frames arriving  at on port to all other ports of the hub. The figure below shows how to capture packets on a hub. For example, in your home network,  all your machines are connected with cables to a home router, and the router  connects to the Internet. In this network, we can place a hub behind the  router, and move all cables to the hub. So now, you can use any port to sniff  all packets with a packet sniffer software.</p>
<div id="attachment_172" class="wp-caption aligncenter" style="width: 452px"><img class="size-full wp-image-172" title="Use dumb hub to capture packets" src="http://www.etherlook.com/wp-content/uploads/2011/08/hub-topology.png" alt="Use dumb hub to capture packets" width="442" height="263" /><p class="wp-caption-text">Use dumb hub to capture packets</p></div>
<p><strong>Cons of Capturing Packets on Hub</strong></p>
<p>But there is a downside of using a hub. Because the hub  repeats all packets to all ports, it increases packet collisions. And packet  collision slows down your network connection rate. If you use a packet sniffer software to capture the packets, you will see more TCP retransmissions.  So make sure you take out the hub and put the network back to its original  topology when you finish packet sniffing.</p>
<h2>Configure Port Mirroring (SPAN) on Managed Switch</h2>
<p>There are two categories of switches, <strong>managed switch</strong> and  <strong>unmanaged switch</strong>. It’ll be great if you have a managed switch over a hub. So as  we mentioned at the beginning of the post, you can only sniff traffic of your  own PC and some broadcast and multicast traffic, if you sniff on a PC which is connected to a  switch (no matter managed or unmanaged ones).</p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 450px"><img class="size-full wp-image-173" title="Only capture limited packets" src="http://www.etherlook.com/wp-content/uploads/2011/08/switch-topology.png" alt="Only capture limited packets" width="440" height="278" /><p class="wp-caption-text">Only capture limited packets</p></div>
<p>How can we sniff all packets on a switch? Don’t worry, the managed switches have a function called <strong>Port Mirroring</strong>. While this function has  different names depending on the vendor, Cisco calls it <strong>SPAN</strong>. You can go to the switch management portal, and configure the  switch to copy all sent (<em>Tx</em>) and received (<em>Rx</em>) frames, (or one part of it), of  particular ports to a monitor port. You can connect your protocol analyzer software to the monitor  port and sniff the traffic. The figure below shows how to use a protocol analyzer to sniff all traffic on a managed switch with port mirroring.</p>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 478px"><img class="size-full wp-image-174" title="Use a protocol analyzer to sniff all traffic on a managed switch" src="http://www.etherlook.com/wp-content/uploads/2011/08/port-mirroring.png" alt="Use a protocol analyzer to sniff all traffic on a managed switch" width="468" height="237" /><p class="wp-caption-text">Use a protocol analyzer to sniff all traffic on a managed switch</p></div>
<h3>Notes on Sniffing Traffic on Managed Switch Port Mirroring</h3>
<ol>
<li>On some switches you can also configure to copy traffic of  all ports to a monitor pot, but this causes <strong>duplicate packets</strong> since each packet  will be seen twice, the first time on the receive port and then another port it  leaves on another port. It’s therefore usually wise to<strong> monitor only the  uplink port</strong> if you wish to monitor all hosts connected to the switch.</li>
<li>You should also<strong> be careful using port mirroring over a high  load switch</strong>. We shouldn’t forget that the primary functionality of a switch is  to switching and forwarding traffic from the source port to the destination  port rather than copying or mirroring the packets. This means if the switch’s load is high,  it will prioritize switching the frames from source port to destination port  over copying them to the monitor port. So on a high load switch, you may not  get all traffic on the monitor port, and it’s unacceptable if you are on a  network forensics investigation. So if this is your case, you may consider a  <em>network tap</em> to precede your task.</li>
</ol>
<h2>Capture Unmanaged Switch Traffic</h2>
<p>If your switch isn’t a managed switch but an unmanaged  switch, you have two choices.</p>
<ul>
<li><strong>Use a hub</strong>, and connect the network as figure  below.</li>
<li><strong>Use a network tap</strong>.</li>
</ul>
<div id="attachment_175" class="wp-caption aligncenter" style="width: 599px"><a href="http://www.etherlook.com/wp-content/uploads/2011/08/unmanaged-switch.png"><img class="size-full wp-image-175" title="Capture packets on an unmanaged switch" src="http://www.etherlook.com/wp-content/uploads/2011/08/unmanaged-switch.png" alt="Capture packets on an unmanaged switch" width="589" height="262" /></a><p class="wp-caption-text">Capture packets on an unmanaged switch</p></div>
<h2>Use Network Tap to Capture Packets</h2>
<p><strong>What is a network tap</strong>? A network tap is a hardware device which provides a way to access the data flowing across a computer network. In many cases, it is desirable for a third party to monitor the traffic between two points in the network. If the network between points A and B consists of a physical cable, a &#8220;network tap&#8221; may be the best way to accomplish this monitoring. The network tap has (at least) three ports: an A port, a B port, and a monitor port. A tap inserted between A and B passes all traffic through unimpeded, but also copies that same data to its monitor port, enabling a third party to listen.</p>
<div id="attachment_176" class="wp-caption aligncenter" style="width: 393px"><img class="size-full wp-image-176" title="How a network tap look like" src="http://www.etherlook.com/wp-content/uploads/2011/08/network-tap-figure.gif" alt="How a network tap look like" width="383" height="68" /><p class="wp-caption-text">How a network tap look like</p></div>
<p>Using a network tap is the most reliable way to sniff  traffic, which is easy to use and doesn’t affect your network performance  (comparing with the hub and the switch’s port mirroring). The function of a  network tap is to make a copy of each frame on a wire. Typically you insert a  network tap between two nodes of your network, such as between the switch and  the router, and you get all traffic between these two devices and it doesn’t  affect the quality of the line. The figure below shows how to use a network tap to sniff traffic of the uplink of an unmanaged switch.</p>
<div id="attachment_177" class="wp-caption aligncenter" style="width: 405px"><img class="size-full wp-image-177" title="Use network tap to capture packets" src="http://www.etherlook.com/wp-content/uploads/2011/08/tap-topology.png" alt="Use network tap to capture packets" width="395" height="235" /><p class="wp-caption-text">Use network tap to capture packets</p></div>
<p><strong>Cons of Capturing Packets with Network Tap</strong></p>
<p>But, network taps are <strong>expensive</strong>, and a good network tap will  cost you more than 1,000 dollars, but it’s a reasonable choice between network  monitoring reliability and budget. If you are considering investing in a  network tap I recommend an <em>aggregation tap</em>, which is able to merge uplink and  downlink traffic to a single monitor port. So you don’t need to have two NICs  on your sniffing computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/howto/where-to-capture-packets-with-packet-analyzer-on-network/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Techniques for Monitoring WAN Links</title>
		<link>http://www.etherlook.com/article/techniques-for-monitoring-wan-links/</link>
		<comments>http://www.etherlook.com/article/techniques-for-monitoring-wan-links/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 06:18:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[availability]]></category>
		<category><![CDATA[latency]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilization]]></category>
		<category><![CDATA[wan]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=164</guid>
		<description><![CDATA[Most business organizations use WAN links to interconnect local area networks (LANs) at geographically dispersed sites. Over the years, as business organizations continue to grow both nationally and globally, the demand for WAN links has steadily increased.]]></description>
			<content:encoded><![CDATA[<p>Most business organizations use WAN links to interconnect local area networks (LANs) at geographically dispersed sites. Over the years, as business organizations continue to grow both nationally and globally, the demand for WAN links has steadily increased. Call centers, for example, have moved off-shore; distributed computing has replaced large regional data centers; sales offices have expanded to new locations. As WAN links become integral to the day-to-day operations of the business organizations, the availability and reliability of WAN links has a direct, highly visible impact on business operations, employee productivity, and customer satisfaction.</p>
<div id="attachment_165" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-165" title="Techniques for Monitoring WAN Links" src="http://www.etherlook.com/wp-content/uploads/2011/08/monitor-wan_link-300x180.gif" alt="Techniques for Monitoring WAN Links" width="300" height="180" /><p class="wp-caption-text">Techniques for Monitoring WAN Links</p></div>
<h2>The cost of WAN Links versus Business Impact</h2>
<p>Monitoring WAN links for availability and reliability is essential: business organizations absolutely require continuous uptime, fast response times, and minimal transmission errors. But the cost of WAN links is also a factor. A T1 line, which is the most common type of WAN link, provides 1.5 megabits-per-second (Mbps) of bandwidth at an average cost of $600 a month. A T3 line, which offers 45 Mbps of bandwidth, can cost $15,000 a month. Monitoring WAN link utilization can help ensure the business organization is receiving optimal network performance without over investing in network infrastructure.</p>
<p>Due to the cost of leasing a WAN link, it’s often difficult to justify an additional T1 or T3 line unless an existing link is consistently running at 80% utilization or higher. In theory, the link can run at 100% utilization, which may sound a bit like “getting the most bang for the buck,” but utilization rates fluctuate constantly depending on changes in network traffic. For example, utilization may be high in the morning when people come to work and read their email or later in the afternoon when customers scramble to submit their orders before going home for the day. And sometimes the network simply gets hit with a lot of traffic.</p>
<p>The point is, when monitoring link utilization, it’s important to allow for “spikes” in network traffic. Otherwise, if a link is running at 95% utilization, and network traffic spikes, the interface on the WAN router may become overwhelmed and start to drop packets or experience other sub-optimal behavior. Business application users and customers, in turn, will notice significantly reduced response times and throughput. So it’s crucial to monitor WAN links not only for availability and reliability, but for utilization as well to determine a nominal utilization rate that can withstand spikes without impacting the business organization. Also, should high utilization rates begin to impact business efficiency, collecting historical data on utilization rates can underscore a business justification for an adding a new WAN link.</p>
<h2>Key Metrics for Monitoring WAN Links</h2>
<p>When monitoring WAN links, the three key metrics to consider are availability, utilization, and latency.</p>
<p><strong>Availability </strong>is the “up” or “down” status of a router interface over time (also referred to as “uptime”). High availability (99-100%) indicates the WAN link is fully available to business users. Low availability (less than 95%) may indicate a persistent problem with the router or WAN link.</p>
<p><strong>Utilization </strong>is the percent of data throughput relative to the maximum capacity of the router interface. Ideally, interface utilization should not exceed 70% or 80%. If utilization is consistently running above 90%, business users may experience reduced performance. Low utilization, on the other hand, indicates the interface is operating well below capacity.</p>
<p><strong>Latency </strong>is the time it takes in milliseconds for a data packet to travel across the WAN link. High latency means data travels more slowly across the network, which can affect business users. Typically, high latency is caused by network congestion over the WAN link.</p>
<h2>Tools for Monitoring WAN Links</h2>
<p>There are a number of simple, easy-to-use tools for monitoring WAN links. As most network managers know, the ping command on a Windows or UNIX computer measures the “round trip” latency across a WAN link by “pinging” a device or computer at the far end of the link. For example, pinging a computer on the East coast from a computer on the West coast shows the round trip latency for the link, point-to-point, averages 117 milliseconds. For more detail, the trace route command lists the physical routers that form the WAN link and the number of milliseconds required for each “hop” between routers.</p>
<p>Because most network devices are SNMP-enabled, an SNMP monitoring tool can be used to measure the availability and utilization of the router interfaces that host the WAN link. For instance, SNMP OID Tracker, a free desktop SNMP tool, can graphically monitor any SNMP MIB-2 object. Monitoring the ifOperStatus (operational status) object shows the availability or up/down status of the interface, and the ifInOctets (octets in) and ifOutOctets (octets out) objects can be used in conjunction with the ifSpeed (interface speed) object to calculate interface utilization.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/article/techniques-for-monitoring-wan-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capsa Free &#8211; Best Free Network Analyzer (Packet Sniffer) For Ethernet</title>
		<link>http://www.etherlook.com/article/capsa-free-best-free-network-analyzer-packet-sniffer-for-ethernet/</link>
		<comments>http://www.etherlook.com/article/capsa-free-best-free-network-analyzer-packet-sniffer-for-ethernet/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 05:45:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Capsa Free]]></category>
		<category><![CDATA[network analyzer]]></category>
		<category><![CDATA[packet sniffer]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=134</guid>
		<description><![CDATA[Capsa Free is a must-have freeware network analyzer for Ethernet monitoring, troubleshooting and analysis. It provides users with great experience to learn how to monitor network activities, pinpoint network problems,enhance network security and so on. Moreover, Capsa Free is a perfect choice for students, teachers and computer geeks to learn protoclos and networking technology knowledge.]]></description>
			<content:encoded><![CDATA[<h2>Overview</h2>
<p><strong>Capsa Free</strong> is a must-have freeware network analyzer for Ethernet monitoring, troubleshooting and analysis. It provides users with great experience to learn how to monitor network activities, pinpoint network problems,enhance network security and so on. Moreover, Capsa Free is a perfect choice for students, teachers and computer geeks to learn protoclos and networking technology knowledge.</p>
<h2>Why Choose Capsa Free</h2>
<ul>
<li>Your own dashboard, important parameters in one place and in graphs</li>
<li>Record network profile, set your analysis objective and perform customized analysis.</li>
<li>Powerful customizable alarm, customize dozens of alarm trigger combinations.</li>
<li>Identify and analyze more than 300 network protocols, create and customize protocols, analyze unique protocol traffic.</li>
<li>Intuitive TCP timing sequence chart.</li>
<li>Accurate MSN &amp; Yahoo Messenger monitoring statistics.</li>
<li>Email monitor and auto-saving Email content.</li>
<li>Enhanced, Customizable Reports.</li>
</ul>
<p><a style="width: 191px; height: 43px; display: block; line-height: 48px; font-size: 20px; font-weight: bold; text-align: center; background-image: url(/wp-content/uploads/2011/07/2011_download_capsa.gif);" title="Download Capsa Free" href="http://www.colasoft.com/download/products/capsa_free.php" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/article/capsa-free-best-free-network-analyzer-packet-sniffer-for-ethernet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is Network Monitoring?</title>
		<link>http://www.etherlook.com/article/what-is-network-monitoring/</link>
		<comments>http://www.etherlook.com/article/what-is-network-monitoring/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 08:14:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[business network monitor]]></category>
		<category><![CDATA[home network monitor]]></category>
		<category><![CDATA[network monitor]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=131</guid>
		<description><![CDATA[Network monitoring has multiple uses in business and home environments. The most common use of network monitoring in business is monitoring web visits, such as Facebook, twitter, etc., and monitoring employee’s emails, online chat messages (MSN, Yahoo Messenger, ICQ, etc.). So the IT department will know the percentage of time their employees spend on work, and the percentage on personal entertainment. It’s also applicable to home uses that parents would like to keep an eye on their children’s activities.]]></description>
			<content:encoded><![CDATA[<p>Network monitoring has multiple uses in business and home environments. The most common use of network monitoring in business is monitoring web visits, such as <a href="http://www.facebook.com" target="_blank">Facebook</a>, <a href="http://twitter.com" target="_blank">twitter</a>, etc., and monitoring employee’s emails, online chat messages (<a title="How to monitor MSN chat messages" href="http://www.etherlook.com/howto/how-to-monitor-msn-chat-with-free-unipeek-msn-monitor/" target="_blank">MSN</a>, <a href="http://www.yahoo.com" target="_blank">Yahoo Messenger</a>, <a href="http://www.icq.com" target="_blank">ICQ</a>, etc.). So the IT department will know the percentage of time their employees spend on work, and the percentage on personal entertainment. It’s also applicable to home uses that parents would like to keep an eye on their children’s activities.</p>
<p>If you go deeper to network monitoring, you will find it has more powerful uses. Networking professionals use network monitoring technologies to go deep into the networking world. For example, network monitoring can be used to capture all zero and one bits traveling through the wire or <a title="How to capture wireless traffic" href="http://www.etherlook.com/howto/how-to-monitor-wireless-network-traffic/" target="_blank">wireless</a> and network professionals can use them to troubleshoot network problems, find network attacks, and monitor user activities, etc.</p>
<h2>Use of Network Monitoring in Business</h2>
<p>Network monitoring has its irreplaceable function in business network management. For a corporate network, network monitoring is critical for IT management department. Network monitoring can be used to:</p>
<ul>
<li>Arm network admin for effective network maintenance, to reduce network downtime</li>
<li>Monitor and improve employee productivity</li>
<li>Find network breaches to enhance network security</li>
<li>… …</li>
</ul>
<p>To troubleshoot and resolve network problem is one of the most important uses of network monitoring in corporate network, a network monitoring tool monitors the internal network and the network admin can use it to resolve slow network connection, lost-in-space e-mail, questionable user activity and file delivery caused by overloaded, crashed servers, dicey network connections or other devices.</p>
<p>Network monitoring can be achieved using various types of <a title="Best network analysis freeware" href="http://www.etherlook.com/article/best-network-analysis-free-tools/" target="_blank">network monitor software</a> or a combination of out-of-box hardware and software solutions. Virtually any kind of network can be monitored no matter it&#8217;s wired with cable or wireless, a LAN, VPN or SIP’s WAN. You can monitor devices on different operating systems, Windows, Linux and Mac, etc. Besides, you can also <a title="How to Monitor Wireless Network Traffic" href="http://www.etherlook.com/howto/how-to-monitor-wireless-network-traffic/" target="_blank">monitor wireless traffic</a> from cell phones, ranging from Android, iOS and BlackBerrys. These systems can help you identify specific activities and performance metrics, producing results that enable a business to address various and sundry needs, including meeting compliance requirements, stomping out internal security threats and providing more operational visibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/article/what-is-network-monitoring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scan IP Addresses on LAN with MAC/IP Scanner</title>
		<link>http://www.etherlook.com/article/scan-ip-addresses-on-lan-with-mac-ip-scanner/</link>
		<comments>http://www.etherlook.com/article/scan-ip-addresses-on-lan-with-mac-ip-scanner/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 03:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Fluke]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[IP Inspector]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Scanner]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=127</guid>
		<description><![CDATA[MAC address scanner and IP address scanner are networking tools that network administrators use to scan what MAC addresses and IP addresses are in their LAN. This post introduces the featured and powerful MAC address scanner and IP address scanner on the web that help in network management.]]></description>
			<content:encoded><![CDATA[<p>Think of this case. You are a new network admin to a company network and the network has been running for a long time. Now you&#8217;d probably want a list showing you how many laptops, desktop, printer, switches there are. And for the best, you need their IP addresses and MAC addresses so you can find the device quickly when you need to see it in person. But there isn&#8217;t a list. So now what? Yes, you need a tool &#8211; <strong>MAC/IP Scanner</strong>, start a scan, and you get the list. This post introduces the IP/MAC addresses scanners we can find on the web, and their features.</p>
<h2>Colasoft MAC Scanner (Free)</h2>
<div id="attachment_128" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.etherlook.com/wp-content/uploads/2011/07/csmac_scan_view.gif" target="_blank"><img class="size-medium wp-image-128 " title="Colasoft MAC Scanner Free" src="http://www.etherlook.com/wp-content/uploads/2011/07/csmac_scan_view-300x163.gif" alt="Colasoft MAC Scanner Free Screenshot" width="300" height="163" /></a><p class="wp-caption-text">Colasoft MAC Scanner Free Screenshot</p></div>
<p>By its name &#8211; <a title="Download Colasoft MAC Scanner" href="http://www.colasoft.com/mac_scanner/index.php?act=download_success&amp;v=free" target="_blank">MAC Scanner</a>, in fact it&#8217;s not just a MAC scanner. You can use it to scanner all alive MAC/IP addresses in a subnet. And it&#8217;s not just MAC and IP addresses, you can see the name of each machine as well. It uses ARP protocol, so this MAC Scanner can only scans MAC and IP addresses in a subnet. So we start a scan, and we get all the MAC addresses and IP addresses in our network, we can print out the list. So we can quickly look up the machine. And most of all, it&#8217;s <strong>free</strong>. There is also a more powerful commercial edition out there as well. It has a database, so you can edit and manage your addresses pool in the database.</p>
<p>Guess what. We find a way that you can get the commercial edition for <strong>FREE</strong>. How we do this? Keep it secret. You just need to download and install another product from Colasoft -<strong> <a title="Download Colasoft Capsa" href="http://www.colasoft.com/capsa/capsa-free-edition.php" target="_blank">Colasoft Capsa</a></strong> &#8211; it&#8217;s a network analysis software (<a title="Best Network Analysis Free Tools" href="http://www.etherlook.com/article/best-network-analysis-free-tools/" target="_blank">what are the best network analysis freeware?</a>). Also it&#8217;s free. And you&#8217;ll find it has the commercial version of Colasoft MAC Scanner built-in. So now, you get the full version. <strong>Download MAC Scanner Free</strong> @ <a title="Download Colasoft MAC Scanner" href="http://www.colasoft.com/mac_scanner/index.php?act=download_success&amp;v=free" target="_blank">http://www.colasoft.com/mac_scanner/index.php?act=download_success&amp;v=free</a>.</p>
<h2>Fluke IP Inspector</h2>
<div id="attachment_156" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-156" href="http://www.etherlook.com/article/scan-ip-addresses-on-lan-with-mac-ip-scanner/attachment/ip-inspector-mui/"><img class="size-medium wp-image-156" title="IP Inspector" src="http://www.etherlook.com/wp-content/uploads/2011/07/ip-inspector-mui-300x172.gif" alt="IP Inspector" width="300" height="172" /></a><p class="wp-caption-text">Fluke IP Inspector</p></div>
<p>IP Inspector is also a freeware, but it takes many steps to register, check email, download, and activation. Even it&#8217;s freeware, but also requires activation, if you don&#8217;t, you can only use it for 7 days. Let&#8217;s see what IP Inspector can do.</p>
<ol>
<li>Scan IP of multi-segments, so we can scan all IP addresses of the entire network on a single machine.</li>
<li>Scan IPv4 &amp; IPv6 (but I don&#8217;t know how to input IPv6 addresses).</li>
<li>Scan variety types of ports, i.e. HTTP (80), echo (7), FTP (21), and also use port combination.</li>
</ol>
<p>We can start a scan, and let&#8217;s see what we get. IP Inspector shows the IP addresses that you need to scan, IPv6 addresses if any, host name, MAC address of the IP, and when the address is first found and last found. Another feature is that you can click menu icon &gt; <strong>Export</strong>, the records will be copy and paste to Excel book. Then you can edit, print or save in Excel. A good feature for documentation. <strong>Download IP Inspector</strong> @ <a onclick="javascript: pageTracker._trackPageview('http://www.flukenetworks.com/content/ip-inspector-utility-download');" href="http://www.flukenetworks.com/content/ip-inspector-utility-download">http://www.flukenetworks.com/content/ip-inspector-utility-download</a>.</p>
<p><em>(More to continue&#8230;)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/article/scan-ip-addresses-on-lan-with-mac-ip-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Meets Wireshark &#8211; Capture Wireless Network Traffic from Mobile Devices</title>
		<link>http://www.etherlook.com/howto/iphone-meets-wireshark-capture-wireless-network-traffic-from-mobile-devices/</link>
		<comments>http://www.etherlook.com/howto/iphone-meets-wireshark-capture-wireless-network-traffic-from-mobile-devices/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 03:59:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[meets]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=117</guid>
		<description><![CDATA[I wanted to see what the apps on my iPhone do and as I searched around, most of the current methods seem to involve jail-breaking, setting up hubs and access points and other such cumbersome nastiness. Gotta be simpler than that. So we are releasing a simple libpcap tool that you can run on your Mac to intercept packets from any app on any mobile device. iPad, iPhone, Android are all fair game. Once you can capture, you can very easily fuzz and scale test with Mu Studio.]]></description>
			<content:encoded><![CDATA[<p>I wanted to see what the apps on my <a href="http://www.apple.com/iphone/" target="_blank">iPhone</a> do and as I searched   around, most of the current methods seem to involve jail-breaking,   setting up hubs and <a href="http://en.wikipedia.org/wiki/Access_point" target="_blank">access points</a> and other such cumbersome nastiness.   Gotta be simpler than that. So we are releasing a simple libpcap tool   that you can run on your Mac to intercept packets from any app on any   mobile device. iPad, iPhone, Android are all fair game. Once you can   capture, you can very easily fuzz and scale test with <a href="http://www.mudynamics.com/products/Mu-Test-Suite/scale-testing.html" target="_blank"><strong>Mu Studio</strong></a>. More on that in a different blog.</p>
<p>The instructions below were on my MacBook. So YMMV.</p>
<h2>Create an adhoc wireless network</h2>
<p>Use the Wireless icon on the top status bar and create a   computer-to-computer Wireless network. This effectively makes your   MacBook an access point (kinda).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://labs.mudynamics.com/wp-content/uploads/2010/10/wireless-menu.png" border="0" alt="" width="252" height="235" /></p>
<p>You’ll get the following dialog. Click okay. <em>badboy</em> is my machine name. Don’t ask why.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://labs.mudynamics.com/wp-content/uploads/2010/10/create-network.png" border="0" alt="" width="467" height="278" /></p>
<h2>Start Wireshark on en1</h2>
<p>Since we are interested in the application traffic, we use the the   capture filter to prune out IGMP, MDNS and other such networky   (scientific term) packets. If you are a packet geek, then leave the   capture filter empty.</p>
<p style="text-align: center;"><a href="http://labs.mudynamics.com/wp-content/uploads/2010/10/start-wireshark.png" target="_blank"><img class="aligncenter" style="border: 0px initial initial;" src="http://labs.mudynamics.com/wp-content/uploads/2010/10/start-wireshark.png" border="0" alt="" width="595" height="541" /></a></p>
<h2>Start the layer2 bridge</h2>
<p>Before you go <em>huh, say what</em>, <strong>l2bridge</strong> is   the tool that we are releasing to the community. We expect that you have   en0 (the wired network) hooked up to your LAN (home or office) with   DHCP enabled.</p>
<blockquote><p><em><strong>$</strong> git clone.com/pcapr/l2bridge.git<strong>$</strong> cd ./l2bridge <strong>$</strong> make <strong>$</strong> sudo ./l2bridge en1 en0</em></p></blockquote>
<p><strong>l2bridge</strong> is a really simple user-mode layer2   forwarder. It uses libpcap to read and write packets from the named   interfaces. Packet comes in on en0, it goes out on en1 and vice versa.   It kinda makes a virtual wire out of two physical interfaces interfaces.</p>
<p><strong>WARNING</strong>: If you bridge en1 and en0 without the adhoc   network, you are going to cause serious broadcast storms on the network   with ARP floods and all sorts of other nastiness!</p>
<p>Okay, so we have everything ready except the iPhone.</p>
<h2>Point iPhone to our <em>badboy</em> network</h2>
<p>Go to Settings/General/WiFi and turn it on. You should see the adhoc   network you created in step 1. Go ahead and join the network.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://labs.mudynamics.com/wp-content/uploads/2010/10/pick-badboy.jpg" border="0" alt="" width="231" height="335" /></p>
<p>Okay, I just used the Photo Booth to take the picture ‘cos I was too lazy. Anyways we are done!</p>
<h2>Topology</h2>
<p>So here’s how the whole thing looks:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://labs.mudynamics.com/wp-content/uploads/2010/10/topology.png" border="0" alt="" width="570" height="287" /></p>
<p>If your LAN has DHCP (recommended), your mobile device should get a   lease and come up as any other host on the network. Once that happens,   all its packets belongs to you!</p>
<h2>What to do with these packets?</h2>
<p>Well, a number of things:</p>
<ul>
<li>Index 30 minutes worth of your iPhone traffic with <a href="http://www.pcapr.net/xtractr" target="_blank"><strong>xtractr</strong></a> and geek out with charting, reporting and analyzing everything your phone is doing</li>
<li>Be nice and pull out application traffic to contribute to the <a href="http://www.pcapr.net" target="_blank"><strong>pcapr</strong></a> community</li>
<li>If you are a Mu customer, turn these packets into <a href="http://www.mudynamics.com/products/test-modules/studio-scale.html" target="_blank"><strong>Studio</strong></a> scenarios so you can Fuzz and Scale test these apps</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/howto/iphone-meets-wireshark-capture-wireless-network-traffic-from-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sniff iPhone Wireless Network Traffic</title>
		<link>http://www.etherlook.com/howto/sniff-iphone-wireless-network-traffic/</link>
		<comments>http://www.etherlook.com/howto/sniff-iphone-wireless-network-traffic/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 03:12:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sniff]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=107</guid>
		<description><![CDATA[Ever wanted to see your iPhone’s wireless network traffic? All you need is a wireless LAN and the cross-platform proxy application, Paros. Paros was built for web application security assessments, so it provides an intimate hook into the HTTP request/response flow.]]></description>
			<content:encoded><![CDATA[<p>Ever wanted (or needed) to see your iPhone’s network traffic? All you need is a wireless LAN and the cross-platform proxy application, <a href="http://www.parosproxy.org/index.shtml" target="_blank">Paros.</a> There are other proxy server’s that can be used, but Paros was built for web application security assessments, so it provides an intimate hook into the HTTP request/response flow. Let’s get started!</p>
<h2>1) Download and Install Paros</h2>
<p>Grab the download from the <a href="http://www.parosproxy.org/download.shtml" target="_blank">Paros site</a>. Your install process will differ depending on your O/S, but they’ve provided some install instructions <a href="http://www.parosproxy.org/install.shtml" target="_blank">here</a>. Everybody will need the Java Runtime Environment 1.4 or above.</p>
<h2>2) Configure Paros</h2>
<p>Once installed, launch Paros and find the configuration options (on OS X they are under Tools -&gt; Options). Paros is configured by default to listen on localhost only, but we are going to route our iPhone’s traffic through Paros, so we need to set it to listen on the IP address of the interface connected to the same LAN as the iPhone.</p>
<p>My LAN’s network is 1.1.1.0/16, so I’ll configure the Local Proxy address accordingly:</p>
<div id="attachment_108" class="wp-caption aligncenter" style="width: 550px"><img class="size-full wp-image-108 " title="Configure Local Proxy on Mac" src="http://www.etherlook.com/wp-content/uploads/2011/07/mac-local-proxy.png" alt="" width="540" height="246" /><p class="wp-caption-text">Configure Local Proxy on Mac</p></div>
<p id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown">That should be the only setting that we need to fuss with. Paros is all set and listening on port 8080, let’s configure the iPhone to route its traffic through our proxy!</p>
<h2>3) Configure iPhone</h2>
<p>On the iPhone, open the “<strong>Settings</strong>” app and navigate to the Wi-Fi page. Once there, edit the settings for the wireless network you are currently connected to (this needs to be the same network where your proxy is running). To do this, click the little blue arrow on the right side of the screen.</p>
<div id="attachment_109" class="wp-caption aligncenter" style="width: 332px"><img class="size-full wp-image-109 " title="Configure Local Proxy on iPhone" src="http://www.etherlook.com/wp-content/uploads/2011/07/iphone-local-proxy.png" alt="Configure Local Proxy on iPhone" width="322" height="480" /><p class="wp-caption-text">Configure Local Proxy on iPhone</p></div>
<p>Now, scroll all the way to the bottom of the settings page and change the <strong>“HTTP Proxy”</strong>setting to manual. Enter the IP address and port number of your Paros Proxy.</p>
<div id="attachment_110" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.etherlook.com/wp-content/uploads/2011/07/iphone-local-proxy-2.png" target="_blank"><img class="size-full wp-image-110 " title="Configure Local Proxy on iPhone Step 2" src="http://www.etherlook.com/wp-content/uploads/2011/07/iphone-local-proxy-2.png" alt="Configure Local Proxy on iPhone Step 2" width="320" height="480" /></a><p class="wp-caption-text">Configure Local Proxy on iPhone Step 2</p></div>
<p>All set! Now all web traffic to and from the iPhone is routed through Paros. Let’s go see what we can see.</p>
<h2>4) Using Paros</h2>
<p>The main section of Paros is the “<strong>Request/Response/Trap</strong>.” As the iPhone talks through Paros to Internet sites, it will display the iPhone’s request and the server’s response. The “<strong>trap</strong>” functionality allows you to stop either the request or the response and view/modify it before sending it along to the recipient. Trapping is very cool, and why Paros is used for security auditing, but for our purposes we just want to see what is going on, so I won’t explain it any further.</p>
<p>For now, let’s see what happens when we fire up my iPhone’s “<strong>App Store</strong>” app:</p>
<p>In the bottom section of the screen is the history viewer. There we can see that my iPhone made 4 requests to different servers ( 3 GETs and 1 POST):</p>
<div id="attachment_111" class="wp-caption aligncenter" style="width: 550px"><img class="size-full wp-image-111 " title="HTTP Log List in Paros" src="http://www.etherlook.com/wp-content/uploads/2011/07/http-log-list.png" alt="HTTP Log List in Paros" width="540" height="67" /><p class="wp-caption-text">HTTP Log List in Paros</p></div>
<p>Highlighting the first GET in the history list shows its details. The iPhone’s HTTP request header looked like this:</p>
<div id="attachment_112" class="wp-caption aligncenter" style="width: 650px"><a href="http://www.etherlook.com/wp-content/uploads/2011/07/http-request.png"><img class="size-medium wp-image-112" title="HTTP Request in Paros" src="http://www.etherlook.com/wp-content/uploads/2011/07/http-request.png" alt="HTTP Request in Paros" width="640" height="400" /></a><p class="wp-caption-text">HTTP Request in Paros</p></div>
<p>One noteworthy tidbit is that the iPhone is sending a custom header (X-Apple-Connection-Type) which tells the server that it is connected to WiFi. Next, let’s take a look at the server’s response:</p>
<div id="attachment_113" class="wp-caption aligncenter" style="width: 650px"><a href="http://www.etherlook.com/wp-content/uploads/2011/07/http-response.png" target="_blank"><img class="size-medium wp-image-113 " title="HTTP Resonse in Paros" src="http://www.etherlook.com/wp-content/uploads/2011/07/http-response.png" alt="HTTP Resonse in Paros" width="640" height="484" /></a><p class="wp-caption-text">HTTP Resonse in Paros</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/howto/sniff-iphone-wireless-network-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Monitor Wireless Network Traffic</title>
		<link>http://www.etherlook.com/howto/how-to-monitor-wireless-network-traffic/</link>
		<comments>http://www.etherlook.com/howto/how-to-monitor-wireless-network-traffic/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 03:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[monitor wireless traffic]]></category>
		<category><![CDATA[wireless traffic monitoring]]></category>
		<category><![CDATA[wireless traffic monitoring freeware]]></category>

		<guid isPermaLink="false">http://www.etherlook.com/?p=103</guid>
		<description><![CDATA[Wireless network is the new type of computer network that it doesn’t required any type of cable to connect the devices up. This post introduces how to prepare for wireless traffic monitoring, the wireless traffic monitoring freeware and also wireless traffic monitoring equipment.]]></description>
			<content:encoded><![CDATA[<h2>What is Wireless Network Traffic</h2>
<p>Wireless network, different from the wired computer network using many kinds of cables, is the new type of computer network that it doesn’t required any type of cable to connect the devices up. The industrial standard of the wireless networks has 802.11a, b, g, n wireless protocols.</p>
<h2>Wireless Traffic Monitoring Requirements</h2>
<p>To plan for <a title="Introduce of Wireless Traffic Capture Software" href="http://www.colasoft.com/capsa/" target="_blank">wireless traffic monitoring</a>, there are few thing to consider. It’s not hard and you just need to prepare something software and hardware.</p>
<ol>
<li>Determine why and where to capture wireless traffic. To get quality wireless signal, try your best to get close to the object that you want to monitor wireless traffic from.</li>
<li>Install wireless monitoring software on your pc or laptop. You can find lots of wireless traffic sniffer tools on the web. And lots of them are freeware.</li>
<li>Prepare a wireless adapter. Some wireless monitor tools require specific wireless adapter or specific driver. So you may need to get one wireless adapter for your wireless traffic monitor software.</li>
<li>Get wireless security key for the wireless network if it uses encryption. It’s often that wireless networks implement encryption for security purposes. So you need the key for the wireless traffic monitor software to decode the wireless data.
<p><div id="attachment_104" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-104" title="Wireless Traffic Monitoring" src="http://www.etherlook.com/wp-content/uploads/2011/07/wireless-traffic-monitoring.gif" alt="Wireless Traffic Monitoring" width="400" height="300" /><p class="wp-caption-text">Wireless Traffic Monitoring</p></div></li>
</ol>
<h2>Wireless Traffic Monitoring Freeware</h2>
<p>You must want to know what the best wireless traffic monitor software is on the web so you save your time to try them out one by one. When it comes to traffic monitoring, no matter for Ethernet or wireless networks, <a href="http://www.wireshark.org" target="_blank">Wireshark</a>, formerly known as Ethereal, is a full-featured, multi-platform and FREE network traffic monitor freeware. It’s a great choice for network debugging and network traffic monitoring because it’s able to decode each file of data in the packet as the RFC specifications. It also provides additional information about those protocols that are not always available in other sniffers making it quite simple to use with limited training. Of course you should be able to understand the protocols to get the full benefit of the sniffer output.</p>
<h2>Additional Equipment for Wireless Traffic Monitoring</h2>
<p>Because wireless traffic transmits in air, it’s helpful if you have better equipment to perform wireless traffic monitoring. Equipment that may be useful for wireless traffic monitoring includes:</p>
<ol>
<li>a wireless network card supports 802.11a, b, g, n</li>
<li>an omni-directional antenna</li>
<li>a high-gain yagi directional antenna</li>
<li>pigtail cables for the yagi and omni-directional antenns</li>
<li>a USB GPS adapter</li>
</ol>
<p>If you are interested in capturing network packets from a wired network, take a look at this post:<br />
<a href="http://www.etherlook.com/howto/where-to-capture-packets-with-packet-analyzer-on-network/">Where to Capture Packets with Packet Analyzer on Network</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.etherlook.com/howto/how-to-monitor-wireless-network-traffic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

