<?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>New Jersey Legals Blog &#187; security</title>
	<atom:link href="http://njlcblog.net/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://njlcblog.net</link>
	<description></description>
	<lastBuildDate>Thu, 15 Apr 2010 22:29:21 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Basics Of Wireless Security</title>
		<link>http://njlcblog.net/2009/07/13/basics-wireless-security/</link>
		<comments>http://njlcblog.net/2009/07/13/basics-wireless-security/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 20:14:32 +0000</pubDate>
		<dc:creator>JC (CCE; HTCIA)</dc:creator>
				<category><![CDATA[digital forensics]]></category>
		<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wireless security]]></category>

		<guid isPermaLink="false">http://njlcblog.net/?p=214</guid>
		<description><![CDATA[
			
				
			
		
When browsing the web you are exposed to many vulnerabilities.  By virtue, the operating system you use is enough to expose personal information to any relatively technical individual.  Whether you are at your desk or in the comfort of your home, the information you transmit to and from the Internet is, by default, not secure.  [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 25px; margin-top: 15px; margin-bottom: 5px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnjlcblog.net%2F2009%2F07%2F13%2Fbasics-wireless-security%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnjlcblog.net%2F2009%2F07%2F13%2Fbasics-wireless-security%2F&amp;source=NewJerseyLegal&amp;style=normal&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
<p>When browsing the web you are exposed to many vulnerabilities.  By virtue, the operating system you use is enough to expose personal information to any relatively technical individual.  Whether you are at your desk or in the comfort of your home, the information you transmit to and from the Internet is, by default, not secure.  Out of the box, the wireless router you install at home in minutes does not have security enabled.  Manufacturers feel as though adding default security creates a level of complexity that the average user doesn’t want to be bothered with.  Many individuals feel as though they don’t care about who’s watching until they make that first credit card purchase.</p>
<p>Many open source applications such as <a href="http://www.wireshark.org/" target="_blank">Wireshark</a> were designed to be a network tool but have the ability to be much more.  A graphical interface with information sorting and filtering options allows packets to be captured whether wired or wireless.   Consequently making the information you transmit/receive available for others to view.</p>
<p><a href="http://en.wikipedia.org/wiki/Wi-Fi" target="_blank">WiFi</a> can be transmitted and/or received by so many different devices that the amount and type of data passing by us is remarkable.  From cell phones and gaming systems to desktop and laptop computers, packets of data are passing through the air at unimaginable rates.</p>
<p>When you go to the local computer superstore and purchase an access point or wireless router you&#8217;re often given misleading advice that give you a false sense of security.  Many of the commonly recommended wireless security tips aren’t actually all that useful and may even do more harm than good by giving you that false sense of security.</p>
<p>Too often, we catch a story about an individual being accused of possession of, or downloading, illegal material.  By having a wireless network unsecured or improperly secured, you become an open portal for the transmission of such material.  On top of that your network is leading the trail for authorities directly to you!</p>
<p><strong>Why? How?</strong></p>
<p>Your Internet Service Provider (ISP) assigns an IP address to you via the router they provided.  The destination or source IP address for the illegal material is simply captured as part of the packets being transmitted.  The authorities trace the IP address to the ISP who then traces the IP address to the one assigned to you.  By not having your network secure, you hold a level of responsibility for the type of data being transmitted to and from your router whether having the knowledge of it or not.  Hypothetically, someone can connect to your network without your knowledge and either download or transmit illegal material.  You&#8217;re thinking &#8212; <em>The police will just see that I didn’t do it</em>.  Very true, but only after your neighbors saw the police at your home/office seizing your PC and your name was published in the newspaper.  Did I mention a costly defense?</p>
<p><strong><span style="text-decoration: underline;">What can I do to secure my wireless network?</span></strong></p>
<p><strong>Don’t broadcast your SSID</strong></p>
<p>The SSID (Service Set Identifier) is an identification that is broadcasted by a wireless router. Basically, it’s the router saying “I’m out here, this is my name, connect to me.”  Telling a router not to broadcast its SSID may prevent basic wireless access software from displaying the network as a connection option, but it does nothing to actually secure the network. Any time a user connects to a router, the SSID is broadcast in plaintext with that packets sent and received, regardless of whether or not encryption is enabled. SSID information can also be picked up by anyone listening to the network in passive mode.</p>
<p><strong>Disable DHCP</strong></p>
<p>DHCP or Dynamical Host Control Protocol is when an IP address is automatically assigned to your device.  Static IP addressing is when you manually assign an IP address to your device and giving you the ability to change your subnet.  Switching DHCP off and using static IP addressing is no defense against a potential hacker. Anyone sniffing the network can usually figure out the IP scheme that has been used to assign the IP addresses with the subnet range.</p>
<p><strong>Filter MAC addresses</strong></p>
<p>Each NIC card has a unique MAC address.  Theoretically, this sounds great as a wireless access points can be configured to accept or block specified MAC addresses. The problem with filtering by MAC address is that these addresses are easily detected by anyone using appropriate monitoring software like Wireshark.</p>
<p>Filtering MAC addresses is the only one with even a minimal level of value. MAC address filtering can keep a beginner hacker or neighbors from easily connecting and accessing your wireless network, but it won&#8217;t do much else. To keep more sophisticated intruders off of your network, you&#8217;ll have to use encryption in addition to MAC address filtering</p>
<p><strong>Use Encryption</strong></p>
<p>Even the routers you can purchase locally are capable of using encryption.  What ever encryption you use, your key phrase should consist of as many characters, symbols, and numbers as possible.  WPA is a good encryption method, followed by WPA2, WPA, WPA, and WEP. Generally, any router that supports WPA is good in terms of its overall security. WEP is an &#8220;only if you must&#8221; protocol, but it&#8217;s still a better option than transmitting without encryption.</p>
<p><strong>What does this have to do with computer forensics?</strong></p>
<p>New Jersey Legal posses the expertise to evaluate your network, whether wired or wireless and work with you to firmly secure it.  Often times, a company solicits themselves as having forensic experts on staff.   Without having extensive networking knowledge, the forensic expert will overlook data that may be vital to your case.  Don’t allow the smoking gun be left undiscovered!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://njlcblog.net/2009/07/13/basics-wireless-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Jersey Legal&#8217;s Recommendations For Wiping Data</title>
		<link>http://njlcblog.net/2009/02/26/new-jersey-legals-recommendations-for-wiping-data/</link>
		<comments>http://njlcblog.net/2009/02/26/new-jersey-legals-recommendations-for-wiping-data/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 00:59:22 +0000</pubDate>
		<dc:creator>Robert DeBord</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[data wiping]]></category>
		<category><![CDATA[degaussing]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://njlcblog.net/?p=15</guid>
		<description><![CDATA[
			
				
			
		
As you may recall, last time we introduced you to some real &#8220;characters&#8221; and how they prefer to wipe their data, or at least attempt to physically destroy it. After witnessing the various data destruction methods, we wanted to follow up with our own recommendations for destroying or wiping data. While the methods caught on [...]


Related posts:<ol><li><a href='http://njlcblog.net/2009/01/29/data-destruction-the-fun-way-videos/' rel='bookmark' title='Permanent Link: Data Destruction: The Fun Way (Videos)'>Data Destruction: The Fun Way (Videos)</a> <small> Last week we posted an entry asking &#8220;How Do You Delete Your Data?&#8221; Whether it resides on hard drives...</small></li>
<li><a href='http://njlcblog.net/2009/01/22/how-do-you-delete-your-data/' rel='bookmark' title='Permanent Link: How Do You Delete Your Data?'>How Do You Delete Your Data?</a> <small> Within the next week we’re going to be broadcasting a special on different techniques for truly getting rid of...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 25px; margin-top: 15px; margin-bottom: 5px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnjlcblog.net%2F2009%2F02%2F26%2Fnew-jersey-legals-recommendations-for-wiping-data%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnjlcblog.net%2F2009%2F02%2F26%2Fnew-jersey-legals-recommendations-for-wiping-data%2F&amp;source=NewJerseyLegal&amp;style=normal&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
<p>As you may recall, <a href="../content/data-destruction-fun-way-videos">last time we introduced you to some real &#8220;characters&#8221; and how they prefer to wipe their data</a>, or at least attempt to physically destroy it. After witnessing the various data destruction methods, we wanted to follow up with our own recommendations for destroying or wiping data. While the methods caught on tape might appear to be more fun, these methods of physical destruction may not be the most practical, especially if you would like to reuse the hard drive.</p>
<p>We recommend using <a href="http://en.wikipedia.org/wiki/Data_remanence#Overwriting">disk-cleaning utilities</a>. There are many software programs from which to choose, and many of these packages use a handful of different methods. Some of these packages allow a user to &#8220;wipe&#8221; only the free space on a hard drive while other programs wipe all data on your hard drive. Depending on the needs, a user may desire one method over another.</p>
<p><strong>Wiping Deleted Files</strong><br />
Once a file is deleted it is not accessible from within the Windows operating system, but can be recovered by using forensic data recovery tools. This is easily accomplished because the Windows OS doesn’t actually remove the deleted files, but instead simply changes a small portion of the file which tells the operating system that the space this file currently occupies is free to be overwritten and used by other files if the space is needed. If a user wants to remove these files permanently, they can select a program that wipes their deleted files. The software accomplishes this by overwriting the deleted files with volumes of random data which renders the &#8220;deleted files&#8221; unrecoverable.</p>
<p><strong>Wiping All Data</strong><br />
These programs work by overwriting your entire hard drive with a series of 1s, 0s or random data depending on which program and which method is used. Most of the methods used rely on overwriting data with a series of characters and then erasing these characters. Some of these methods even repeat this 3, 7 or even 35 times. These methods may be commonly referred to as DoD3 wipe, DoD7 Wipe and Gutmann 35 wipe respectively.</p>
<p>The positives to using a DOD or Gutmann wipe are many. First, one can reuse this drive and not discard it, which means you will be acting more environmentally friendly by keeping the hard drive out of a landfill. Second, the user saves money by not having to buy a replacement hard drive. A third benefit is eliminating the need for expensive hardware as these methods use software instead, some of which is free. The fourth benefit is software wiping is also relatively fast and doesn’t require driving out into the country to shoot holes through your data. Lastly, in this economy, most people aren’t too eager to spend the money to rent a jackhammer or log splitter!</p>
<p>Another method of wiping data is called &#8220;<a href="http://en.wikipedia.org/wiki/Data_remanence#Degaussing">degaussing</a>.&#8221; Some of you may be familiar with the term degaussing because of the degaussing option on older CRT computer monitors. Degaussing deals with changing the magnetic structure of something and when you would degauss a CRT computer monitor, the screen would shake and provide hours of entertainment for the bored, young or slightly inebriated.</p>
<p>Degaussing is successful for wiping hard drives because data is stored to hard drives by making small areas change their magnetic alignment. When degaussed, it leaves these small areas, and therefore your data, in random patterns. When degaussed properly there won’t be enough information left to reconstruct the original data. Degaussing is normally done by using a machine built specifically for this purpose and can be completed within a very short period of time.</p>
<p>The primary downside to degaussing your hard drives is it can be just as wasteful as the physical destruction methods. Once you degauss a hard drive it will be rendered unusable because the changes to this magnetic media leave the storage system damaged and the drive unusable. So, while degaussing is efficient and gets the job done, it’s not the most environmentally or economically friendly method of wiping your data. The cost of these degaussing machines is not only well out of the average computer users budget, but also more than most companies would ever consider spending. Plus, you still have to buy another hard drive to get back up an running.</p>
<p>We hope you find this post helpful. Thank you in advance for thinking a little more &#8220;green&#8221; and we hope you are able to benefit from our money saving ideas when deleting data. We appreciate you joining us! If you have any questions or comments please feel free to leave them in comments section of <a href="../">our blog at njlcblog.net</a>!</p>


<p>Related posts:<ol><li><a href='http://njlcblog.net/2009/01/29/data-destruction-the-fun-way-videos/' rel='bookmark' title='Permanent Link: Data Destruction: The Fun Way (Videos)'>Data Destruction: The Fun Way (Videos)</a> <br /><small> Last week we posted an entry asking &#8220;How Do You Delete Your Data?&#8221; Whether it resides on hard drives...</small></li>
<li><a href='http://njlcblog.net/2009/01/22/how-do-you-delete-your-data/' rel='bookmark' title='Permanent Link: How Do You Delete Your Data?'>How Do You Delete Your Data?</a> <br /><small> Within the next week we’re going to be broadcasting a special on different techniques for truly getting rid of...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://njlcblog.net/2009/02/26/new-jersey-legals-recommendations-for-wiping-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
