<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ben's Blog</title>
	
	<link>http://ben.cecka.org</link>
	<description>Musings about technology, media, and society</description>
	<lastBuildDate>Sat, 06 Jun 2009 02:31:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BensBlog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Gray Hat Python</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/7I2Sx5Rd68c/gray-hat-python.htm</link>
		<comments>http://ben.cecka.org/2009/06/05/gray-hat-python.htm#comments</comments>
		<pubDate>Fri, 05 Jun 2009 20:22:25 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology Review]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=96</guid>
		<description><![CDATA[I received Grey Hat Python by Justin Seitz this week for my birthday &#8212; thanks sis! So far I&#8217;ve worked into Chapter 3: Building a Windows Debugger.
I&#8217;m very pleased with the level of detail the book goes into when explaining debugging techniques and how a CPU deals with processes. It almost makes me want to [...]]]></description>
			<content:encoded><![CDATA[<p>I received <a href="http://www.amazon.com/Gray-Hat-Python-Programming-Engineers/dp/1593271921">Grey Hat Python</a> by <a href="http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_1?_encoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Justin%20Seitz">Justin Seitz</a> this week for my birthday &#8212; thanks sis! So far I&#8217;ve worked into Chapter 3: Building a Windows Debugger.</p>
<p>I&#8217;m very pleased with the level of detail the book goes into when explaining debugging techniques and how a CPU deals with processes. It almost makes me want to focus more on C code, but I know that the further I get into the book the more I will be happy with the relative simplicity offered by Python.</p>
<p>My only gripe with the book is the first sentence of the first paragraph on section 1.1, &#8220;I assume that you are using a 32-bit Windows-based platform to do most of your coding.&#8221; While it certainly makes sense to focus on debugging techniques on the Windows platform since most of the software one would be dealing with is written for it, it rubs me the wrong way to make the assumption that I&#8217;m using Windows to write software &#8212; especially with a language like Python. And no, I&#8217;ll be writing code primarily with vim on OSX and running Python on Windows via Parallels.</p>
<p>With that only negative note aside, it&#8217;s a fantastic book and I would absolutely recommend it to others.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2009/06/05/gray-hat-python.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2009/06/05/gray-hat-python.htm</feedburner:origLink></item>
		<item>
		<title>Programming/Thinking Fun</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/1BFYLC6DLkc/programmingthinking-fun.htm</link>
		<comments>http://ben.cecka.org/2009/02/12/programmingthinking-fun.htm#comments</comments>
		<pubDate>Thu, 12 Feb 2009 18:41:08 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=68</guid>
		<description><![CDATA[Been playing with some online programming and hacking fun. If you&#8217;re like me and can&#8217;t sleep at night because of an overactive mind, try some of these out:

The Python Challenge &#8211; Pretty self-explanitory. Some puzzles that require a little bit of creative Python programming along with some outside-the-box thinking on solving problems. Can probably use [...]]]></description>
			<content:encoded><![CDATA[<p>Been playing with some online programming and hacking fun. If you&#8217;re like me and can&#8217;t sleep at night because of an overactive mind, try some of these out:</p>
<ul>
<li><a href="http://www.pythonchallenge.com/">The Python Challenge</a> &#8211; Pretty self-explanitory. Some puzzles that require a little bit of creative <a href="http://www.python.org">Python</a> programming along with some outside-the-box thinking on solving problems. Can probably use other programming languages as well, but at some point I&#8217;m betting there&#8217;s some Python specific data-types (I just started a few last night so don&#8217;t know yet).</li>
<li><a href="http://hax.tor.hu/welcome/" target="_blank">HAXTOR</a> (warning &#8211; JS will attempt to resize your browser window) &#8211; Various decrypting challenges and web-related stuff.</li>
<li><a href="http://www.hackergames.net">hackergames.net</a> &#8211; Just ran across this the other day but haven&#8217;t gone through any of them.</li>
</ul>
<p>* Word to the wise: Use a disposable virtual machine with a safe snapshot when messing around with this kind of stuff. The sites are probably safe, but you never know where you&#8217;ll end up and who could be targeting them for extra kicks. Use <a href="https://addons.mozilla.org/en-US/firefox/addon/722">No-Script</a> at a minimum.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2009/02/12/programmingthinking-fun.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2009/02/12/programmingthinking-fun.htm</feedburner:origLink></item>
		<item>
		<title>Tech Podcasts I’m Listening To</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/iCUPVAm5PUY/tech-podcasts-im-listening-to.htm</link>
		<comments>http://ben.cecka.org/2009/01/03/tech-podcasts-im-listening-to.htm#comments</comments>
		<pubDate>Sat, 03 Jan 2009 22:58:52 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Technology Review]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=63</guid>
		<description><![CDATA[If I have more time at a later date then I&#8217;ve really been meaning to write a more detailed review of each podcast in the IS realm that I&#8217;ve been listening to for the past 6 months, but since that time never seems to make it my way I&#8217;m just going to post links for [...]]]></description>
			<content:encoded><![CDATA[<p>If I have more time at a later date then I&#8217;ve really been meaning to write a more detailed review of each podcast in the IS realm that I&#8217;ve been listening to for the past 6 months, but since that time never seems to make it my way I&#8217;m just going to post links for now. Whether it&#8217;s on my feed reader or the BlackBerry, each of the shows has been extremely valuable in keeping me up to speed and looking at the horizon. Thanks guys (and gals)!</p>
<p><a href="http://securabit.com">SecuraBit</a></p>
<p><a href="http://securityjustice.com">Security Justice</a></p>
<p><a href="http://pauldotcom.com/">PaulDotCom Security Weekly</a></p>
<p><a href="http://www.hak5.org">Hak5</a></p>
<p><a href="http://netsecpodcast.com/">Network Security Podcast</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2009/01/03/tech-podcasts-im-listening-to.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2009/01/03/tech-podcasts-im-listening-to.htm</feedburner:origLink></item>
		<item>
		<title>MacBook Awesomness</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/qKvI_trTAsI/macbook-awesomness.htm</link>
		<comments>http://ben.cecka.org/2008/12/12/macbook-awesomness.htm#comments</comments>
		<pubDate>Fri, 12 Dec 2008 16:07:57 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Technology Review]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=60</guid>
		<description><![CDATA[I don&#8217;t know what took me so long, well, probably the price, but my company just forked out the cash and let me pick up a new MacBook. I decided against the Pro because it was probably a little overkill for my purposes. At any rate, the multi-touchpad is pure genius in its intuitiveness and [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know what took me so long, well, probably the price, but my company just forked out the cash and let me pick up a new <a href="http://www.apple.com/macbook/">MacBook</a>. I decided against the Pro because it was probably a little overkill for my purposes. At any rate, the multi-touchpad is pure genius in its intuitiveness and customization. I don&#8217;t want to even think about using a standard touchpad ever again (or even mouse for that matter). I actually woke up this morning and felt a little giddy to go over and start playing with it again while brewing coffee.</p>
<p>I&#8217;m still a little unsure about the innerworking of the OS, but *nix is no stranger to me so I&#8217;ll get there. <a href="http://www.macports.org/">MacPorts</a> is also a little odd, but once I get the hang of it I should be fine. It seems to fail on dependencies for GIMP and Wireshark during my first attempts to install stuff, but nmap worked fine right away (probably because it&#8217;s just console). I&#8217;ll have to dig into X11 stuff I&#8217;m guessing.</p>
<p>While I&#8217;m not considering converting workstations and servers over, I think I&#8217;m sold on my quest for a solid laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2008/12/12/macbook-awesomness.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2008/12/12/macbook-awesomness.htm</feedburner:origLink></item>
		<item>
		<title>Twitting Tweets of Terror</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/FiOLt7ZW9lE/twitting-tweets-of-terror.htm</link>
		<comments>http://ben.cecka.org/2008/10/28/twitting-tweets-of-terror.htm#comments</comments>
		<pubDate>Tue, 28 Oct 2008 16:05:05 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=53</guid>
		<description><![CDATA[The US Army says that Twitter is a potential tool for terrorists. I know what you&#8217;re thinking &#8212; thank God my tax dollars are finally being put to good use. And this isn&#8217;t another one of those AIG spa treatments or anything.
I mean, with the exception of only a small handful of other services, Twitter [...]]]></description>
			<content:encoded><![CDATA[<p>The US Army says that <a href="http://twitter.com">Twitter</a> is a <a href="http://news.yahoo.com/s/afp/20081025/pl_afp/usattacksmilitaryinternettwitter">potential tool for terrorists</a>. I know what you&#8217;re thinking &#8212; thank God my tax dollars are finally being put to good use. And this isn&#8217;t another one of those <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/10/07/AR2008100702604.html">AIG spa treatments</a> or anything.</p>
<p>I mean, with the <a href="http://www.bebo.com/">exception</a> of <a href="http://www.jaiku.com/">only</a> a <a href="http://www.moodmill.com/">small</a> <a href="http://microblogr.com/">handful</a> of <a href="http://www.thws.cn/articles/twitter-clones.html">other</a> <a href="http://www.google.com/search?q=twitter+clones">services</a>, Twitter is the only micro-blogging platform that could possibly be used for malicious communication. And, unlike other forms of nefarious yacking technologies like the cell phone and instant messaging it is inherently and by default open to the public for easy reading (yes, I know Twitter accounts can be marked private &#8212; not the point).</p>
<p>Ok. You sense sarcasm? Well, at least they&#8217;re paying attention to the right groups. You see, they&#8217;ve identified Twitter as becoming an activists tool for &#8220;socialists, <span id="lw_1224959080_9" class="yshortcuts">human rights groups</span>, communists, vegetarians, anarchists, <span id="lw_1224959080_10" class="yshortcuts">religious communities</span>, atheists, political enthusiasts, hacktivists&#8221;.</p>
<p>In fact, &#8220;Twitter is already used by some members to post and/or support extremist ideologies and perspectives.&#8221;</p>
<p>Damn those vegetarians and political enthusiasts&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2008/10/28/twitting-tweets-of-terror.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2008/10/28/twitting-tweets-of-terror.htm</feedburner:origLink></item>
		<item>
		<title>BlackBerry 8330</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/VCnZMQChBoI/blackberry-8830.htm</link>
		<comments>http://ben.cecka.org/2008/10/04/blackberry-8830.htm#comments</comments>
		<pubDate>Sat, 04 Oct 2008 16:59:55 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Technology Review]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=51</guid>
		<description><![CDATA[I was lucky enough to hit the A-list at work for an upgrade to a BlackBerry 8830 from my usual cell phone. This is the first mobile device that I&#8217;ve ever owned and I&#8217;m totally hooked. It&#8217;s like the move from dial-up to broadband &#8212; I&#8217;m not sure I could ever go back to a [...]]]></description>
			<content:encoded><![CDATA[<p>I was lucky enough to hit the A-list at work for an upgrade to a BlackBerry 8830 from my usual cell phone. This is the first mobile device that I&#8217;ve ever owned and I&#8217;m totally hooked. It&#8217;s like the move from dial-up to broadband &#8212; I&#8217;m not sure I could ever go back to a standard cell phone or not owning some type of 3G device.</p>
<p>That being said, I&#8217;m disappointed with the lack of solid, free applications written for the platform. I spent hours trying to find a reasonable program to view my school books (PDF format) from my media card and mostly found paid subscription software that was grossly overpriced. I ended up creating a BlackBerry email account and sending my PDF&#8217;s to it. It&#8217;s a workaround that I&#8217;m willing to live with rather than fork out money for something we all take for granted in the PC world. I don&#8217;t understand why BlackBerry developers think they should be charging for something as basic as a reader that is free on virtually every platform I&#8217;ve ever used. Charge for the added value of the writer (like Adobe Acrobat), but give the reader away and get your name on the device.</p>
<p>The next thing that got me was the difficulty in listening to streaming music on it. I know I can throw MP3 (maybe OGG) files onto it and play them locally, but I really just want a Pandora or Last.fm setup where I can play a tag or similar artist station. Pandora doesn&#8217;t support the BlackBerry and their web-based player thought my IP was from Norway so wouldn&#8217;t work either. Last.fm doesn&#8217;t support the BlackBerry directly as well and even if I wanted to scrobble tracks played locally I needed to buy software (3rd party). End of the road here is that I applied for a Last.fm API key so that I could attempt to write my own streamer for the BlackBerry. More to come on that I hope &#8212; still waiting on the key.</p>
<p>And yes, if and when I complete this project (I already have a name picked out) I will absolutely release it for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2008/10/04/blackberry-8830.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2008/10/04/blackberry-8830.htm</feedburner:origLink></item>
		<item>
		<title>VBS Host Monitor</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/SUfIrb5O9Og/vbs-host-monitor.htm</link>
		<comments>http://ben.cecka.org/2008/09/04/vbs-host-monitor.htm#comments</comments>
		<pubDate>Fri, 05 Sep 2008 00:12:14 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=47</guid>
		<description><![CDATA[Here&#8217;s a pretty simple script I put together that I&#8217;m using to monitor our VPN tunnel. It&#8217;s fairly basic but I&#8217;ve extended it so it can be used in a number of ways. It&#8217;s been a lifesaver over the past few days so I thought I would share.

set objShell = CreateObject("WScript.Shell")
set objFSO = CreateObject("Scripting.FileSystemObject")
' // [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a pretty simple script I put together that I&#8217;m using to monitor our VPN tunnel. It&#8217;s fairly basic but I&#8217;ve extended it so it can be used in a number of ways. It&#8217;s been a lifesaver over the past few days so I thought I would share.</p>
<p><span id="more-47"></span></p>
<blockquote><p><code>set objShell = CreateObject("WScript.Shell")<br />
set objFSO = CreateObject("Scripting.FileSystemObject")</code></p>
<p><code>' // BEGIN CONFIGURATION OPTIONS //</code></p>
<p><code>arrIPAddr = Array("192.168.1.1", "10.0.10.1", "172.16.1.1") 'Array of IPs<br />
strDirectory = "C:\Path\to\logs\" 'Logfile directory<br />
strFile = "HostMonitor.txt" 'Logfile name<br />
strTestLocalConn = "google.com" 'A public server to test your connection</code></p>
<p><code>'Email Settings<br />
strEmailTo = "" 'To email address (somebody@domain.com)<br />
strEmailFrom = "" 'From email address (somebodyelse@domain.com)<br />
strEmailSubject = "" 'Email subject<br />
strSMTPGateway = "" 'SMTP server (smtp.emailgateway.net)<br />
strUseSMTPAuth = false 'Change to true to authenticate (true|false)</code></p>
<p>&#8216;Only if strUseSMTPAuth is true<br />
strSMTPUsername = &#8220;&#8221; &#8216;SMTP username<br />
strSMTPPassword = &#8220;&#8221; &#8216;SMTP password<br />
strSMTPPort = 25 &#8216;SMTP port number<br />
strSMTPSSL = false &#8216;SMTP SSL option</p>
<p>&#8216; // END CONFIGURATION OPTIONS //</p>
<p>dim strIP<br />
strLogTxt = &#8220;&#8221;<br />
strSendMsg = false</p>
<p>if Reachable(strTestLocalConn) then<br />
for each strIP in arrIPAddr<br />
if not Reachable(strIP) then<br />
strSendMsg = true<br />
strLogTxt = strLogTxt &amp; &#8221; &#8221; &amp; strIP<br />
end if<br />
next<br />
if strSendMsg then<br />
strLogTxt = &#8220;The following addresses were unreachable:&#8221; &amp; strLogTxt<br />
else<br />
strLogTxt = &#8220;All hosts responded normally.&#8221;<br />
end if<br />
else<br />
strLogTxt = &#8220;Connection to &#8221; &amp; strTestLocalConn &amp; _<br />
&#8221; failed. Host monitor aborted.&#8221;<br />
end if</p>
<p>const ForAppending = 8<br />
set objFSO = CreateObject(&#8221;Scripting.FileSystemObject&#8221;)<br />
if not objFSO.fileexists(strDirectory &amp; strFile) then<br />
objFSO.CreateTextFile(strDirectory &amp; strFile)<br />
end if<br />
set objFile = objFSO.OpenTextFile(strDirectory &amp; strFile, ForAppending)</p>
<p>objFile.Write date() &amp; &#8221; &#8221; &amp; time()<br />
objFile.WriteBlankLines(1)<br />
objFile.Write strLogTxt<br />
objFile.WriteBlankLines(2)<br />
objFile.Close</p>
<p>if strSendMsg then<br />
const cdoSendUsingPickup = 1<br />
const cdoSendUsingPort = 2</p>
<p>const cdoAnonymous = 0<br />
const cdoBasic = 1<br />
const cdoNTLM = 2</p>
<p>set objEmail = CreateObject(&#8221;CDO.Message&#8221;)</p>
<p>objEmail.From = strEmailFrom<br />
objEmail.To = strEmailTo<br />
objEmail.Subject = strEmailSubject<br />
objEmail.Textbody = strLogTxt &amp; strDate</p>
<p>objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/sendusing&#8221;) = 2<br />
objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/smtpserver&#8221;) = _<br />
strSMTPGateway<br />
if strUseSMTPAuth then<br />
objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&#8221;) _<br />
= cdoBasic<br />
objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/sendusername&#8221;) _<br />
= strSMTPUsername<br />
objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/sendpassword&#8221;) _<br />
= strSMTPPassword<br />
objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/smtpserverport&#8221;) _<br />
= strSMTPPort<br />
objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/smtpusessl&#8221;) _<br />
= strSMTPSSL<br />
end if<br />
objEmail.Configuration.Fields.Item _<br />
(&#8221;http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout&#8221;) _<br />
= 60</p>
<p>objEmail.Configuration.Fields.Update<br />
objEmail.Send<br />
end if</p>
<p>function Reachable(strComputer)<br />
dim objShell, objExec, strCmd, strTemp</p>
<p>strCmd = &#8220;ping -n 1 &#8221; &amp; strComputer</p>
<p>set objShell = CreateObject(&#8221;WScript.Shell&#8221;)<br />
set objExec = objShell.Exec(strCmd)<br />
strTemp = UCase(objExec.StdOut.ReadAll)</p>
<p><code> if InStr(strTemp, "REPLY FROM") then<br />
Reachable = true<br />
else<br />
Reachable = false<br />
end if<br />
end function</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2008/09/04/vbs-host-monitor.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2008/09/04/vbs-host-monitor.htm</feedburner:origLink></item>
		<item>
		<title>PCI Scan Passed!</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/zC3wSs2GipM/pci-scan-passed.htm</link>
		<comments>http://ben.cecka.org/2008/07/16/pci-scan-passed.htm#comments</comments>
		<pubDate>Thu, 17 Jul 2008 01:19:35 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[pci]]></category>
		<category><![CDATA[pentest]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=46</guid>
		<description><![CDATA[This might not seem like a huge deal to some, but we just passed our first PCI vulnerability scan. These little Mikrotik routers (using RouterOS) really know how to rock!
Out of our current 19 public interfaces, we did have a single one that responded via ICMP. It was more or a less bad timing on [...]]]></description>
			<content:encoded><![CDATA[<p>This might not seem like a huge deal to some, but we just passed our first PCI vulnerability scan. These little <a href="http://www.mikrotik.com/">Mikrotik</a> routers (using <a href="http://www.mikrotik.com/software.html">RouterOS</a>) really know how to rock!</p>
<p>Out of our current 19 public interfaces, we did have a single one that responded via ICMP. It was more or a less bad timing on our part because performing support on the machines behind the routers isn&#8217;t perfected yet, so we have to go in and disable bottom drop-rules for a few minutes to get in. Packet filtering is still active and unwanted traffic won&#8217;t come through, but it did allow that router to talk back and announce its existence &#8212; unlike the rest of the stoic batch.</p>
<p>One more big step out of the way&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2008/07/16/pci-scan-passed.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2008/07/16/pci-scan-passed.htm</feedburner:origLink></item>
		<item>
		<title>Still Here</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/a8noP7xF83Q/still-here.htm</link>
		<comments>http://ben.cecka.org/2008/05/21/still-here.htm#comments</comments>
		<pubDate>Thu, 22 May 2008 04:57:00 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Site Status]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/?p=45</guid>
		<description><![CDATA[Just a quick post to affirm my own sanity. Over the last few months I&#8217;ve been ramping up my workload to an almost insane amount. 7:30am to 11pm (or later) is becoming the norm. While it&#8217;s an unsustainable amount of hours to put into a project, I&#8217;m banking hard that the return is going to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to affirm my own sanity. Over the last few months I&#8217;ve been ramping up my workload to an almost insane amount. 7:30am to 11pm (or later) is becoming the norm. While it&#8217;s an unsustainable amount of hours to put into a project, I&#8217;m banking hard that the return is going to be more than worth it.</p>
<p>I started studying for my <a href="http://en.wikipedia.org/wiki/CISSP">CISSP</a> last month too. I doubt I&#8217;ll get around to actually taking the test until next year, but it&#8217;s a goal worth attaining if I continue down the road of IT security.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2008/05/21/still-here.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2008/05/21/still-here.htm</feedburner:origLink></item>
		<item>
		<title>What is Twitter?</title>
		<link>http://feedproxy.google.com/~r/BensBlog/~3/ezGk4euGk74/what-is-twitter.htm</link>
		<comments>http://ben.cecka.org/2008/03/21/what-is-twitter.htm#comments</comments>
		<pubDate>Sat, 22 Mar 2008 06:43:49 +0000</pubDate>
		<dc:creator>Ben Cecka</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Technology Review]]></category>

		<guid isPermaLink="false">http://ben.cecka.org/2008/03/21/what-is-twitter.htm</guid>
		<description><![CDATA[I signed up for a Twitter account late last year as a skeptic looking at a buzz technology tool. I thought, &#8220;Who cares what I&#8217;m doing right now&#8221; and &#8220;How is this useful?&#8221;
I&#8217;m not sure why exactly, but I recently gave it another go and have become increasingly intrigued with how to use it.
So far [...]]]></description>
			<content:encoded><![CDATA[<p>I signed up for a <a href="http://twitter.com">Twitter</a> account late last year as a skeptic looking at a buzz technology tool. I thought, &#8220;Who cares what I&#8217;m doing right now&#8221; and &#8220;How is this useful?&#8221;</p>
<p>I&#8217;m not sure why exactly, but I recently gave it another go and have become increasingly intrigued with how to use it.</p>
<p>So far I&#8217;ve got it pegged to being:</p>
<ul>
<li>an IM client</li>
<li>a chat room</li>
<li>a micro-blog</li>
<li>a news source</li>
<li>an idea storm/generator</li>
<li>a megaphone</li>
</ul>
<p>The ways to use it really go on and on. Heck, <a href="http://mashable.com/2008/03/21/max-emily-twitter-proposal/">someone even used it to propose</a>!</p>
<p>[tags]twitter, microblog[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.cecka.org/2008/03/21/what-is-twitter.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ben.cecka.org/2008/03/21/what-is-twitter.htm</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.103 seconds --><!-- Cached page served by WP-Cache -->
