<?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>Greenwire, IT Tech Support Services, IT Consulting, Computer Repair</title>
	<atom:link href="http://greenwireit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://greenwireit.com</link>
	<description>Cape Coral, Fort Myers, Naples</description>
	<lastBuildDate>Sun, 19 May 2013 05:25:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>How to Allow Microsoft SQL Server Express through the Windows Firewall, Dynamically</title>
		<link>http://greenwireit.com/blog/2013/05/15/microsoft-sql-server-express-windows-firewall-dynamically/</link>
		<comments>http://greenwireit.com/blog/2013/05/15/microsoft-sql-server-express-windows-firewall-dynamically/#comments</comments>
		<pubDate>Thu, 16 May 2013 04:01:36 +0000</pubDate>
		<dc:creator>Steve Lewis</dc:creator>
				<category><![CDATA[IT Tech Support Articles]]></category>
		<category><![CDATA[sqlbrowser.exe path]]></category>
		<category><![CDATA[sqlservr.exe path]]></category>

		<guid isPermaLink="false">http://greenwireit.com/?p=2587</guid>
		<description><![CDATA[If you&#8217;ve just installed Microsoft SQL Server (MSSQL), and you&#8217;re looking to connect to it from outside of the server. You&#8217;re going to need to allow access in to the instance of the SQL Engine. The most common way to do this is by just allowing Port 1433 and optionally 1434 if you want to [...]]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;ve just installed Microsoft SQL Server (MSSQL), and you&#8217;re looking to connect to it from outside of the server. You&#8217;re going to need to allow access in to the instance of the SQL Engine. The <a href="http://msdn.microsoft.com/en-us/library/ms175043.aspx">most common way to do this</a> is by just allowing Port 1433 and optionally 1434 if you want to use server browser. I&#8217;m honestly not the biggest fan of that method, because it prohibits the use of Dynamic Ports. Firstly, I should probably say, although I rarely use Dynamic Ports, the one time that someone else seems to enable it, having it configured in the firewall tends to prevent a trouble ticket. To do this, we need to allow the SQL Server Executable, rather than the specific port, access through the Windows Firewall.</p>
<p>Firstly, you need to open the Windows Firewall with Advanced Security Snapin. If you don&#8217;t know where that is, chances are you shouldn&#8217;t be working on SQL Server. It&#8217;s under Administrative Tools.</p>
<p>Next, we&#8217;re going to want to create a new rule Inbound Rule. Go to Inbound Rules and press New Rule on the top right.</p>
<p><img class="aligncenter size-full wp-image-2588" alt="SQL Server Firewall Rule" src="http://greenwireit.com/wp-content/uploads/2013/05/2013-05-15-23_48_02-server-customers-capital-group-127.0.0.1_9100-Remote-Desktop-Connection.png" width="722" height="571" /></p>
<p>Select Program from the List, and press next.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-2589" alt="Location of sqlsrvr.exe" src="http://greenwireit.com/wp-content/uploads/2013/05/2013-05-15-23_40_19-server-customers-capital-group-127.0.0.1_9100-Remote-Desktop-Connection.png" width="723" height="576" /></p>
<p>Next up, enter the following path into your &#8220;this program path&#8221; section.</p>
<p><code>%ProgramFiles%\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Binn\sqlservr.exe</code></p>
<p>This may be slightly different depending on your SQLExpress version or Instance name, just check the Microsoft SQL Server directory for your instance name.</p>
<p><img class="aligncenter size-full wp-image-2590" alt="SQL Server Allow Connection" src="http://greenwireit.com/wp-content/uploads/2013/05/2013-05-15-23_48_15-server-customers-capital-group-127.0.0.1_9100-Remote-Desktop-Connection.png" width="722" height="580" /></p>
<p>Finally press allow connection, and on the next window apply the profiles you want to have access to the SQL server. If you don&#8217;t know the answer, just apply it to all profiles. Finally, name it something memorable, like &#8216;MSSQL Server&#8221;.</p>
<p>This will allow users access to any port that sqlservr.exe wants access too. However, it may not necessarily allow SQL Browser to function. If you would also like SQL Browser to be exposed to the internet, you can either allow just that port, or you can find it at this path:</p>
<p><code>C:\Program Files (x86)\Microsoft SQL Server\90\Shared\sqlbrowser.exe</code></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/05/15/microsoft-sql-server-express-windows-firewall-dynamically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Godaddy: 552: Message rejected for spam or virus content</title>
		<link>http://greenwireit.com/blog/2013/05/15/fix-godaddy-552-message-rejected-spam-virus-content/</link>
		<comments>http://greenwireit.com/blog/2013/05/15/fix-godaddy-552-message-rejected-spam-virus-content/#comments</comments>
		<pubDate>Wed, 15 May 2013 22:53:29 +0000</pubDate>
		<dc:creator>Steve Lewis</dc:creator>
				<category><![CDATA[IT Tech Support Articles]]></category>

		<guid isPermaLink="false">http://greenwireit.com/?p=2584</guid>
		<description><![CDATA[The Short Answer The short answer to this question is, leave Godaddy (link to official forums, over a year old). I&#8217;m not saying this out of spite or any distaste for Godaddy, but it is an ongoing issue that has only affected them. Furthermore, they are the only ones that can resolve it. What&#8217;s the problem? [...]]]></description>
				<content:encoded><![CDATA[<h4>The Short Answer</h4>
<p>The short answer to this question is, <a href="http://support.godaddy.com/groups/email/forum/topic/552-message-rejected-for-spam-or-virus-content/">leave Godaddy</a> (link to official forums, over a year old). I&#8217;m not saying this out of spite or any distaste for Godaddy, but it is an ongoing issue that has only affected them. Furthermore, they are the only ones that can resolve it.</p>
<h4>What&#8217;s the problem?</h4>
<p>To explain what&#8217;s going on here, first we need to explain how mail providers combat spam. Typical spam filters use a point system to determine how reputable an email is. These points affect whether or not a mail is viewed as reputable enough to be delivered or not. Mail that meets this threshold for trust is typically delivered, and mail that does not is typically either marked as spam or treated with additional scrutiny.</p>
<p>Examples of Things that Build Trust</p>
<ul>
<li>Properly configured SPF Record</li>
<li>DKIM Signed Email</li>
<li>Reputable SMTP Sender</li>
<li>Reverse DNS name matching name of sending Server</li>
</ul>
<p>Examples of suspicious traits</p>
<ul>
<li>No SPF Record, or sending from unlisted server</li>
<li>Coming from a SMTP Server with a history of bad behaviour</li>
<li>E-mail never received from recipients domain</li>
</ul>
<p>Now, typically the goal of e-mail administrators is to build as much trust as possible in the eyes of the receiving mail server. Typically e-mail admins will go to great lengths to maintain deliverability.</p>
<h4>The GoDaddy Problem</h4>
<p>This all started a few years ago, when Godaddy actively decided that they could not fully control the amount of fraudulent spam e-mail coming from their servers. As a result, Godaddy was blacklisted as a mail provider on the major mail blacklists. Although they are no longer being fully blacklisted, all mail from Godaddy is immediately treated with suspicion. That means that unless your mail is otherwise perfectly trustworthy, just being from Godaddy is enough to have your mail marked as spam.</p>
<p>This doesn&#8217;t necessarily mean that you&#8217;re e-mail will be marked as spam every time, but it does mean that a certain number of messages will depending on how the receiving providers spam filter is configured.</p>
<h4>What&#8217;s the Solution?</h4>
<p>Leave Godaddy for mail. Godaddy is definitely not bad for a lot of services. We use them for SSL Certificates, Domain Registration and DNS. That said, we actively move as many clients away from Godaddy email hosting as quickly as possible. These issues can strike at any time, and can cripple a business.</p>
<p>My recommendation is definitely either Google Apps or Hosted Exchange. We&#8217;re a <a title="Fort Myers IT Consulting Company" href="http://greenwireit.com">Fort Myers IT Consulting Company</a> certified to provide both of these services if you need a consultant.</p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/05/15/fix-godaddy-552-message-rejected-spam-virus-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow Connection Speed with Linksys/Cisco E1200</title>
		<link>http://greenwireit.com/blog/2013/05/06/slow-connection-speed-with-linksyscisco-e1200/</link>
		<comments>http://greenwireit.com/blog/2013/05/06/slow-connection-speed-with-linksyscisco-e1200/#comments</comments>
		<pubDate>Mon, 06 May 2013 22:00:30 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[IT Tech Support Articles]]></category>

		<guid isPermaLink="false">http://greenwireit.com/?p=2310</guid>
		<description><![CDATA[Slow Downloads Linksys/Cisco E1200 Router We&#8217;ve been observing this problem at one of our Fort Myer&#8217;s Business IT clients. They have a multitenant office complex that has a shared internet connection. We started receiving calls from tenants stating that their internet connections were running unusually slow. After a short period we identified that the problem [...]]]></description>
				<content:encoded><![CDATA[<h1 style="text-align: center;">Slow Downloads Linksys/Cisco E1200 Router</h1>
<p><img class="aligncenter" alt="Disable E1200 WMM" src="http://greenwireit.com/wp-content/uploads/2013/05/original.jpg" width="812" height="572" /></p>
<p>We&#8217;ve been observing this problem at one of our <a title="Fort Myers Business IT Consulting" href="http://greenwireit.com">Fort Myer&#8217;s Business IT</a> clients. They have a multitenant office complex that has a shared internet connection. We started receiving calls from tenants stating that their internet connections were running unusually slow. After a short period we identified that the problem was unique to E1200 Series Routers. After playing around in the connection settings for a while, we managed to identify that the E1200s have a form of QoS that is severely limiting download speeds. This is apparently designed to help prioritise Skype and other media traffic over bulk downloads.</p>
<p>&nbsp;</p>
<p><strong>T0 repair this problem you need to:</strong></p>
<p><strong>Login to the router at 192.168.1.1</strong></p>
<p><strong>Go to Applications and Gaming</strong></p>
<p><strong>Go to QoS</strong></p>
<p><strong>Disable WMM</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/05/06/slow-connection-speed-with-linksyscisco-e1200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is PC-Matic a Fraud? Yes.</title>
		<link>http://greenwireit.com/blog/2013/05/01/is-pc-matic-a-fraud-yes/</link>
		<comments>http://greenwireit.com/blog/2013/05/01/is-pc-matic-a-fraud-yes/#comments</comments>
		<pubDate>Thu, 02 May 2013 04:00:08 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://greenwireit.com/?p=2228</guid>
		<description><![CDATA[The Answer is yes.]]></description>
				<content:encoded><![CDATA[<p>The Answer is yes.</p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/05/01/is-pc-matic-a-fraud-yes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook login from Rtgw_xmpp_username_password_login</title>
		<link>http://greenwireit.com/blog/2013/04/02/facebook-login-rtgw_xmpp_username_password_login/</link>
		<comments>http://greenwireit.com/blog/2013/04/02/facebook-login-rtgw_xmpp_username_password_login/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 03:24:55 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[IT Tech Support Articles]]></category>

		<guid isPermaLink="false">http://greenwireit.com/?p=1865</guid>
		<description><![CDATA[I received an email from Facebook today notifying me that someone logged into my facebook account via XMPP. The message I received was &#8220;Facebook login from Rtgw_xmpp_username_password_login&#8221;. Although, I normally do log in to Facebook from Pidgin with XMPP. I&#8217;ve never received a notification before regarding it. Although this notices are normal for me, as [...]]]></description>
				<content:encoded><![CDATA[<p>I received an email from Facebook today notifying me that someone logged into my facebook account via XMPP. The message I received was &#8220;Facebook login from Rtgw_xmpp_username_password_login&#8221;. Although, I normally do log in to Facebook from Pidgin with XMPP. I&#8217;ve never received a notification before regarding it. Although this notices are normal for me, as I login from different machines occasionally, this is the first time I received one from XMPP.</p>
<p>After some research it does appear to be innocuous . Although I imagine that certain automated scripts might also login via XMPP as part of their testing of passwords, it appears as it is not unusual for a previously configured chat application to trigger this type of message.</p>
<p>This article from Facebook.com, explains it better: <a href="https://www.facebook.com/help/community/question/?id=10151104320371724">https://www.facebook.com/help/community/question/?id=10151104320371724</a></p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/04/02/facebook-login-rtgw_xmpp_username_password_login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certified Fort Myers PCI-DSS Consultant, PCI-DSS Compliance, PCI-DSS Auditing</title>
		<link>http://greenwireit.com/blog/2013/03/28/certified-fort-myers-pci-dss-consultant-pci-dss-compliance-pci-dss-auditing/</link>
		<comments>http://greenwireit.com/blog/2013/03/28/certified-fort-myers-pci-dss-consultant-pci-dss-compliance-pci-dss-auditing/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 17:57:28 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://greenwireit.com/?p=1853</guid>
		<description><![CDATA[Does your Fort Myers Business need to comply with PCI-DSS (Payment Card Industry Data Security Standard)? Online Scanning Tools, do not provide any real protection from data fraud risks. When working to maintaining PCI-DSS compliance, the only true way to safeguard your customers is with a properly trained and certified Information Security Consultant. Performing an [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center"><strong><img class="aligncenter size-full wp-image-1829" alt="Greenwire-Logo-400x118" src="http://greenwireit.com/wp-content/uploads/2013/03/Greenwire-Logo-400x118.jpg" width="400" height="118" /></strong></p>
<p style="text-align: center"><strong>Does your Fort Myers Business need to comply with PCI-DSS (Payment Card Industry Data Security Standard)? Online Scanning Tools, do not provide any real protection from data fraud risks. When working to maintaining PCI-DSS compliance, the only true way to safeguard your customers is with a properly trained and certified Information Security Consultant.</strong></p>
<p style="text-align: center"><strong>Performing an annual risk assessment is a requirement if you wish to continue processing credit card transactions. Although some companies will encourage you to guess through these audits, there is substantial risk and liability if you do not properly perform them. Don&#8217;t take a very expensive chance, hire the professionals.</strong></p>
<p style="text-align: center"><strong>Greenwire Technology Solutions is Fort Myers only fully trained and certified IT Risk Assessor. Take your clients&#8217; privacy seriously, and hire the Privacy Professionals at Greenwire.</strong></p>
<h1 style="text-align: center"><strong>239-673-9055</strong></h1>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/03/28/certified-fort-myers-pci-dss-consultant-pci-dss-compliance-pci-dss-auditing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fort Myers Computer Store</title>
		<link>http://greenwireit.com/blog/2013/03/27/fort-myers-computer-store/</link>
		<comments>http://greenwireit.com/blog/2013/03/27/fort-myers-computer-store/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 04:55:37 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.greenwireit.com/?p=834</guid>
		<description><![CDATA[Looking for a Computer Store in Cape Coral? Don&#8217;t be fooled into taking your computer into one of the big box retailers. The big box names in Fort Myers, DO NOT HIRE CERTIFIED TECHNICIANS! Before you end up having to have your computer fixed again, do your research! Greenwire is located right across the bridge [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center"><strong><img class="aligncenter size-full wp-image-1829" alt="Greenwire-Logo-400x118" src="http://greenwireit.com/wp-content/uploads/2013/03/Greenwire-Logo-400x118.jpg" width="400" height="118" />Looking for a Computer Store in Cape Coral? Don&#8217;t be fooled into taking your computer into one of the big box retailers. The big box names in Fort Myers, DO NOT HIRE CERTIFIED TECHNICIANS! Before you end up having to have your computer fixed again, do your research!</strong></p>
<p style="text-align: center"><strong>Greenwire is located right across the bridge in Cape Coral, although it may or may not be as close. Our technicians are all fully certified. Greenwire has consistently ranked very highly and reviewed well, if you don&#8217;t believe, us, google us!</strong></p>
<p style="text-align: center"><strong>Greenwire performs Flat-Rate Computer Repair, for $85, and you can always expect an honest answer.</strong></p>
<p style="text-align: center"><strong>Give us a call at 239-673-9055 or stop on in, at 2722 Skyline Blvd</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/03/27/fort-myers-computer-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greenwire Fort Myers Business Computer Services</title>
		<link>http://greenwireit.com/blog/2013/03/27/fort-myers-business-computer-services/</link>
		<comments>http://greenwireit.com/blog/2013/03/27/fort-myers-business-computer-services/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 04:45:55 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.greenwireit.com/?p=838</guid>
		<description><![CDATA[Greenwire Technology Solutions Fort Myers Business Computer Services 239-673-9055]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1829" alt="Greenwire-Logo-400x118" src="http://greenwireit.com/wp-content/uploads/2013/03/Greenwire-Logo-400x118.jpg" width="400" height="118" /></p>
<p style="text-align: center">Greenwire Technology Solutions Fort Myers Business Computer Services</p>
<p style="text-align: center"><strong>239-673-9055</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/03/27/fort-myers-business-computer-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fort Myers Small Business Computer Services</title>
		<link>http://greenwireit.com/blog/2013/03/27/fort-myers-small-business-computer-services/</link>
		<comments>http://greenwireit.com/blog/2013/03/27/fort-myers-small-business-computer-services/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 04:41:01 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.greenwireit.com/?p=840</guid>
		<description><![CDATA[Do you have a Small Business in Fort Myers? When it comes to computer services you have a few options, but Greenwire consistently shines out. Greenwire is different, we employee only local certified technicians. We have no voicemail, or phone trees, every call is answered by a live certified technician. If you&#8217;re looking for computer [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1829" alt="Greenwire-Logo-400x118" src="http://greenwireit.com/wp-content/uploads/2013/03/Greenwire-Logo-400x118.jpg" width="400" height="118" /></p>
<p style="text-align: center"><strong>Do you have a Small Business in Fort Myers? When it comes to computer services you have a few options, but Greenwire consistently shines out. Greenwire is different, we employee only local certified technicians. We have no voicemail, or phone trees, every call is answered by a live certified technician. If you&#8217;re looking for computer help in Fort Myers, give us a call:</strong></p>
<h1 style="text-align: center"><strong>239-673-9055</strong></h1>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/03/27/fort-myers-small-business-computer-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Business IT Security Trends to watch in 2013</title>
		<link>http://greenwireit.com/blog/2013/03/25/small-business-security-trends-watch-2013/</link>
		<comments>http://greenwireit.com/blog/2013/03/25/small-business-security-trends-watch-2013/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 17:32:43 +0000</pubDate>
		<dc:creator>Paul Rausch</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://greenwireit.com/?p=1823</guid>
		<description><![CDATA[&#160; 1. End of Windows XP Support April 2014 2. Two Factor Authentication 3. Password Management 4. Annual Security Audits 5. Java Vulnerabilities &#160; Foreword: Small Businesses experience difference risks than bigger companies. Fortunately, the intimacy of many small businesses means that they naturally avoid some of the more difficult to management risks of large [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>1. End of Windows XP Support April 2014</strong></p>
<p><strong>2. Two Factor Authentication</strong></p>
<p><strong>3. Password Management</strong></p>
<p><strong>4. Annual Security Audits</strong></p>
<p><strong>5. Java Vulnerabilities</strong></p>
<p>&nbsp;</p>
<p>Foreword:</p>
<p>Small Businesses experience difference risks than bigger companies. Fortunately, the intimacy of many small businesses means that they naturally avoid some of the more difficult to management risks of large companies. But they still have very real problems to deal with, and the results of a breach can sometimes be so substantial as to put a small business out of business. These five trends are mostly big business solutions that have now become affordable for small businesses, that we have observed while providing IT Support services to our clients in Fort Myers, Naples and Chicago, Enjoy!</p>
<p>&nbsp;</p>
<p>1. Good-bye Windows XP!</p>
<p>When Windows XP was first released in 2001, no one expected that in 2013 it would still be this prevalent. The Microsoft Operating System has showed incredibly staying power, both because of its reliability, and because of the huge flop that Microsoft Experienced with Windows Vista. Enterprises and end users both aggressively avoided Windows Vista, which caused many organisations to dig it for the long haul. As a result many organisations are not properly prepared for the change from Windows XP to Windows 7 or Windows 8. In April 2014 Microsoft is going to complete end support for Windows XP, which means that anyone still using it will not be able to update the operating system, meaning it will quickly become a haven for viruses and other malware. Any businesses that still have computers running Windows XP need to start making plans right now to phase these systems out in anticipation of next year. This may mean updating major business software or changing vendors. Alternatively, as a last resort small businesses can work with their IT Consultants to take machines that have to continue running Windows XP, and isolate them from threats in order to allow them to continue operating without risk of infection. All in all the death of Windows XP represents a huge step forward.</p>
<p>&nbsp;</p>
<p>2. Two Factor Authentication</p>
<p>Two Factor Authentication has been around for a very long time, and has been popular in certain niches, specifically with certain banks for almost a decade. However, this year is the first year where many large and medium size businesses are actively pushing for their use on more than just the most sensitive systems. Two Factor Authentication can present itself in a few ways. In short, all a second “factor” of authentication means, is that you are logging in with more than just a username and a password. The most common second form of authentication is a card, a fob, or some sort of device or software that generates numbers which can be entered into the secure system. A simple way to explain “two factor authentication”, would be an ATM card. The card itself represents “something you have”, whereas the PIN Code represents “something you know”, the combination forms two separate and complementary forms of authentication. A password on the other hand only contains two things that you know, the username and the password. This makes two factor authentication much more effective at securing sensitive information than a username and password alone. Although implementing a full two factor system for your small business might be prohibitively expensive, a lot of business IT products already include easy to add support for two factor. Many Banks already offer fobs, or cards at a low cost that allow you to lock down your banking information. Many Password Management tools, and cloud based storage providers, including Google Apps and Exchange support Two Factor Authentication. Small Businesses differ from larging businesses in that they don’t need Two Factor at every level of their businesses, but by adding them at strategic points they can very effectively limit the chance that cybercriminals will be able to do any substantial damage.</p>
<p>&nbsp;</p>
<p>3. Password Management Tools</p>
<p>Five years ago, if you asked a small business owner how he their company controls access to their critical business software, the likely answer was “well we all use the same password for everything so everyone knows how to get in”. A few difficult firings, and a few hacked email accounts lately, and small business owners are starting to get on board the train. Password Management Tools like LastPass allow small businesses to store all of their passwords in a central vault that automatically fills in the username and password to websites for users. Furthermore, small business owners can elect to hide the passwords from their employees so that they cannot access sensitive websites from home. These tools, are very expensive (LastPass for example is 2$/month) and help mitigate the largest source of risk, the risk that comes from disgruntled employee turnover.</p>
<p>&nbsp;</p>
<p>4. Annual Security Audits</p>
<p>If three years ago, one of our local Business IT Support customers here in Fort Myers, Florida would have called us and asked us specifically to perform a security audit of their office, I would have immediately assumed that an incident had already happened. Now we’re getting routine requests from clients concerned about how they can lower their risk. An annual risk assessment and audit is not very expensive at all for small businesses, and also covers a lot of regulatory compliance obligations. For example, if your business accepts credit cards, you already must complete an annual risk assessment to comply with PCI-DSS. Many Credit Card Processors try to automate this process with “automatic scan tools”. Unfortunately these scan tools do almost nothing to actually ascertain the businesses’ real risk profile. An IT Security Professional can quickly identify the real risks to the small business, so they do not potentially waste hundreds or thousands of dollars on ineffectual training, specialized equipment, or useless services. It’s becoming increasingly common for our clients in Cape Coral, Fort Myers and Chicago to call us just to come by their place of business and educate them on what’s real and what’s hype in terms of what their real risks are. Usually within two hours, we can send them on the right track and substantial educate their team as to what they need to watch out for.</p>
<p>&nbsp;</p>
<p>5. Java Vulnerabilities</p>
<p>First of all, what is Java? Most casual computer users think of a cup of coffee, or the constant pop-up they get from Sun Java on their computer asking them to update to the latest version. Java, which was originally produced by Sun Microsystems and now is an Oracle product is something like a middle man for your computer. Java is an easy way for computer programmers to write one programme and then have it work on a number of different Operating Systems (Windows, Mac, Linux). Although very popular at one time, Java’s popularity is waning. This trend has been accelerated in the face of a litany of large security issues identified with it over the last two years. In 2013 expect Java’s decline to further increase, and to see companies looking to either remove Java from their systems, or highly regulate it. Small Businesses should look into products that automatically update their Java to the latest version, or work with an IT professional to make sure that Java is effectively locked down on their systems, or removed entirely.</p>
]]></content:encoded>
			<wfw:commentRss>http://greenwireit.com/blog/2013/03/25/small-business-security-trends-watch-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
