<?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: Harder, Better, Faster, Stronger &#8211; The Malware</title>
	<atom:link href="http://www.gnucitizen.org/blog/harder-better-faster-stronger-the-malware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/harder-better-faster-stronger-the-malware/</link>
	<description>Information Security Think Tank</description>
	<lastBuildDate>Sat, 02 Feb 2013 17:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: nate</title>
		<link>http://www.gnucitizen.org/blog/harder-better-faster-stronger-the-malware/comment-page-1/#comment-124572</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Fri, 05 Dec 2008 01:55:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=1861#comment-124572</guid>
		<description>Good point but I think this idea is a little premature. My experience has taught me that most bosses take their IT recommendations with a grain of salt. How many companies want to pay $4k on antivirus when they can bury their heads in the sand? Without a tangible effect, most attack vectors go unnoticed. 

I work in healthcare with the leading software apps and they give unadulterated ActiveX access despite any security software we could have bought. You want to tighten our auditing measures and make it difficult to do our job? You can&#039;t confirm that the weakened security is malware-related? 
Personally, I&#039;ve learned that IT has a big mouth and management has closed ears. You&#039;re talking about a silent attack vector. My experience has taught me that without seeing the whites of their eyes, management tends to disregard hypotheticals. And I say hypothetical only because they won&#039;t invest in tracking down the cause of your proposed attack. This is why Windows networks are such easy targets. Why hack a *nix box when 90% of PCs are running a vulnerable Win install? 

Just my opinion.</description>
		<content:encoded><![CDATA[<p>Good point but I think this idea is a little premature. My experience has taught me that most bosses take their IT recommendations with a grain of salt. How many companies want to pay $4k on antivirus when they can bury their heads in the sand? Without a tangible effect, most attack vectors go unnoticed. </p>
<p>I work in healthcare with the leading software apps and they give unadulterated ActiveX access despite any security software we could have bought. You want to tighten our auditing measures and make it difficult to do our job? You can&#8217;t confirm that the weakened security is malware-related?<br />
Personally, I&#8217;ve learned that IT has a big mouth and management has closed ears. You&#8217;re talking about a silent attack vector. My experience has taught me that without seeing the whites of their eyes, management tends to disregard hypotheticals. And I say hypothetical only because they won&#8217;t invest in tracking down the cause of your proposed attack. This is why Windows networks are such easy targets. Why hack a *nix box when 90% of PCs are running a vulnerable Win install? </p>
<p>Just my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/harder-better-faster-stronger-the-malware/comment-page-1/#comment-124438</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Sun, 23 Nov 2008 17:07:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=1861#comment-124438</guid>
		<description>nye, thanks for sharing. daemonmidi, yes, perhaps with the help of nessus and other auditing tools you can detect abnormalities and perhaps even insulate any problem. still, my point is that you might end up in the situation where you don&#039;t know whether the change was intentional or it is the result of a malware infection. The auditing tool may end up with too many false-positives, which is undesirable.</description>
		<content:encoded><![CDATA[<p>nye, thanks for sharing. daemonmidi, yes, perhaps with the help of nessus and other auditing tools you can detect abnormalities and perhaps even insulate any problem. still, my point is that you might end up in the situation where you don&#8217;t know whether the change was intentional or it is the result of a malware infection. The auditing tool may end up with too many false-positives, which is undesirable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daemonmidi</title>
		<link>http://www.gnucitizen.org/blog/harder-better-faster-stronger-the-malware/comment-page-1/#comment-124437</link>
		<dc:creator>daemonmidi</dc:creator>
		<pubDate>Sun, 23 Nov 2008 16:10:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=1861#comment-124437</guid>
		<description>Nice concept - How do you get around periodically performed security audits? They would detect the infected hosts. Assuming you run these scans (using e.g. nessus) in very short intervals (every 8h ??) -- there&#039;s still some time to get data from the infected system - Ok, but chances are vanishing the shorter the scan interval gets...</description>
		<content:encoded><![CDATA[<p>Nice concept &#8211; How do you get around periodically performed security audits? They would detect the infected hosts. Assuming you run these scans (using e.g. nessus) in very short intervals (every 8h ??) &#8212; there&#8217;s still some time to get data from the infected system &#8211; Ok, but chances are vanishing the shorter the scan interval gets&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nye</title>
		<link>http://www.gnucitizen.org/blog/harder-better-faster-stronger-the-malware/comment-page-1/#comment-124435</link>
		<dc:creator>nye</dc:creator>
		<pubDate>Sun, 23 Nov 2008 11:45:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=1861#comment-124435</guid>
		<description>Hey PDP, 

I do malware research full-time for a large company, and malware reducing a machine&#039;s security posture is quite common.  We&#039;ve seen various ways of doing this...most often killing the running AV processes, modifying the firewall to be more permissive and modifying the web browser to allow automatic execution of code.  In many cases, a first stage bit of malware does this, which allows a full compromise once the initial stage runs successfully.  Scary stuff!</description>
		<content:encoded><![CDATA[<p>Hey PDP, </p>
<p>I do malware research full-time for a large company, and malware reducing a machine&#8217;s security posture is quite common.  We&#8217;ve seen various ways of doing this&#8230;most often killing the running AV processes, modifying the firewall to be more permissive and modifying the web browser to allow automatic execution of code.  In many cases, a first stage bit of malware does this, which allows a full compromise once the initial stage runs successfully.  Scary stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
