<?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>ITSec Packets &#187; Uncategorized</title>
	<atom:link href="http://www.itsecpackets.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsecpackets.com/blog</link>
	<description>A Progammer explores the IT Security field; offering packets of useful information he picks up along the way.</description>
	<lastBuildDate>Wed, 09 Sep 2009 15:31:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VIP Access on your IPhone/ITouch</title>
		<link>http://www.itsecpackets.com/blog/2009/08/28/vip-access-on-your-iphoneitouch/</link>
		<comments>http://www.itsecpackets.com/blog/2009/08/28/vip-access-on-your-iphoneitouch/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 17:34:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsecpackets.com/blog/?p=122</guid>
		<description><![CDATA[Appolgies for not writting in a while. I hope to make it up to you with this post and future posts with, hopefully, much less than 5 months between. Found a great little app for iPhone/iTouch that gives us home users multi-factor authentication with a cryptographically strong OTP (one time password). Many of us have [...]]]></description>
			<content:encoded><![CDATA[<p>Appolgies for not writting in a while. I hope to make it up to you with this post and future posts with, hopefully, much less than 5 months between. Found a great little app for iPhone/iTouch that gives us home users multi-factor authentication with a cryptographically strong OTP (one time password). Many of us have a similar device to log onto our corporate networks. I have an RSA token from work that spits a new six digit one time code. The OTP adds an additional layer of security when logging onto to a site on the net and makes brute force attacks impossible. We discussed OTP in the post about <a href="http://www.itsecpackets.com/blog/2007/12/20/perfect-paper-passwords/" target="_self">Steve&#8217;s PPP  authentication system</a>.</p>
<p>This cute little app is offered by <a href="https://vipmobile.verisign.com/selectiphone.v" target="_blank">VIP (Verisign Identity Protection) </a>and is a free download for your IPhone or Ipod touch. The app works with a bunch of popular sites including Ebay, Geico, PayPal and Merrill Lynch, amongst others. Most are financial sites and would be a high profile target for hackers. Would be nice if Bank Of America was there. When you download the app you will need to use a cell phone to activate it, which is quick and easy. Then you will need to register with those sites that you want to use the app. I registered with Paypal which required the credential ID found in the VIP app. When I now use the Paypal site, I log in just like I used to with my static password (something I know) and I&#8217;m then prompted for my OTP password (something I have) that is shown on my Itouch screen during that 30 second interval in time.</p>
<p><img class="aligncenter size-full wp-image-124" title="VIP Access App screenshot" src="http://www.itsecpackets.com/blog/wp-content/uploads/2009/08/IMG_0010.png" alt="VIP Access App screenshot" width="214" height="320" /></p>
<p>As always it&#8217;s good idea to have your Iphone/Itouch locked with a password in case you lose your device, and if you the VIP password app all the more so. Yeah someone trying to gain access to your site would need your static password only you know , but it&#8217;s all about layers in security and how paranoid you want to be. Overall this is a great little app that adds industrial level authentication for us non corporate users, hopefully we&#8217;ll see more companies where this form of authentication can be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2009/08/28/vip-access-on-your-iphoneitouch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tips to Secure Your Web App</title>
		<link>http://www.itsecpackets.com/blog/2008/12/05/5-tips-to-secure-your-web-app/</link>
		<comments>http://www.itsecpackets.com/blog/2008/12/05/5-tips-to-secure-your-web-app/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 12:08:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsecpackets.com/blog/?p=67</guid>
		<description><![CDATA[Given the increased shift from packaged software to cloud computing, a growing number of applications are web-based. Both the business models of software-as-a-service, as well as the real-time distribution modelmake Web Apps the ideal platform for new projects.  While web distribution has a number of upsides, in order to effectively scale applications,it&#8217;s crucial to [...]]]></description>
			<content:encoded><![CDATA[<p>Given the increased shift from packaged software to cloud computing, a growing number of applications are web-based. Both the business models of software-as-a-service, as well as the real-time distribution modelmake Web Apps the ideal platform for new projects.  While web distribution has a number of upsides, in order to effectively scale applications,it&#8217;s crucial to implement best practices to safeguard data.  Any database or code that remains in a cloud is potentially vulnerable to attack.  We consulted with leading web application security specialists for their top security tips:</p>
<p>• <strong>Understand the Potential Sources of Vulnerability</strong><br />
Many developers assume that all attacks will come from outside of a network firewall, but this leaves open a potential attack from inside.  Make sure that all data is guarded from unauthorized access by several layers of security,ensuring that lower-level employees, and others who might work in the office,do not have access to valuable code data.  Internal attacks can come in any forms, all of which can be avoided by working to secure all levels of the application.</p>
<p>• <strong>Utilize Multiple Layers of Security for Your Application</strong>.<br />
Often times, IT professionals will rely solely upon an external firewall in order to protect a web application. In order to truly get a high level of security,however, one must cover all the bases. In practice, this means having an effective network virus scanner that operates in real time as well as a comprehensive network traffic tool to keep up with data movement across the network and potential breaches.</p>
<p>• <strong>Integrate Security Concerns Into Your Development Cycle</strong><br />
When planning out the stages of development,whether you work on an agile process or a standard model, you&#8217;ll need to consider the security implications of each part of your application.  Starting from the earliest conversations about requirements and design all the way to the final testing phase,security concerns should be at the forefront of your thought process from the very beginning.  In particular, security testing should be as important as usability testing.</p>
<p>• <strong>Be aware of the security implications of your coding conventions</strong><br />
Even simple coding conventions such as file locations can have large implications in terms of the security of a given file. While you attempt to create a stable code base by integrating standard practices such as basic password protection,make sure that you block all routes to sensitive files,not just standard ones.</p>
<p>• <strong>Test for major, known sources of hacking</strong><br />
While there will always be unknown vulnerabilities that will require major testing and upgrades, you should always protect against the well-know, major holes that often arise in web applications,In particular,design your application to withstand SQL injections, remote code  calls, format string weaknesses as well as XSS (Cross Site Scripting.)</p>
<p>This post was written by Maya Richard, who primarily writes about <a href="http://www.cablemodemhelp.com"> high speed internet deals </a>.  She can be reached with feedback by combining her name and gmail.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2008/12/05/5-tips-to-secure-your-web-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>301 Redirects Explained</title>
		<link>http://www.itsecpackets.com/blog/2008/06/18/301-redirects-explained/</link>
		<comments>http://www.itsecpackets.com/blog/2008/06/18/301-redirects-explained/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 00:04:47 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsecpackets.com/blog/?p=43</guid>
		<description><![CDATA[Wrote a guest post about &#8220;301 redirects&#8220;  on my buddy, Shimon Sandler&#8217;s blog.   Shimon is very well known in the SEO community and his blog has 1000+ subscribers.  It is a great resource.
Thanks, Shimon, for giving me the opportunity share a post with your readers.
]]></description>
			<content:encoded><![CDATA[<p>Wrote a guest post about &#8220;<a href="http://www.shimonsandler.com/?p=391" target="_blank">301 redirects</a>&#8220;  on my buddy, <a href="http://www.shimonsandler.com" target="_blank">Shimon Sandler&#8217;s blog</a>.   Shimon is very well known in the SEO community and his blog has 1000+ subscribers.  It is a great resource.</p>
<p>Thanks, Shimon, for giving me the opportunity share a post with your readers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2008/06/18/301-redirects-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Living in the present</title>
		<link>http://www.itsecpackets.com/blog/2007/08/31/living-in-the-present/</link>
		<comments>http://www.itsecpackets.com/blog/2007/08/31/living-in-the-present/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 18:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsecpackets.com/blog/?p=13</guid>
		<description><![CDATA[I read a nice post on &#8220;Securitycatalyst.com&#8221;   that made me stop and think.  We really need to appreciate the here and now.  Sometimes I&#8217;ll look at my kids; they understand what it means to live life in the present moment. There is so much going on in our heads, so many [...]]]></description>
			<content:encoded><![CDATA[<p>I read a nice post on <a href="http://www.securitycatalyst.com/2007/08/31/do-you-dance-in-the-rain/">&#8220;Securitycatalyst.com&#8221; </a>  that made me stop and think.  We really need to appreciate the here and now.  Sometimes I&#8217;ll look at my kids; they understand what it means to live life in the present moment. There is so much going on in our heads, so many thoughts.  Do you ever stop to reboot?  Clean out the cache?  I like to sit quietly sometimes and just follow my breath; if a thought comes in I let it pass gently. This little meditation can be very relaxing. I&#8217;m a firm believer that this type of practice on a daily basis is especially essential in today&#8217;s high-tech world.  As security folk, we also have to appreciate what we have.  There are so many things to be grateful for.  Let&#8217;s stop, think and thank on this long Labor Day weekend. Thank you Security Catalyst for the nice post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2007/08/31/living-in-the-present/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netstat command</title>
		<link>http://www.itsecpackets.com/blog/2007/07/24/netstat-command/</link>
		<comments>http://www.itsecpackets.com/blog/2007/07/24/netstat-command/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 19:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsecpackets.com/blog/?p=7</guid>
		<description><![CDATA[The netstat command is a very handy command available for use on all OS&#8217;s. When invoked netstat shows the network connections made by your computer, the ports used, and the status of these connections. It will also show you what services that may open waiting for connections. This knowledge can help in ascertaining if your [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;font-family:arial;">The netstat command is a very handy command available for use on all OS&#8217;s. When invoked netstat shows the network connections made by your computer, the ports used, and the status of these connections. It will also show you what services that may open waiting for connections. This knowledge can help in ascertaining if your system is vulnerable to attack.<br />
</span></p>
<div>
<div>
<div>
<div><span style="color: #000000;font-family:arial;">To understand this we need to give a quick and dirty definition of ports. A port is a &#8220;logical connection place&#8221; on your computer where a network connection is made. As I&#8217;m writing this blog in my browser my computer has established a TCP/IP connection to google&#8217;s machine at port 80. Simplistically , ports are like windows into your computer that can be closed or opened, knowing which windows are ok to be open and which should be closed can make your system more secure. </span></div>
<p><span style="font-family: arial;">Ok. Let&#8217;s see our connection to google that is established so I can write this blog. In the command prompt I typed &#8216;netstat&#8217;.</span></p>
<p><img class="aligncenter size-full wp-image-48" title="Netstat" src="http://itsecpackets.com/blog/wp-content/uploads/2008/07/netstat.jpg" alt="" width="400" height="286" /></p>
<p><span style="color: #000000;font-family:arial;">As you can see, the last line shows a TCP connection the local information showing the outbound port; next you have the foreign address where you see google&#8217;s host information separated by a colon showing the port as http or 80 and last you have the state of this connection, which in my case, is established. If connection is established that the line represents a socket, that is an endpoint for communication between two machines. </span></p>
<p> </p>
<p><span style="font-family:arial;"><span style="font-family:arial;"><span style="color: #000000;font-family:arial;"> </span></span></span></p>
<p>There can be defend states for each connection or potential connection if it&#8217;s listening.</p>
<p><strong>ESTABLISHED</strong> &#8211; connection has been made, the TCP three way handshake has taken place.<br />
<strong>LISTENING</strong> &#8211; port on your computer is listening for incoming traffic.<br />
<strong>TIME_WAIT </strong>- occurs at the end of an established connection, before connection is torn down it waits for any packets that didn&#8217;t make it across. This is done so as not to confuse things if a new connection gets established.<br />
<strong>SYN_RECIEVED</strong> &#8211; unlikely to see this, since it happens so quickly; it&#8217;s part of the three way handshake that happens when connection is being set up.<br />
<strong>SYN_SENT</strong> &#8211; unlikely to see this too as it&#8217;s part of the three way handshake when connection is being set up.</p>
<p>It is important to note that if you see a line in netstat showing LISTENING, it means that you have a port on your computer waiting for incoming traffic. No, don&#8217;t get all freaked out, &#8220;does that mean someone can hack into my computer at take control of it&#8221;? No, it does not. Most people today have routers that sit between their computers and the Internet. If someone wanted to make a connection to, say, some port that I found was in a listening state, they would not be able to. The router acts as a firewall for all inbound traffic (also called ingress filtering, hope to discuss this further on a new post). So, if you have a port in a listening state on a specific port, try to find out what application/process is using this port and then try to google the &#8220;exe&#8221; file. Now you will know if this process should, in fact, be listening for incoming requests or if it&#8217;s a Trojan.</p>
<p> </p>
<p><span style="font-family:arial;"><span style="font-family:arial;"><span style="color: #000000;font-family:arial;"><a href="http://en.wikipedia.org/wiki/Netstat">Netstat </a>can be passed a bunch of different parameters depending on what you&#8217;re looking to do. </span></span></span></p>
<p><span style="color: #000000;">Here is a really great feature &#8211; &#8216;netstat -b&#8217; will show you the actual process that is using this connection. Back to me writing this blog. The process that made the connection would be my browser and you see below iexpolorer.exe shows underneath the connection line. So, if you see a connection made that you’re not sure about, you can use the -b parameter and then you can see the process. If you see an .exe file that haven&#8217;t heard of just type in google to see if it’s something safe, perhaps it’s malware on your computer; if that’s the case backup important files and reinstall your operating system.</span></p>
<p><img class="aligncenter size-full wp-image-49" title="netstat2" src="http://itsecpackets.com/blog/wp-content/uploads/2008/07/netstat2.jpg" alt="" width="400" height="280" /></p>
<p> </p>
<p><span style="color: #000000;">It&#8217;s important to remember when you issue the Netstat command it will give you a snapshot of what is happening right then. You can use an interval, so that it keeps running. There is a really great, free program that is worth checking out called <a href="http://www.microsoft.com/technet/sysinternals/Utilities/TcpView.mspx"> TCPView</a> This is a windows GUI version of Netstat and it updates in real time. And just in case you need it to figure out why your mom&#8217;s Internet connection is slow, Netstat is always available on all OS&#8217;s; just fire it up; there is no need to install anything. </span></p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2007/07/24/netstat-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nmap Reconnaissance</title>
		<link>http://www.itsecpackets.com/blog/2007/07/09/nmap-reconnaissance/</link>
		<comments>http://www.itsecpackets.com/blog/2007/07/09/nmap-reconnaissance/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 23:57:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsecpackets.com/blog/?p=6</guid>
		<description><![CDATA[    Nmap a is a free popular port scanning security tool , used by both good and bad hackers alike.For someone breaking into a network, this tool is used to gather as much information about the network that is possible; mapping it out or as it&#8217;s called, fingerprint the target. On the [...]]]></description>
			<content:encoded><![CDATA[<p class="western" style="margin-bottom: 0in; background-color: rgb(255, 255, 255);">   <span style="font-family:Arial,sans-serif;"> Nmap</span><span style="font-family:Arial,sans-serif;"> a is a free popular port scanning security tool , used by both good and bad hackers <span style="background-image: none; background-repeat: repeat;">alike</span>.</span><br /><span style="font-family:Arial,sans-serif;">For someone breaking into a network, this tool is used to gather as much information about the network that is possible; mapping it out or as it&#8217;s called, fingerprint the target. On the other side, the good guys use </span><span style="font-family:Arial,sans-serif;">NMAP</span><span style="font-family:Arial,sans-serif;"> internally to determine if there are any unauthorized services running on their network. This tool kind of levels the playing ground so to speak. </span></p>
<p><span style="font-family:Arial,sans-serif;">I <span style="background-image: none; background-repeat: repeat;">downloaded</span> the free tool at home and was playing around with it on my internal network. As a caveat, scan your own hosts or networks that have given permission to scan only. Unauthorized scanning of a host with the intent to breaking into may be unlawful, one should keep this in mind when using this tool..</span></p>
<p><span style="font-family:Arial,sans-serif;">There are two ways of scanning using </span><span style="font-family:Arial,sans-serif;">NMAP</span><span style="font-family:Arial,sans-serif;">; regular </span><span style="font-family:Arial,sans-serif;">TCP</span><span style="font-family:Arial,sans-serif;"> connect scanning and stealth scanning.</span><br /><span style="font-family:Arial,sans-serif;">Without going into the geeky details of </span><span style="font-family:Arial,sans-serif;">TCP</span><span style="font-family:Arial,sans-serif;">/</span><span style="font-family:Arial,sans-serif;">IP</span><span style="font-family:Arial,sans-serif;">, stealth scanning attempts to determine if a port is open on the target system by </span><span style="font-family:Arial,sans-serif;">soliciting</span><span style="font-family:Arial,sans-serif;"> a SYN/</span><span style="font-family:Arial,sans-serif;">ACK</span><span style="font-family:Arial,sans-serif;"> and not completing the 3-way handshake, <span style="background-image: none; background-repeat: repeat;">then</span> ultimately going in under the radar. However, even this type of scanning is now being logged with modern firewalls and IDS (Intrusion Detection Systems).</span></p>
<p><span style="font-family:Arial,sans-serif;">The </span><span style="font-family:Arial,sans-serif;">TCP</span><span style="font-family:Arial,sans-serif;"> connect mode actually completes the 3-way handshake. The downside for a hacker would be that most servers log connections including the source </span><span style="font-family:Arial,sans-serif;">IP</span><span style="font-family:Arial,sans-serif;"> address and the IDS may be tripped <span style="background-image: none; background-repeat: repeat;">, and these are things a hacker would like to avoid while fingerprinting a network.</span></span></p>
<p><span style="font-family:Arial,sans-serif;"></span></p>
<p><span style=";font-family:Arial,sans-serif;font-size:100%;"  >Here is some basic </span><span style=";font-family:Arial,sans-serif;font-size:100%;"  >NMAP</span><span style=";font-family:Arial,sans-serif;font-size:100%;"  > commands to get started.</span><span style=";font-family:arial;font-size:100%;"  ><br /></span><span style=";font-family:arial;font-size:100%;"  ><br /></span><span style=";font-family:Arial;font-size:100%;"  ><span class="blsp-spelling-error" id="SPELLING_ERROR_11">TCP</span>() connect scanning:</span><span style=";font-family:arial;font-size:100%;"  ><br /></span><span style=";font-family:Arial;font-size:100%;"  ># <span class="blsp-spelling-error" id="SPELLING_ERROR_12">nmap</span> -<span class="blsp-spelling-error" id="SPELLING_ERROR_13">sT</span> 192.168.1.2</span><span style=";font-family:arial;font-size:100%;"  ><br /></span><span style=";font-family:arial;font-size:100%;"  ><br /></span><span style=";font-family:Arial;font-size:100%;"  >Syn/Stealth scan.</span><span style=";font-family:arial;font-size:100%;"  ><br /></span><span style=";font-family:Arial;font-size:100%;"  ># <span class="blsp-spelling-error" id="SPELLING_ERROR_14">nmap</span> -<span class="blsp-spelling-error" id="SPELLING_ERROR_15">sS</span> 192.168.1.2</span><br /><span style="font-family:Arial;"></span><br /><span style="font-family:Arial;"></span><br /><span style="font-family:Arial;"></span><br /><span style="font-family:Arial;"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2007/07/09/nmap-reconnaissance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Defend I.T.: Security by Example</title>
		<link>http://www.itsecpackets.com/blog/2007/06/30/defend-it-security-by-example/</link>
		<comments>http://www.itsecpackets.com/blog/2007/06/30/defend-it-security-by-example/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 02:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsecpackets.com/blog/?p=5</guid>
		<description><![CDATA[I wanted to share my first infosec book review on amazon I wrote back in August of &#8216;06.&#8220;Defend I.T.: Security by Example&#8221; is one of my first reads on IT security. I am currently a programmer, looking to get into the information security field.
This book has successfully turned my interest in IT security into intrigue. [...]]]></description>
			<content:encoded><![CDATA[<p><span>I wanted to share my first infosec book review on amazon I wrote back in August of &#8216;06.</span><span style="font-weight: bold;"><br /></span><br />&#8220;Defend I.T.: Security by Example&#8221; is one of my first reads on IT security. I am currently a programmer, looking to get into the information security field.</p>
<p>This book has successfully turned my interest in IT security into intrigue. Each chapter is a different real life case study, with techniques used and lessons learned. Coming from a technical background, I appreciated the technical depth that the authors delve into. From the get go in Chapter 1, the authors present a tutorial on the popular scanning tool called NMAP which is fascinating. The network diagrams throughout the book were very helpful in explaining to the reader the difficult concepts such as Distributed Denial-of-Service attack and Ingress and Egress filtering.</p>
<p>&#8220;Defend I.T.: Security by Example&#8221; introduced me to many new concepts including IDS, INGRESS, EGRESS, DMZ, SSO, ZOMBIE,FIREWALL&#8217;s, VPN&#8217;s, PKI, and DOS attacks, just to name a few. Overall, this book is very informative and well-written.</p>
<p>I highly recommend this book as a great addition to your IT Security library.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2007/06/30/defend-it-security-by-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Posting</title>
		<link>http://www.itsecpackets.com/blog/2007/06/27/my-first-posting/</link>
		<comments>http://www.itsecpackets.com/blog/2007/06/27/my-first-posting/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 14:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsecpackets.com/blog/?p=3</guid>
		<description><![CDATA[Wow this is exciting !!!! I recently got my google reader all set up with a bunch of different feeds from bloggers and news ect. On a whim I decided start my own blog. I feel like writing in a blog can help my writing skills and help me express my thoughts and ideas, at [...]]]></description>
			<content:encoded><![CDATA[<p>Wow this is exciting !!!! I recently got my google reader all set up with a bunch of different feeds from bloggers and news ect. On a whim I decided start my own blog. I feel like writing in a blog can help my writing skills and help me express my thoughts and ideas, at the same time provide others with information that I hope will be informative. I&#8217;m totally intrigued by the information security world and hope to some day work in the field. To be proactive I started studying for the CISSP. I hope to share some of the things I learned that I find interesting. Please post your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsecpackets.com/blog/2007/06/27/my-first-posting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
