<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: A chink in the AirPort armor?</title>
	<atom:link href="http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/feed/" rel="self" type="application/rss+xml" />
	<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/</link>
	<description>TheAppleBlog, published by and for the day-to-day Apple user, is a prominent source for news, reviews, walkthroughs, and real life application of all Apple products.</description>
	<pubDate>Fri, 21 Nov 2008 22:58:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110597</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Sun, 07 Oct 2007 21:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110597</guid>
		<description>Thanks for the suggestion, Kim. I've been using netstat for a long time as well on various systems. Unfortunately it doesn't do much good when you discover the attempt in your logs two days later. I can't see what ports were actually open at the time on my MBP, or what application(s) were serving which ports at the time which would have caused NAT-PMP to open the firewall ports in question.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion, Kim. I&#8217;ve been using netstat for a long time as well on various systems. Unfortunately it doesn&#8217;t do much good when you discover the attempt in your logs two days later. I can&#8217;t see what ports were actually open at the time on my MBP, or what application(s) were serving which ports at the time which would have caused NAT-PMP to open the firewall ports in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Fairlane</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110591</link>
		<dc:creator>Kim Fairlane</dc:creator>
		<pubDate>Sun, 07 Oct 2007 16:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110591</guid>
		<description>Have you tried netstat from a command line prompt?
netstat is used to see what ports are being listened on and which have established connections.
I usually use this in windows and linux environments for debugging network related issues. However, I googled the netstat command for mac os x, and I think these commands can show information that might shed a light as to which app is opening these ports:
netstat -a (-A ;couldn't understand what the difference is)
netstat -np  (shows all protocols and which ports they use, without doing a namelookup on IP's)
Here's a link to where I found the information:
http://www.osxfaq.com/man/1/netstat.ws

BR, Kim</description>
		<content:encoded><![CDATA[<p>Have you tried netstat from a command line prompt?<br />
netstat is used to see what ports are being listened on and which have established connections.<br />
I usually use this in windows and linux environments for debugging network related issues. However, I googled the netstat command for mac os x, and I think these commands can show information that might shed a light as to which app is opening these ports:<br />
netstat -a (-A ;couldn&#8217;t understand what the difference is)<br />
netstat -np  (shows all protocols and which ports they use, without doing a namelookup on IP&#8217;s)<br />
Here&#8217;s a link to where I found the information:<br />
<a href="http://www.osxfaq.com/man/1/netstat.ws" rel="nofollow">http://www.osxfaq.com/man/1/netstat.ws</a></p>
<p>BR, Kim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110530</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 05 Oct 2007 00:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110530</guid>
		<description>This is exactly why we use "Defense in Depth".</description>
		<content:encoded><![CDATA[<p>This is exactly why we use &#8220;Defense in Depth&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110529</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Thu, 04 Oct 2007 23:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110529</guid>
		<description>@ Twist -- The logs are showing up on my MBP, which means that these attempts are making it through my AirPort Extreme base station. That's the problem. The MBP &lt;em&gt;is&lt;/em&gt; blocking them, but the base station &lt;em&gt;should&lt;/em&gt; be and I shouldn't be seeing them in my log file at all.

@ Rob -- 'Enable NAT Port Mapping Protocol' is checked. I suppose that would do it, then! I'm still going to fault Apple for this one, because even a techie like me turns it on thinking it necessary for &lt;em&gt;any&lt;/em&gt; port mapping, not realizing that it's actually the NAT-PMP alternative to uPNP. I've turned it off and we'll see what happens.

False alarm or coincidence? Like I said, I don't have any apps that I'm aware of that run on those ports. That it lasted two hours and a few odd seconds seems extra fishy.

Thanks for your help, everyone.</description>
		<content:encoded><![CDATA[<p>@ Twist &#8212; The logs are showing up on my MBP, which means that these attempts are making it through my AirPort Extreme base station. That&#8217;s the problem. The MBP <em>is</em> blocking them, but the base station <em>should</em> be and I shouldn&#8217;t be seeing them in my log file at all.</p>
<p>@ Rob &#8212; &#8216;Enable NAT Port Mapping Protocol&#8217; is checked. I suppose that would do it, then! I&#8217;m still going to fault Apple for this one, because even a techie like me turns it on thinking it necessary for <em>any</em> port mapping, not realizing that it&#8217;s actually the NAT-PMP alternative to uPNP. I&#8217;ve turned it off and we&#8217;ll see what happens.</p>
<p>False alarm or coincidence? Like I said, I don&#8217;t have any apps that I&#8217;m aware of that run on those ports. That it lasted two hours and a few odd seconds seems extra fishy.</p>
<p>Thanks for your help, everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110528</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 04 Oct 2007 23:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110528</guid>
		<description>Do you have "Enable NAT Port Mapping Protocol" enabled in the base station?</description>
		<content:encoded><![CDATA[<p>Do you have &#8220;Enable NAT Port Mapping Protocol&#8221; enabled in the base station?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twist</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110525</link>
		<dc:creator>Twist</dc:creator>
		<pubDate>Thu, 04 Oct 2007 22:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110525</guid>
		<description>&lt;b&gt;Blocked attempts&lt;/b&gt; normally means that there was an &lt;b&gt;attempt&lt;/b&gt; to access your network via that port and it was &lt;b&gt;blocked&lt;/b&gt; by your firewall. Means it was doing its job and you shouldn't have anything to worry about.</description>
		<content:encoded><![CDATA[<p><b>Blocked attempts</b> normally means that there was an <b>attempt</b> to access your network via that port and it was <b>blocked</b> by your firewall. Means it was doing its job and you shouldn&#8217;t have anything to worry about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110523</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Thu, 04 Oct 2007 22:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110523</guid>
		<description>@rob -- I've got the full log at &lt;a href="http://paxoo.com/tab/ipfw.log" rel="nofollow"&gt;my website&lt;/a&gt;. (The hostname &#38; IP in the logs are fake.)

@max -- I run Little Snitch 2.0b7, but it didn't show me anything relevant.</description>
		<content:encoded><![CDATA[<p>@rob &#8212; I&#8217;ve got the full log at <a href="http://paxoo.com/tab/ipfw.log" rel="nofollow">my website</a>. (The hostname &amp; IP in the logs are fake.)</p>
<p>@max &#8212; I run Little Snitch 2.0b7, but it didn&#8217;t show me anything relevant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110503</link>
		<dc:creator>max</dc:creator>
		<pubDate>Thu, 04 Oct 2007 16:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110503</guid>
		<description>Lil' snitch will inform you about which ports are in use by which apps on your mac.</description>
		<content:encoded><![CDATA[<p>Lil&#8217; snitch will inform you about which ports are in use by which apps on your mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110492</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 04 Oct 2007 14:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110492</guid>
		<description>can you post a couple of lines from your ipfw.log?</description>
		<content:encoded><![CDATA[<p>can you post a couple of lines from your ipfw.log?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110490</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Thu, 04 Oct 2007 13:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110490</guid>
		<description>@Codepope -- I considered that. The range of ports I mentioned is specifically for that purpose, and I dictate to my apps to use those ports and not to find their own. Still, there's a possibility that an app isn't respecting my preferences and going off punching open holes on its own.</description>
		<content:encoded><![CDATA[<p>@Codepope &#8212; I considered that. The range of ports I mentioned is specifically for that purpose, and I dictate to my apps to use those ports and not to find their own. Still, there&#8217;s a possibility that an app isn&#8217;t respecting my preferences and going off punching open holes on its own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codepope</title>
		<link>http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110489</link>
		<dc:creator>Codepope</dc:creator>
		<pubDate>Thu, 04 Oct 2007 13:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/10/04/a-chink-in-the-airport-armor/#comment-110489</guid>
		<description>Now check for Bittorrent clients and other apps which may use uPnP or similar to open incoming ports on the firewall. You wouldn't happen to have one which has opened up the firewall, but not opened up the local firewall? That would look just like a DDOS....</description>
		<content:encoded><![CDATA[<p>Now check for Bittorrent clients and other apps which may use uPnP or similar to open incoming ports on the firewall. You wouldn&#8217;t happen to have one which has opened up the firewall, but not opened up the local firewall? That would look just like a DDOS&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
