<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 7 key steps for data security in small businesses</title>
	<atom:link href="http://www.docucrunch.com/data-security-heres-help-for-small-to-midsize-businesses/feed" rel="self" type="application/rss+xml" />
	<link>http://www.docucrunch.com/data-security-heres-help-for-small-to-midsize-businesses</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Aug 2011 21:53:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bob</title>
		<link>http://www.docucrunch.com/data-security-heres-help-for-small-to-midsize-businesses/comment-page-1#comment-3434</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 18 Mar 2010 02:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.docucrunch.com/?p=2813#comment-3434</guid>
		<description>Small businesses are particularly vulnerable, because the Information Security role is usually not clearly defined.

Even if your company has as few as 10 employees (or even if it&#039;s just &quot;you&quot;) make sure a specific person is responsible for information security.

Hire a reputable consultant to come in and evaluate your Information Technology program.  Often, there are low-cost / no-cost things that you can do to dramatically improve your Information Security posture.

Here are the big-ticket items:

- Make sure you have a firewall

- If you have any internet-facing servers, make sure you have TWO firewalls..... your internet-facing server should be separated from your &quot;main&quot; servers by an additional firewall.  This is known as a &quot;DMZ&quot;.  If you have one server doing everything, BUY ANOTHER SERVER.  If you don&#039;t do this, you are what is called &quot;hacker bait&quot;.

- If you access your server from home, do it through VPN.  Many small businesses make the mistake of opening e-mail or other critical services directly to the internet.  Instead, it&#039;s more than likely that your server supports &quot;PPTP&quot; VPN, that&#039;s built in to the operating system and free to use.  VPN acts like a &quot;local&quot; network connection, preventing sensitive services like e-mail or file sharing from being exposed to the internet.

- Use encryption for sensitive data.  This includes your Accounting files, customer lists, and ANY customer data you store on your server(s).  Windows has built-in encryption that prevents unauthorized access to sensitive information.

- DO NOT log in as Admininstrator.  This sounds easy, but I&#039;ve audited hundreds of small businesses where the President / CEO has administrator rights.  Set up separate IDs that have administrative privileges, and force your employees to log in as &quot;normal users&quot;.  Use administrative IDs ONLY when administrative tasks need to be performed.  This drastically reduces the likelihood that an administrative ID will be compromised and used to breach the servers.  Example:  userID is &quot;Bob&quot;, administrative ID is &quot;admn-bob&quot;.

- Force password security.  I know people b!tch about changing passwords, but that&#039;s one of the first keys to security.  There are password policies on the server that can be set to:
--- change passwords every 90 days
--- minimum password length 8 letters
--- require complexity (requires numbers and symbols))

- Train your &quot;front line&quot; staff on social engineering.  If you have a customer support desk, receptionist, or help desk, make sure they know how to detect a phony employee or customer.  Make sure they know not to EVER forward a call to an outside number, or grant &quot;temporary&quot; access to ANY server (NO MATTER WHAT) without second-level approval.  Most data breaches are PEOPLE breaches, not technology breaches.  The mythos of the lone hacker solving a machine&#039;s security defenses like a puzzle is quite false -- good hackers hack people, NOT machines

- Invest in &quot;real&quot; antivirus.  Don&#039;t run anything free.  Buy a &quot;real&quot; product like McAfee or TrendAV.  Symantec (and Norton) $uck$ but it is somehow continuing to fool everyone in to thinking they are a tier-1 product.

- Make sure you have backups.  Invest in an off-the-shelf tape backup solution, and store tape backups offsite.  In the event of theft or fire, OFFSITE backups ensure your critical data is safe.

- Make sure there is someone in your organization responsible for the following items, and that they have a &quot;weekly checklist&quot; that they follow:
--- update virus definitions on all servers and workstations
--- Check event logs on all servers.  Look for system and security events
--- Check your backups.  Make sure a full backup was completed for each week for each system.  Test your backups MONTHLY by restoring a file.

- DISABLE terminated employees immediately.  If you have an HR person, make sure the person performing the HR function notifies you immediately of new hires and terminations.   Make sure that HR has to authorize new network accounts, and informs you of employees who change status.

This is the BARE MINIMUM, but will put your business head-and-shoulders above other companies, yielding greater security, competitive advantage, and customer assurance.</description>
		<content:encoded><![CDATA[<p>Small businesses are particularly vulnerable, because the Information Security role is usually not clearly defined.</p>
<p>Even if your company has as few as 10 employees (or even if it&#8217;s just &#8220;you&#8221;) make sure a specific person is responsible for information security.</p>
<p>Hire a reputable consultant to come in and evaluate your Information Technology program.  Often, there are low-cost / no-cost things that you can do to dramatically improve your Information Security posture.</p>
<p>Here are the big-ticket items:</p>
<p>- Make sure you have a firewall</p>
<p>- If you have any internet-facing servers, make sure you have TWO firewalls&#8230;.. your internet-facing server should be separated from your &#8220;main&#8221; servers by an additional firewall.  This is known as a &#8220;DMZ&#8221;.  If you have one server doing everything, BUY ANOTHER SERVER.  If you don&#8217;t do this, you are what is called &#8220;hacker bait&#8221;.</p>
<p>- If you access your server from home, do it through VPN.  Many small businesses make the mistake of opening e-mail or other critical services directly to the internet.  Instead, it&#8217;s more than likely that your server supports &#8220;PPTP&#8221; VPN, that&#8217;s built in to the operating system and free to use.  VPN acts like a &#8220;local&#8221; network connection, preventing sensitive services like e-mail or file sharing from being exposed to the internet.</p>
<p>- Use encryption for sensitive data.  This includes your Accounting files, customer lists, and ANY customer data you store on your server(s).  Windows has built-in encryption that prevents unauthorized access to sensitive information.</p>
<p>- DO NOT log in as Admininstrator.  This sounds easy, but I&#8217;ve audited hundreds of small businesses where the President / CEO has administrator rights.  Set up separate IDs that have administrative privileges, and force your employees to log in as &#8220;normal users&#8221;.  Use administrative IDs ONLY when administrative tasks need to be performed.  This drastically reduces the likelihood that an administrative ID will be compromised and used to breach the servers.  Example:  userID is &#8220;Bob&#8221;, administrative ID is &#8220;admn-bob&#8221;.</p>
<p>- Force password security.  I know people b!tch about changing passwords, but that&#8217;s one of the first keys to security.  There are password policies on the server that can be set to:<br />
&#8212; change passwords every 90 days<br />
&#8212; minimum password length 8 letters<br />
&#8212; require complexity (requires numbers and symbols))</p>
<p>- Train your &#8220;front line&#8221; staff on social engineering.  If you have a customer support desk, receptionist, or help desk, make sure they know how to detect a phony employee or customer.  Make sure they know not to EVER forward a call to an outside number, or grant &#8220;temporary&#8221; access to ANY server (NO MATTER WHAT) without second-level approval.  Most data breaches are PEOPLE breaches, not technology breaches.  The mythos of the lone hacker solving a machine&#8217;s security defenses like a puzzle is quite false &#8212; good hackers hack people, NOT machines</p>
<p>- Invest in &#8220;real&#8221; antivirus.  Don&#8217;t run anything free.  Buy a &#8220;real&#8221; product like McAfee or TrendAV.  Symantec (and Norton) $uck$ but it is somehow continuing to fool everyone in to thinking they are a tier-1 product.</p>
<p>- Make sure you have backups.  Invest in an off-the-shelf tape backup solution, and store tape backups offsite.  In the event of theft or fire, OFFSITE backups ensure your critical data is safe.</p>
<p>- Make sure there is someone in your organization responsible for the following items, and that they have a &#8220;weekly checklist&#8221; that they follow:<br />
&#8212; update virus definitions on all servers and workstations<br />
&#8212; Check event logs on all servers.  Look for system and security events<br />
&#8212; Check your backups.  Make sure a full backup was completed for each week for each system.  Test your backups MONTHLY by restoring a file.</p>
<p>- DISABLE terminated employees immediately.  If you have an HR person, make sure the person performing the HR function notifies you immediately of new hires and terminations.   Make sure that HR has to authorize new network accounts, and informs you of employees who change status.</p>
<p>This is the BARE MINIMUM, but will put your business head-and-shoulders above other companies, yielding greater security, competitive advantage, and customer assurance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 5/10 queries in 0.007 seconds using disk

Served from: lamp03.pbp.com @ 2012-02-11 10:54:26 -->
