<?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>The Evolutionary IT Blog &#187; Security</title>
	<atom:link href="http://www.evolutionaryit.com/blog/?feed=rss2&#038;cat=6" rel="self" type="application/rss+xml" />
	<link>http://www.evolutionaryit.com/blog</link>
	<description>Thoughts from the Evolutionary IT trenches on IT, Business, Marketing and other random musings.</description>
	<lastBuildDate>Thu, 19 Aug 2010 15:59:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Social Networking Security Threats</title>
		<link>http://www.evolutionaryit.com/blog/?p=221</link>
		<comments>http://www.evolutionaryit.com/blog/?p=221#comments</comments>
		<pubDate>Thu, 19 Aug 2010 15:59:15 +0000</pubDate>
		<dc:creator>jguarino</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.evolutionaryit.com/blog/?p=221</guid>
		<description><![CDATA[A recent discussion on one of the many mailing lists I'm on brought to the fore an all to common and often misunderstood threat in social networking – malware.  ]]></description>
			<content:encoded><![CDATA[<h2>What You Can Do About Them</h2>
<p>A recent discussion on one of the many mailing lists I&#8217;m on brought to the fore an all to common and often misunderstood threat in social networking – malware.  Malware is the generic over arching term that describes programs that do things we wouldn&#8217;t otherwise want such as viruses, spyware, trojans, root kits, etc.  Malware is in a constant state of evolution driven by a profit motive and its focus on social networking has been a consistent one.  Social networking sites have been a common way to deliver malware and “toolkits” have been available to help even the most novice of “hackers&#8217; create havoc on the Internet.  Trojan.Generic.3576478 (AKA <a href="http://www.internetnews.com/security/article.php/3899291" target="_blank">Facebook Hackers Kit</a>) is a recent example in a long slew of annoying &amp; pernicious malware delivered via social networking.  My general recommendations for the average user are:</p>
<ul>
<li>Patch your machine and all associated applications (i.e. 3rd party applications).</li>
<li>Get an anti-malware suite from any of the major vendors like Trendmicro, BidDefender, Kaspersky, Symantec, etc.</li>
<li>Switch to the Firefox browser and read my <a href="http://www.csoonline.com/article/574763/seven-firefox-plug-ins-that-improve-online-privacy" target="_blank">article in CSO Magazine</a> on making it even more secure.  Specifically NoScript.</li>
<li>Shut off all email notification from any of the social networking sites of network invites, updates, etc.  In this way you know that any email you receive from them is fake.  Remember when you login to these sites you will still see those nifty notices of friend invites or emails.</li>
</ul>
<p>None of these are a panacea but can help reduce your risks to some degree.</p>
<p>Oh, and if your a security geek like me you may enjoy the <a title="Social Media Security Pocast" href="http://socialmediasecurity.com/" target="_blank">Social Media Security Podcast</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolutionaryit.com/blog/?feed=rss2&amp;p=221</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why no Administrator? &#8211; Least Privilege!</title>
		<link>http://www.evolutionaryit.com/blog/?p=182</link>
		<comments>http://www.evolutionaryit.com/blog/?p=182#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:11:52 +0000</pubDate>
		<dc:creator>jguarino</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Insider Threat]]></category>
		<category><![CDATA[Least Privilege]]></category>

		<guid isPermaLink="false">http://www.evolutionaryit.com/blog/?p=182</guid>
		<description><![CDATA[Consistently I encounter new clients who have had their IT systems set up in less than optimal security configurations.  One troubling issues is the prevalence (in the small/medium business space) of general office users having local (or even Domain) Administrator account.  The administrator account in Windows allows you to generally manage the machine in terms of its configuration and installed software.  At first glance this would sound like a great idea.  Shouldn't every user in a company be able to add programs or change settings as they see fit?  The problem is that the risks of such a configuration FAR outweigh any benefits.  Here is just a few of the supernumerary reasons why NOT to give administrator to anyone other than trained IT professionals.]]></description>
			<content:encoded><![CDATA[<p>Consistently I encounter new clients who have had their IT systems set up in less than optimal security configurations.  One troubling issues is the prevalence (in the small/medium business space) of general office users having local (or even Domain) Administrator account.  The administrator account in Windows allows you to generally manage the machine in terms of its configuration and installed software.  At first glance this would sound like a great idea.  Shouldn&#8217;t every user in a company be able to add programs or change settings as they see fit?  The problem is that the risks of such a configuration FAR outweigh any benefits.  Here is just a few of the supernumerary reasons why NOT to give administrator to anyone other than trained IT professionals.</p>
<p><strong>Potential for Operator Error</strong><br />
The average computer user isn&#8217;t as good at assessing the safety of their computing experience.  At no fault of their own they often fall prey to malware delivered via casual surfing, spam, emails, or even simple instant messages.  Configuring a system to allow for any average user to have Administrative rights in Windows (or root in Unix/Linux) makes it so much easier for your business and its infrastructure to fall prey to criminally minded hackers.  It allows all of the machines involved to execute any code they are give with those very same privileges.  This effectively makes it much easier for you machines to be infected by malware and potentially experience data loss/downtime.</p>
<p><strong>Potential for Criminal Behavior &#8211; Insider Threat</strong><br />
When everything is allowed by default &#8211; expect the worst.  As odd as it sounds the risks to your company are very often greatest from your own employees.  Startlingly, according to a 2005 computer crime survey by the FBI, 44 percent of organizations reported insider attacks.  These came from often trusted employees who few expected would be a risk to their organizations.  This is why it is important to give users the LEAST privilege (to information/computing resources) they need in order to perform their job function.</p>
<p><strong>Potential for Violations of Industry Regulations</strong><br />
If you do not explicitly forbid changes to your systems/networks configuration you will most certainly eventually fall out of compliance with associated regulation.  It can be assumed that is only a matter of time&#8230;</p>
<p><strong>Least Privilege Makes Sense</strong><br />
In the most simplistic sense giving your employee Administrative privileges is like giving everyone in the office the keys to the safe and endless blank checks.  It just isn&#8217;t prudent and in the end will come back to haunt you in the form of real quantifiable costs.  Users should be regular domain users or local limited/restricted regular user account NOT administrators.  Utilizing the notion of least privilege will be a good step forward (among many) in mitigating many potential security problems.  This among a unified approach to computer security will save your organization time, money and head-aches.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolutionaryit.com/blog/?feed=rss2&amp;p=182</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware in search engine results &amp; what you can do about it&#8230;</title>
		<link>http://www.evolutionaryit.com/blog/?p=103</link>
		<comments>http://www.evolutionaryit.com/blog/?p=103#comments</comments>
		<pubDate>Fri, 07 Nov 2008 16:56:24 +0000</pubDate>
		<dc:creator>jguarino</dc:creator>
				<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Reporting Malware]]></category>
		<category><![CDATA[Safe Computing]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://www.evolutionaryit.com/blog/?p=103</guid>
		<description><![CDATA[As a digital citizen we all interact with an “underbelly” of the Internet a daily basis &#8211; sometimes without even knowing it.  Lets face it, the Internet is not a safe place.  Whether using email, instant messaging, web surfing and even social networking the risks and costs of malware are very real.  Unfortunately, even when [...]]]></description>
			<content:encoded><![CDATA[<p>As a digital citizen we all interact with an “underbelly” of the Internet a daily basis &#8211; sometimes without even knowing it.  Lets face it, the Internet is not a safe place.  Whether using email, instant messaging, web surfing and even social networking the risks and costs of malware are very real.  Unfortunately, even when using your favorite search engine you are not 100% safe.  Quite often the sites we find in SERP (Search Engine Results Page) contain content we shouldn’t click including direct links to malware, phishing, spyware, sites and even painfully dangerous exploits.  Cybercriminals use any means necessary to deliver their payloads because they profit from their propagation.  The use of search engines a method of delivery is neither new nor is it particularly inventive but its a trend we can expect to continue to see.  In the past search engines haven’t made any determination on the content they indexed or done anything to shield users from this content.  Thankfully those days are over and most major search engines are making an attempt to address the issue of these indexed bad actors.</p>
<p><strong>Google/Stop Badware </strong><br />
Google, (in coordination with partners PayPal, Mozilla, Lenovo, AOL, VeriSign, Trend Micro and Consumer Reports WebWatch) are attempting to address this ever evolving problem with the <a title="Stop Badware" href="http://www.stopbadware.org/" target="_blank">Stop Badware</a> project.  The project brings together industry, academia and volunteers who are dedicated to making the Internet a safer place.  With the involvement in this project Google is able to flag sites that might contain malware in your search results.</p>
<p><strong><br />
Validating or Reporting a Malware Site to Google</strong><br />
Thankfully, Google has a way to report a malware sites and have them removed from search engine results.</p>
<p><a title="Google Malware Reporting Site" href="http://www.google.com/safebrowsing/report_badware/" target="_blank">http://www.google.com/safebrowsing/report_badware/</a></p>
<p><strong>Yahoo SearchScan </strong><br />
Yahoo is also currently in Beta testing of  <a title="McAfee SiteAdvisor" href="http://www.siteadvisor.com/ " target="_blank">McAfee SiteAdvisor</a> to protect its search results from malware inclusion.  Just as in the case of Google you will see a warning that a site could potentially contain malware on the SERP (Search Engine Results Page.)<br />
<a title="Yahoo SearchScan Report Malware" href="http://tools.search.yahoo.com/newsearch/searchscan" target="_blank">http://tools.search.yahoo.com/newsearch/searchscan</a></p>
<p><strong>Validating or Reporting a Malware Site to Yahoo </strong><br />
To validate or report a site you can visit SiteAdvisor directly.  One can even join the SiteAdvisor community and make the web a safer place by reporting sites that propagate malware.  See <a title="http://user.siteadvisor.com/forums/register.php?do=register&amp;agree=1" href="http://user.siteadvisor.com/forums/register.php?do=register&amp;agree=1" target="_blank">http://user.siteadvisor.com/forums/register.php?do=register&amp;agree=1</a></p>
<p><strong>Reporting a Malware Site Elsewhere </strong></p>
<p>If you find a malware site and want to take further action you have several options for reporting it.  If the site is inside the United States you can report it to the FTC or if the site is international you can report it to eConsumer.<br />
<strong>FTC</strong><br />
<a title="FTC Complaint " href="https://www.ftccomplaintassistant.gov/" target="_blank">https://www.ftccomplaintassistant.gov/</a><br />
<strong></strong></p>
<p><strong>eConsumer</strong><br />
<a title="eConsumer Complaint" href="http://www.econsumer.gov/" target="_blank">http://www.econsumer.gov/</a></p>
<p><strong>Conclusion &#8211; Do your part</strong><br />
It is important to recognize that we face a never ending uphill battle with malware&#8217;s inclusion in the search engines. Criminals make billions from all of these crimeware activities and they are likely to evolve around any effort to thwart them.  As these sites are shut down millions more pop up elsewhere so it&#8217;s a never ending battle. No single search engine is immune to indexing these threats.  The good news is that we as upstanding members of the Internet community can report them have their sites shut down.  So I encourage you to take an active role by getting involved with these projects or report any suspicious sites you may find.  We all have a role in making our Internet a better place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolutionaryit.com/blog/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disaster Recovery wake up call for all&#8230;</title>
		<link>http://www.evolutionaryit.com/blog/?p=16</link>
		<comments>http://www.evolutionaryit.com/blog/?p=16#comments</comments>
		<pubDate>Fri, 01 Aug 2008 14:55:38 +0000</pubDate>
		<dc:creator>jguarino</dc:creator>
				<category><![CDATA[Business Continuity]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Evolutionary IT]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://www.evolutionaryit.com/blog/?p=16</guid>
		<description><![CDATA[Disaster Recovery is no joke but for many firms it's not taken seriously. Organizations without a plan and calculated investment can suffer dire consequences.]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Disaster Recovery is no joke but for many firms it&#8217;s not taken seriously.  Organizations without a plan and calculated investment can suffer dire consequences.  Businesses risk serious financial and regulatory costs as well as the potential for insolvency.   Still skeptical?    Here are a few examples:</p>
<ul>
<li>Of companies that had a major loss of computerized records, 43% never reopen, 51% close within two years, and only 6% will survive long-term. (Cummings, Haag &amp; McCubbrey 2005.)</li>
<li>In the 1993 World Trade Center bombing, 150 businesses out of 350 affected failed to survive the event. Conversely, the firms affected by the Sept 11 attacks with well-developed and tested BCP manuals were back in business within days. (Howe School of Technology Management 2004.)</li>
<li>In the case of fires, 44% of businesses fail to reopen and 33% of these failed to survive beyond 3 years. (IWS 2004.)</li>
</ul>
<p style="margin-bottom: 0in;">In the small business space it seems there are all to many I encounter which have NO plan.  More painful still is that many don&#8217;t even backup critical business data.  Why?  Many are unaware of the true risk, are unaware of the potential costs or think it&#8217;s to expensive to implement a real DR (Disaster Recovery) effort.</p>
<p style="margin-bottom: 0in;">One thing is clear from my 15 years in IT, DR is vital to the very survival of any businesses.  A proper DR effort will bear fruits in many other places such as legal/regulatory compliance, cost reduction, increased security.</p>
<p style="margin-bottom: 0in;">DR is not a destination or a static plan but a continual process.  In my practice I endeavor to ameliorate this situation one client at at time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolutionaryit.com/blog/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPCop a Great FOSS Firewall&#8230;</title>
		<link>http://www.evolutionaryit.com/blog/?p=3</link>
		<comments>http://www.evolutionaryit.com/blog/?p=3#comments</comments>
		<pubDate>Sat, 29 Jul 2006 15:32:16 +0000</pubDate>
		<dc:creator>jguarino</dc:creator>
				<category><![CDATA[Evolutionary IT]]></category>
		<category><![CDATA[IPCop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Joseph Guarino]]></category>

		<guid isPermaLink="false">http://www.evolutionaryit.com/blog/?p=3</guid>
		<description><![CDATA[A while back, I wrote an article series on the great IPCop firewall project which I have happily used for a few years now.  If you are looking for a quality, stable and cost effective firewall solution you may want to check out this amazing FOSS offering. In this series I detail how to build [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, I wrote an article series on the great IPCop firewall project which I have happily used for a few years now.  If you are looking for a quality, stable and cost effective firewall solution you may want to check out this amazing FOSS offering.</p>
<p>In this series I detail how to build a customized next gen firewall solution that might cost you thousands more on a simple Intel box.  =)  So check it out!</p>
<p><a title="IPCop - The Perfect Linux Firewall - Part 1" href="http://www.howtoforge.com/perfect_linux_firewall_ipcop" target="_blank">IPCop &#8211; The Perfect Linux Firewall &#8211; Part 1</a></p>
<p><a title="IPCop - The Perfect Linux Firewall - Part 2" href="http://www.howtoforge.com/perfect_linux_firewall_ipcop_p2" target="_blank">IPCop &#8211; The Perfect Linux Firewall &#8211; Part 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolutionaryit.com/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
