<?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>McGrew Security Blog</title>
	<atom:link href="http://www.mcgrewsecurity.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcgrewsecurity.com</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 14:43:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Network Forensics Puzzle #3 Finalist!</title>
		<link>http://www.mcgrewsecurity.com/2010/03/04/network-forensics-puzzle-3-finalist/</link>
		<comments>http://www.mcgrewsecurity.com/2010/03/04/network-forensics-puzzle-3-finalist/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:43:16 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[forensics]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/2010/03/04/network-forensics-puzzle-3-finalist/</guid>
		<description><![CDATA[Today, results were posted for Sherri Davidoff and Jonathan Ham’s third network forensics puzzle contest.  The puzzles, hosted at forensicscontest.com, are meant to encourage the development of network forensic tools that might be integrated into SANS training and toolkits.  Puzzle #3 involved pulling information from an Apple TV device’s network traffic.
I participated in [...]]]></description>
			<content:encoded><![CDATA[<p>Today, results were posted for Sherri Davidoff and Jonathan Ham’s third network forensics puzzle contest.  The puzzles, hosted at <a href="http://forensicscontest.com">forensicscontest.com</a>, are meant to encourage the development of network forensic tools that might be integrated into SANS training and toolkits.  Puzzle #3 involved pulling information from an Apple TV device’s network traffic.</p>
<p>I participated in this contest and wrote a small Python script that generates a .CSV summary of Apple TV activity on a network and extracts .plist files from that traffic.  It was a lot of fun to tinker around with, and it looks like I <em>just</em> managed to land in the list of finalists.  You can check out the finalist entries, including mine, at the following links:</p>
<ul style="list-style-type: disc">
<li><a href="http://forensicscontest.com/2010/03/03/puzzle-3-winners">Puzzle #3 Winners</a></li>
<li><a href="http://forensicscontest.com/contest03/Finalists/Wesley_McGrew/">My Entry: atvsnarf.py and my writeup</a></li>
</ul>
<p>These competitions are fun to participate in, and I’m hoping that I’ll have time to finish up my entry for Puzzle #4 before the deadline.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2010/03/04/network-forensics-puzzle-3-finalist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using SkyGrabber to Hack Unmanned Drones?</title>
		<link>http://www.mcgrewsecurity.com/2009/12/17/using-skygrabber-to-hack-unmanned-drones/</link>
		<comments>http://www.mcgrewsecurity.com/2009/12/17/using-skygrabber-to-hack-unmanned-drones/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 22:32:28 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=718</guid>
		<description><![CDATA[There has been a lot of speculation today surrounding this Wall Street Journal article:

Insurgents Hack U.S. Drones

According to this article, the insurgents were able to capture drone video feeds using software like SkyGrabber.  SkyGrabber is, according to its website, essentially a sniffer for satellite Internet connections that can recognize and extract.  This works because the [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a <em>lot</em> of speculation today surrounding this Wall Street Journal article:</p>
<ul>
<li><a title="http://online.wsj.com/article/SB126102247889095011.html" href="http://online.wsj.com/article/SB126102247889095011.html" target="_blank">Insurgents Hack U.S. Drones</a></li>
</ul>
<p>According to this article, the insurgents were able to capture drone video feeds using software like SkyGrabber.  SkyGrabber is, <a title="http://www.skygrabber.com/en/skygrabber.php#" href="http://www.skygrabber.com/en/skygrabber.php#" target="_blank">according to its website</a>, essentially a sniffer for satellite Internet connections that can recognize and extract.  This works because the data stream from the satellite to the clients on the ground is undirected.</p>
<p>This article has fueled a lot of discussion along the lines of &#8220;Why aren&#8217;t drone feeds encrypted?&#8221;.  There are plenty of people writing about that question, so I&#8217;m going to take it in another direction:</p>
<p>&#8220;What if we (including the WSJ) are missing something here?&#8221;</p>
<p>What if the videos found on insurgent laptops were not direct data streams from the drones themselves?  What if they were actually captured as files being shuffled from one place to another over a satellite Internet connection, after they had been recorded and saved?</p>
<p>Now, I haven&#8217;t used SkyGrabber, so I would like some feedback from someone who has used it on this, but there are some things that don&#8217;t really make sense to me yet about this.  Looking at the feature list for SkyGrabber and (especially) the screenshots, I see progress bars for the downloads.  A progress bar indicates that you know when the file you&#8217;re downloading will end.  That indicates, to me at least, that SkyGrabber gets most of its data from protocols like HTTP (and P2P protocols as it states on the product pages) that indicate the size and name of files that they are about to transmit.</p>
<p>How do you know when a live stream, such as one that a drone is transmitting, is going to end?  How likely is it that, if it does record live streams, SkyGrabber would be able to recognize whatever streaming format the drone uses?  Someone with some experience using SkyGrabber (or, more unlikely, unmanned drone communication protocols) might be able to chime in on this.</p>
<p>Now, if recordings are being shuffled around after a mission from location to location, then it would make sense for those to go over protocols that SkyGrabber might understand.  This would fit with the &#8220;U.S. officials&#8221; statement that there was no evidence that the flights could be controlled or interfered with.</p>
<p>Without any other evidence, it&#8217;s hard to take the WSJ article as the complete story.  There&#8217;s a lot of room for alternatives:</p>
<ul>
<li>The feeds being intercepted may not be live</li>
<li>Software other than SkyGrabber might be used</li>
<li>Maybe the story&#8217;s right-on and the drone is communicating over well-understood and parse-able protocols</li>
</ul>
<p>It&#8217;s even possible that, while these incidents could have involved interception of non-live data, that the drones <em>do</em> communicate unencrypted and the possibility exists (with better tools) to intercept their feeds.</p>
<p>It&#8217;s very hard to say, but there are some of my thoughts on the matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/12/17/using-skygrabber-to-hack-unmanned-drones/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Capture the Flag: Final Scores &#8211; Ring 0 Wins!</title>
		<link>http://www.mcgrewsecurity.com/2009/11/23/capture-the-flag-final-scores-ring-0-wins/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/23/capture-the-flag-final-scores-ring-0-wins/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 16:27:53 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[CTF]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=716</guid>
		<description><![CDATA[Ring 0 pulled it off in the end, with VM to VM flag submission to prevent their own flags from going out on the wire, thwarting the McGrewchebag&#8217;s attempts at automated sniffing/resubmission.  They were here all night hacking away and their devotion paid off.  I expected to find them face-down on the keyboard when I [...]]]></description>
			<content:encoded><![CDATA[<p>Ring 0 pulled it off in the end, with VM to VM flag submission to prevent their own flags from going out on the wire, thwarting the McGrewchebag&#8217;s attempts at automated sniffing/resubmission.  They were here <em>all night </em>hacking away and their devotion paid off.  I expected to find them face-down on the keyboard when I got back to the lab at 7AM, but they were still going, fueled by caffeine.</p>
<p>In the last moments of the game, with &#8220;Eye of the Tiger&#8221; playing from an unidentified laptop, the two top teams submitted all of the flags they had been afraid to submit earlier, along with plenty of cover traffic.  The scoring server creaked and groaned under the pressure, and I closed all of the other VMs to help out a bit.  When the clock hit 9:00 AM, I pulled the power to the hub, cutting the VM server off from the rest of the network.  The two teams congratulated each other, and we all went down to the classroom for the awards ceremony.</p>
<p>The final scores:</p>
<ol>
<li>Ring 0 : 29 Flags</li>
<li>McGrewchebags: 23 Flags</li>
<li>Where&#8217;s Jerry?: 12 Flags</li>
<li>Team 3: 6 Flags</li>
<li>Team 5: 4 Flags</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/23/capture-the-flag-final-scores-ring-0-wins/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CTF Weekend Update: Sunday 2:30 PM</title>
		<link>http://www.mcgrewsecurity.com/2009/11/22/ctf-weekend-update-sunday-230-pm/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/22/ctf-weekend-update-sunday-230-pm/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 20:34:21 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[CTF]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=714</guid>
		<description><![CDATA[The lab has been very busy this weekend.  Yesterday at 3PM I received an email asking me to drop by and reboot the VMs due to sluggish performance, and I expected a handful of people in here when I arrived.  When I got to the lab, I was very surprised to see a little over [...]]]></description>
			<content:encoded><![CDATA[<p>The lab has been very busy this weekend.  Yesterday at 3PM I received an email asking me to drop by and reboot the VMs due to sluggish performance, and I expected a handful of people in here when I arrived.  When I got to the lab, I was very surprised to see a little over half the class hacking away.  There were still several people around when I left at 8PM.</p>
<p>After looking into it, we have found that the &#8220;Jerry&#8221; of &#8220;Where&#8217;s Jerry&#8221;&#8217;s name dropped the class some time back.  That team is on an even footing with the others with 4 members, so there is no injustice there.  I originally had a 1 flag bounty on Jerry&#8217;s head, if they could bring him to me, though with these circumstances, I&#8217;ve raised the bounty to 2.</p>
<p>Ring 0 was just awarded a flag for a social engineering attempt that I was deliberating on for a while, and another flag for something I cannot disclose at this time.  Right now, it&#8217;s a very close three-team race for first place, although it&#8217;s hard to say how many unsubmitted flags the teams could be sitting on.</p>
<p>The scores as of this moment:</p>
<ol>
<li>McGrewchebags : 17 Flags (Time of last capture: 3:46 PM Saturday)</li>
<li>Ring 0 : 14 Flags (Time of last capture: 11:30 PM Saturday)</li>
<li>Where&#8217;s Jerry?: 12 Flags (Time of last capture: 1:51 PM Sunday)</li>
<li>Team 3: 6 Flags (Time of last capture: 8:22 PM Saturday)</li>
<li>Team 5: 4 Flags (Time of last capture: 11:57 AM Saturday)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/22/ctf-weekend-update-sunday-230-pm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CTF Update: Friday 5:00 PM</title>
		<link>http://www.mcgrewsecurity.com/2009/11/20/ctf-update-friday-500-pm/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/20/ctf-update-friday-500-pm/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:56:57 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[CTF]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=710</guid>
		<description><![CDATA[After a very busy morning, the number of students in the lab hacking away at CTF went down in number, but up in rowdiness.  There are three close &#8220;top&#8221; teams now, with &#8220;Where&#8217;s Jerry?&#8221; (formerly known as Team 4, name in reference to a missing member) joining McGrewchebags and Ring 0 in being very active. [...]]]></description>
			<content:encoded><![CDATA[<p>After a very busy morning, the number of students in the lab hacking away at CTF went down in number, but up in rowdiness.  There are three close &#8220;top&#8221; teams now, with &#8220;Where&#8217;s Jerry?&#8221; (formerly known as Team 4, name in reference to a missing member) joining McGrewchebags and Ring 0 in being very active.  &#8221;Where&#8217;s&#8221; is not to be underestimated, having run their score up to the current value in a very short period of time.</p>
<p>The teams are getting more and more humorous with their trash talking.  It&#8217;s all in the spirit of the competition, though, as they&#8217;re being very friendly and sportsman-like to each other.  Earlier, I was witness to a member of Ring Zero sharing his copy of Fyodor&#8217;s nmap book with a member of McGrewchebags.</p>
<p>There was a bit of social engineering action today (bribery, etc.), and a small handful of points were handed out.  The best social engineering attempt, a survey sent to us, was actually rewarded by providing the team with an answer to one of their survey questions, rather than a &#8220;social engineering flag&#8221;.  That answer might serve them well.  It&#8217;s difficult to judge the social engineering attempts objectively, so I simply go with my gut.  Occasionally students protest about perceived uneven applications of rules and rewards, but it all evens out in the end.  Either way, there&#8217;s no way to appeal my decisions :)</p>
<p>Teams are getting a good handle on their sniffing and packet analysis skills, and are falling into a good routine on that front.  Most of the teams appear to be working well with each other as a team, and continue to put in some long hours.  I wouldn&#8217;t be surprised to see a sleeping bag in here the next time I drop by to see what&#8217;s going on.</p>
<p>I will be dropping by at least once tommorow and Sunday, and will post updates then.</p>
<p>Current scores:</p>
<ol>
<li>McGrewchebags &#8211; 15 Flags (Last capture, 7:39 AM)</li>
<li>Ring 0 &#8211; 9 Flags (Last capture, 11:31 AM)</li>
<li>Where&#8217;s Jerry? &#8211; 8 Flags (Last capture, 11:25 AM)</li>
<li>Team 5 &#8211; 3 Flags (Last capture, 12:16 PM)</li>
<li>Team 3 &#8211; 1 Flag (Last capture, 2:46 PM)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/20/ctf-update-friday-500-pm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CTF Update: Friday Morning</title>
		<link>http://www.mcgrewsecurity.com/2009/11/20/ctf-update-friday-morning/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/20/ctf-update-friday-morning/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:06:03 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[CTF]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=708</guid>
		<description><![CDATA[Activity has seriously picked up after this morning&#8217;s brief class meeting.  I discussed the events of my previous updates with them, clarified some rules, talked about useful tools, and gave a brief ramble on ways to effectively keep Wireshark from overwhelming them with data (or from crashing).  Members of the previously less active teams are [...]]]></description>
			<content:encoded><![CDATA[<p>Activity has <em>seriously</em> picked up after this morning&#8217;s brief class meeting.  I discussed the events of my previous updates with them, clarified some rules, talked about useful tools, and gave a brief ramble on ways to effectively keep Wireshark from overwhelming them with data (or from crashing).  Members of the previously less active teams are in here now, as they become free of their weekday obligations.  There&#8217;s still plenty of time over the weekend for hacking!</p>
<p>Current scores as of 10:04 this morning:</p>
<ol>
<li>McGrewchebags: 14 flags (Time of last capture: 7:39 AM)</li>
<li>Ring 0: 7 flags (Time of last capture: 9:53 AM)</li>
<li>Team 4: 4 flags (Time of last capture: 9:38 AM)</li>
<li>Team 3: 1 flag (From yesterday, when they weren&#8217;t here)</li>
<li>Team 5: Nothin&#8217;!</li>
</ol>
<p>I&#8217;ll likely update again this evening at 5PM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/20/ctf-update-friday-morning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CTF Update: Thursday 5:00 PM</title>
		<link>http://www.mcgrewsecurity.com/2009/11/19/ctf-update-thursday-500-pm/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/19/ctf-update-thursday-500-pm/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:57:44 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[CTF]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=704</guid>
		<description><![CDATA[Today has been a busy day, but with slight movement to the scores.  The two busiest teams, McGrewchebags and Ring 0, have been at work re-evaluating and re-deploying their sniffing and counter-sniffing measures.  Representatives of two other teams have been by to poke at the network and their own reserved computers, yet remain quiet on [...]]]></description>
			<content:encoded><![CDATA[<p>Today has been a busy day, but with slight movement to the scores.  The two busiest teams, McGrewchebags and Ring 0, have been at work re-evaluating and re-deploying their sniffing and counter-sniffing measures.  Representatives of two other teams have been by to poke at the network and their own reserved computers, yet remain quiet on the scoreboard.</p>
<p>Three flags were submitted for scoring today.  This includes one flag each by Ring 0 and the McGrewchebags, 30 minutes apart from each other.  The remaining flag is more interesting for one reason: it was credited to Team 3, who had no members in the room at that time.  I know the reason for this, along with many other CTF secrets that I cannot reveal until after the closing ceremony.  For now, it is an exercise for the readers and other teams to figure it out.</p>
<p>Network traffic is picking up with &#8220;cover traffic&#8221;, designed to confuse other sniffing teams.  If it begins to get out of hand, I will need to start unplugging network cables, but so far so good.  The active teams are learning a lot about filtering through packet logs.</p>
<p>Soon, it seems, teams will be getting very serious about attacking target VMs and actually capturing flags for themselves ;)</p>
<p>The scores as of 5:00PM:</p>
<ol>
<li>McGrewchebags &#8211; 13 Flags</li>
<li>Ring 0 &#8211; 5 Flags</li>
<li>Team 4 &#8211; 1 Flag (Time of last capture NULL, only flag is social eng. granted)</li>
<li>Team 3 &#8211; 1 Flag (Time of last capture: 2:46PM, no members present!)</li>
<li>Team 5 &#8211; 0 (Sleeper cell, or just asleep?)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/19/ctf-update-thursday-500-pm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CTF Update: Thursday Morning</title>
		<link>http://www.mcgrewsecurity.com/2009/11/19/ctf-update-thursday-morning/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/19/ctf-update-thursday-morning/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:13:20 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[CTF]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=701</guid>
		<description><![CDATA[I arrived to an empty lab this morning, just before 8AM, and the target VMs were running very sluggish.  Rather than spending a lot of time diagnosing the exact problem, I felt it would be quicker to just shut the VMs down, restart VMWare, and bring them back up to see if they would spring [...]]]></description>
			<content:encoded><![CDATA[<p>I arrived to an empty lab this morning, just before 8AM, and the target VMs were running very sluggish.  Rather than spending a lot of time diagnosing the exact problem, I felt it would be quicker to just shut the VMs down, restart VMWare, and bring them back up to see if they would spring back to life.  They did.  I got the (happy) feeling that these targets had been well abused during the night, and I believe I was right.</p>
<p>The students of team Ring 0 have made their presence known on the scoreboard, now in a distant second place with 4 flags.  Don&#8217;t let the word &#8220;distant&#8221; fool you, though.  They were in here and working on it for a good while last night, indicated by their time of last flag submission: 12:42 AM.  The flags they submitted last night were likely just the ones they didn&#8217;t mind the other teams&#8217; sniffers catching.  I am certain they have more.</p>
<p>A flag was awarded last night to Ring 0 for a social engineering attempt that I interfered with.  The team registered a gmail account in my name, and planned on posting a letter on the door of the lab, from &#8220;me&#8221;, informing the other teams that the lab was closed temporarily, due to damage caused by the &#8220;disqualified&#8221; Ring 0.  They were not sure if the letter would violate the spirit of the CTF rules against interfering too much with other teams, so they consulted with me before putting the sign up.  I thought it was a cool idea, but I didn&#8217;t want to cut into other teams&#8217; time in the lab, so I thanked them for the attempt, told them to not put up the sign, but awarded them a flag for their efforts.</p>
<p>I look forward to today&#8217;s activity.</p>
<p>The scoreboard, as it stands this morning:</p>
<ol>
<li>McGrewchebags &#8211; 12 flags</li>
<li>Ring 0 &#8211; 4 flags</li>
<li>Team 4 &#8211; 1 flag</li>
<li>Team 3 &#8211; 0</li>
<li>Team 5 &#8211; 0</li>
</ol>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I arrived to an empty lab this morning, just before 8AM, and the target VMs were running very sluggish.  Rather than spending a lot of time diagnosing the exact problem, I felt it would be quicker to just shut the VMs down, restart VMWare, and bring them back up to see if they would spring back to life.  They did.  I got the (happy) feeling that these targets had been well abused during the night, and I believe I was right.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The students of team Ring 0 have made their presence known on the scoreboard, now in a distant second place with 4 flags.  Don&#8217;t let the word &#8220;distant&#8221; fool you, though.  They were in here and working on it for a good while last night, indicated by their time of last flag submission: 12:42 AM.  The flags they submitted last night were likely just the ones they didn&#8217;t mind the other teams&#8217; sniffers catching.  I am certain they have more.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">A flag was awarded last night to Ring 0 for a social engineering attempt that I interfered with.  The team registered a gmail account in my name, and planned on posting a letter on the door of the lab, from &#8220;me&#8221;, informing the other teams that the lab was closed temporarily, due to damage caused by the &#8220;disqualified&#8221; Ring 0.  They were not sure if the letter would violate the spirit of the CTF rules against interfering too much with other teams, so they consulted with me before putting the sign up.  I thought it was a cool idea, but I didn&#8217;t want to cut into other teams&#8217; time in the lab, so I thanked them for the attempt, told them to not put up the sign, but awarded them a flag for the great idea.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The scoreboard, as it stands this morning</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/19/ctf-update-thursday-morning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CTF Update: Wednesday 5:00 PM</title>
		<link>http://www.mcgrewsecurity.com/2009/11/18/ctf-update-wednesday-500-pm/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/18/ctf-update-wednesday-500-pm/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:34:57 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[CTF]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=682</guid>
		<description><![CDATA[It&#8217;s time for me to leave the lab for the evening, but Capture the Flag and the participating teams march on.
After a briefing on the rules of CTF to the students from 9:00 to 9:45 this morning, this semester&#8217;s marathon Capture the Flag began.  The five teams have until 9:00 Monday morning to rack up [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time for me to leave the lab for the evening, but Capture the Flag and the participating teams march on.</p>
<p>After a briefing on the rules of CTF to the students from 9:00 to 9:45 this morning, this semester&#8217;s marathon Capture the Flag began.  The five teams have until 9:00 Monday morning to rack up their score.  There is plenty of time to go, although some teams are getting an early start.</p>
<p>The McGrewchebags (I love their name) have had an excellent start.  Members have been in the lab working on it ever since the end of the initial briefing, and have found most of the publicly available flags along with a handful of flags on the isolated CTF network.  They are also the very first team to break the scoring server in such a way that they could end the game right then and there.  The game was quickly repaired and the McGrewchebags were rewarded 2 points on the spot.</p>
<p style="text-align: center;"><img class="aligncenter" title="ctf lol" src="http://mcgrewsecurity.com/img/gundog.jpg" alt="" width="468" height="260" /></p>
<p>The teams that have been on the network have quickly realized that having an entirely hubbed network (one large broadcast domain) and the lack of a secure way to submit flags for scoring presents an interesting set of opportunities and challenges.  Passive monitoring is allowed, and each team is laying claim to one computer in the lab from which to run scripts and sniffers.  Espionage and communications security are top concerns for some of the teams, with counter-measures and counter-counter-measures being discussed in hushed tones.</p>
<p>The only team to submit flags to the scoring server, the McGrewchebags, are in the lead, although it is not known how many flags other teams are &#8220;sitting on&#8221; at the moment.  It&#8217;s a battle of nerves, as ties are broken by the earliest time of last submission.</p>
<p>The un-named Team 4 was just (50 minutes ago) awarded with one flag for a nice social engineering attempt.  This team sent me an email, spoofed to appear as though it was from the professor of the class, informing me that Team 4 deserved points because &#8220;they got me earlier&#8221; (meta-social-engineering!).  The email wasn&#8217;t perfect.  The headers didn&#8217;t match Dr. Vaughn&#8217;s usual emails, and they accidentally double-spaced his signature, but it was a pretty good attempt and earned them a flag.</p>
<p>Ring 0 just chose their name, and appear to be in a sort of set-up stage.  They may be a little slower to jump in than the McGrewchebags, but I get the impression that they are very serious about winning.</p>
<p>Scores as of Wednesday 5:00PM:</p>
<ol>
<li>McGrewchebags : 12 points</li>
<li>Team 4 : 1 point</li>
<li>Ring 0 : 0 points</li>
<li>Team 3 : 0 points</li>
<li>Team 5 : 0 points</li>
</ol>
<p>If everything stays up and running, and I don&#8217;t get any emergency calls, I will be back on the CTF network in the morning, and will keep my readers up to date with scores and commentary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/18/ctf-update-wednesday-500-pm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Capture The Flag Begins Today!</title>
		<link>http://www.mcgrewsecurity.com/2009/11/18/capture-the-flag-begins-today/</link>
		<comments>http://www.mcgrewsecurity.com/2009/11/18/capture-the-flag-begins-today/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:12:59 +0000</pubDate>
		<dc:creator>Wesley McGrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=678</guid>
		<description><![CDATA[The students in the CSE 4243/6243 Information Security class at Mississippi State University will begin their end-of-semester CTF exercise today, and in a change of format, it will be for a much longer period of time.  In previous semesters, we have run this exercise during class time, with laptops in one of the classrooms.  This [...]]]></description>
			<content:encoded><![CDATA[<p>The students in the CSE 4243/6243 Information Security class at Mississippi State University will begin their end-of-semester CTF exercise today, and in a change of format, it will be for a much longer period of time.  In previous semesters, we have run this exercise during class time, with laptops in one of the classrooms.  This semester, in order to give them more time and opportunity to research obstacles in their way, I have set the game up in our security lab, and it will run from the end of class today (10 AM) to the beginning of class on Monday (9 AM).</p>
<p>There are five teams of students, and each will be racing to find a series of &#8220;flags&#8221; (10-character hexadecimal students l strings) that are scattered among a series of target computers.  As they find these flags, they will be submitting them to a scoring server to increase their score.  Since the are of varying levels of experience, we have strict rules against attacking other teams directly (though passive monitoring is allowed).</p>
<p>The students have always enjoyed the CTF in the past, and I believe that the new time format will make it even more fun and instructive.  The student teams have been meeting and preparing for some time now, and are very excited.  My favorite team name so far is &#8220;The McGrewchebags&#8221;.</p>
<p>If all goes well, I will be posting scores and commentary as the competition carries on through the weekend.</p>
<p>If you are a student in the class, here&#8217;s a free flag: ff8551ef39</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcgrewsecurity.com/2009/11/18/capture-the-flag-begins-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
