<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>ISIS &#187; Security Engineering</title>
	<atom:link href="http://isisblogs.poly.edu/category/security-engineering/feed/" rel="self" type="application/rss+xml" />
	<link>http://isisblogs.poly.edu</link>
	<description>Information Systems and Internet Security</description>
	<lastBuildDate>Mon, 20 Oct 2008 17:57:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
		<item>
		<title>Update to Single-Site-Browsers (SSBs)</title>
		<link>http://isisblogs.poly.edu/2008/04/28/update-to-single-site-browsers-ssbs/</link>
		<comments>http://isisblogs.poly.edu/2008/04/28/update-to-single-site-browsers-ssbs/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 03:44:37 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Psychology of Security]]></category>
		<category><![CDATA[Risk Analysis]]></category>
		<category><![CDATA[Security Engineering]]></category>
		<category><![CDATA[Security Industry]]></category>
		<category><![CDATA[Social Engineering]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=86</guid>
		<description><![CDATA[I spent a lot more time thinking about SSBs over the last week or so and I&#8217;d like to use this blog to do a bit of a brain dump. A few days ago, Andrew Jaquith publicly posted the presentation that was sent me to privately. Here are links to his blog and to his [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a lot more time thinking about SSBs over the last week or so and I&#8217;d like to use this blog to do a bit of a brain dump. A few days ago, Andrew Jaquith publicly posted the presentation that was sent me to privately. Here are links to his <a href="http://blogs.yankeegroup.com/2008/04/21/single-site-browsers/">blog</a> and to his <a href="http://blogs.yankeegroup.com/wp-content/uploads/2008/04/ssb-preso-reduced.pdf">presentation</a>.</p>
<p>His presentation makes a number of claims about the security benefits of SSBs. It lists protection against phishing, CSRF, some types of XSS (likely all non-persistent varieties), and domain whitelisting as a future improvement to harden those protections.</p>
<p>I don&#8217;t think [current] SSBs completely provide those security benefits unless you do two things:</p>
<ol>
<li>You block non-SSBs from accessing your website (blocking on user agent string would be enough)</li>
<li>You train users that an SSB is the only acceptable place to enter their password</li>
</ol>
<p>Without those two requirements satisfied, it is my opinion that SSBs give little security benefit.</p>
<p>If you still allow non-SSBs to access citibank.com, then when a user clicks an XSS&#8217;d link to citibank.com, the citibank.com page will still load, and they will still be XSS&#8217;d. Similarly, CSRF continues to function as it is likely that the &#8217;session cookie isolation&#8217; benefit of SSBs are negated by the user likely having duplicate cookies in both their SSB and in Firefox (you must ensure the user never logs into citibank.com with their normal browser and obtain a session cookie there, hence the first requirement).</p>
<p>In order for the phishing protection to be effective, users must be aware that they are only supposed to encounter Citibank content in their SSB and not in their normal browser. For instance, if an SSB user encounters a Citibank phishing website in Firefox, will they close their browser and open their SSB instead? It might be the case that users will behave in this way, but I haven&#8217;t seen any verifiable proof either way.</p>
<p>[This hasn't been reported on ISIS Blogs yet, but next week marks the end of our first run of "The Psychology of Security/Social Engineering", a first-run research course here at Poly. I'm writing up a research proposal to test the above hypothesis with a group of students in the Fall.]</p>
<p>Lastly, if a bank starts deploying SSBs to their customers, I see this as a first step towards successfully forcing client-side requirements on users where the end-game is fully trusted computing and the open commercial web starts to disappear. This actually goes back to our &#8220;<a href="http://isisblogs.poly.edu/2008/03/12/refusing-business-from-security-unaware-customers/">Refusing Insecure Customers</a>&#8221; debate. It&#8217;s an evolution of the same (<a href="http://isisblogs.poly.edu/pollsarchive/">bad</a>, according to readers) idea.</p>
<p>So, although I see where SSBs have some use and can positively affect your web security, let&#8217;s not kid ourselves, they don&#8217;t solve that much. To really be effective, they require major changes in the way you do business and [still] rely on an intelligent user. Rather, they look like avoidance of the base problem and an idealistic patch that isn&#8217;t going to work.</p>
<p>Oddly enough, I have been using a set of 4 <a href="http://wiki.mozilla.org/Prism">Prism</a> SSBs for the last 2 weeks and have actually grown fond of them, but not for security reasons at all. I like how they show up in my dock, that they rarely crash, and it seems natural to give such webapps &#8220;first-class&#8221; status as desktop applications. I&#8217;ll probably continue using them, but I don&#8217;t think I&#8217;ve gained any security from doing so.</p>
<p>That said, I think part of the problem here is that SSBs haven&#8217;t fully matured yet. I just heard about these things 2 weeks ago and I haven&#8217;t heard anyone else in the security community talking about them besides Andrew. They are a topic that deserves more attention and particularly more research from the security community as they embody a lot of <a href="http://wiki.mozilla.org/Prism#Prism_.2F_SSB_Objectives">attractive ideas</a>. Despite my harsh words, I&#8217;m not ready to give up on them yet.</p>
<p>Let&#8217;s brainstorm: how could SSBs be <em>more</em> useful to security? Could we change the way they work or change how they are deployed to give us additional benefits? If you&#8217;re an InfoSec student with no good topic to research, this is without a doubt a good avenue to explore.</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/28/update-to-single-site-browsers-ssbs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>SFS presentation about Synology</title>
		<link>http://isisblogs.poly.edu/2008/04/16/sfs-presentation-about-synology/</link>
		<comments>http://isisblogs.poly.edu/2008/04/16/sfs-presentation-about-synology/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 04:38:27 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Security Engineering]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=85</guid>
		<description><![CDATA[This morning I summed up everything that happened with Synology and everything I have continued working on since my previous article was written in a deck of slides at the weekly SFS meeting.
Here is an overview of the items not covered in the previous article:

The director of software development at Synology contacted me one business [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I summed up everything that happened with Synology and everything I have continued working on since <a href="http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/">my previous article</a> was written in a deck of slides at the weekly SFS meeting.</p>
<p>Here is an overview of the items not covered in <a href="http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/">the previous article</a>:</p>
<ul>
<li>The director of software development at Synology contacted me one business day after my ISIS Blogs post. They have <a href="http://synology.com/enu/support/releaseNote/CS407.php">already released</a> a firmware update to fix the most critical issues and came up with an <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&#038;t=7803">&#8220;enhancement&#8221; plan</a> (security fixes are not enhancements, but I digress) to fix the rest!</li>
<li>I&#8217;ve started developing ARM/Linux2.6 shellcode so I can integrate a Synology exploit into Metasploit. First try: virtualize the firmware inside of qemu. Failed. Second try: install gcc directly on device. So far so good.</li>
<li>I wrote an FTP request module for <a href="http://fuzzing.org/">Sulley</a> to fuzz the FTP server Synology is using. I haven&#8217;t been able to use yet because I hit the built-in connection limit on the FTP server and it starts ignoring me. That is a project for another day.</li>
</ul>
<p>See the entire deck of slides here: <a href="http://cryptocity.net/archive/synology_presentation.pdf">http://cryptocity.net/archive/synology_presentation.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/16/sfs-presentation-about-synology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Multiple Vulnerabilities in ALL Synology Products</title>
		<link>http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/</link>
		<comments>http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 02:48:55 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Press Release]]></category>
		<category><![CDATA[Security Engineering]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=81</guid>
		<description><![CDATA[In an earlier post to my personal blog as well as to this blog, I enthusiastically recommended the Synology CS407 NAS as a data storage/backup platform. I am now taking that recommendation back.
Let me just say this: it seemed like a good choice at the time, and, if I could have trusted the vendor to [...]]]></description>
			<content:encoded><![CDATA[<p>In an earlier post to <a href="http://www.cryptocity.net/blog/2007/04/27/dude-im-getting-a-nas/">my personal blog</a> as well as to <a href="http://isisblogs.poly.edu/2008/01/18/qa-with-isis-outsourced-backup/">this blog</a>, I enthusiastically recommended the <a href="http://www.synology.com/enu/products/CS407/index.php">Synology CS407</a> <a href="http://en.wikipedia.org/wiki/Network_Attached_Storage">NAS</a> as a data storage/backup platform. <strong>I am now taking that recommendation back</strong>.</p>
<p>Let me just say this: it seemed like a good choice at the time, and, if I could have trusted the vendor to deploy the software on it properly, it might still be. Here is a short summary of some of the issues I found:</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/exposure.png" rel="lightbox[81]"><img src="http://isisblogs.poly.edu/wp-content/uploads/exposure_small.jpg" alt="Table of Vulnerability Exposure for Synology Products" /></a></p>
<p>You can skip to the full report here: <a href="http://cryptocity.net/files/advisories/synology_report.pdf">A Security Audit of the Synology Disk Station Manager (DSM) v2.0-0590 Firmware</a>.</p>
<p>What follows is a complete retelling of how I got here, sort of a lesson in vulnerability disclosure (not so much discovery, you&#8217;ll see why). It&#8217;s not pretty, <strong>I didn&#8217;t do all the right things</strong>, and it&#8217;s kind of long.</p>
<p><span id="more-81"></span></p>
<p>I had a lot of free time over Spring break (read: no money to travel anywhere) and so I decided to start &#8220;kicking the tires&#8221; of the Synology CS407 I owned. My jaw dropped when I got this first nmap scan back:</p>
<pre>PORTÂ Â Â Â Â  STATE SERVICEÂ Â Â Â  VERSION
80/tcpÂ Â Â  openÂ  httpÂ Â Â Â Â Â Â  Apache httpd 2.2.3 ((Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e PHP/5.2.0)
139/tcpÂ Â  openÂ  netbios-ssn Samba smbd 3.X (workgroup: WORKGROUP)
443/tcpÂ Â  openÂ  httpÂ Â Â Â Â Â Â  Apache SSL-only mode httpd
445/tcpÂ Â  openÂ  netbios-ssn Samba smbd 3.X (workgroup: WORKGROUP)
515/tcpÂ Â  openÂ  printer
548/tcpÂ Â  openÂ  afpovertcp?
3306/tcpÂ  openÂ  mysqlÂ Â Â Â Â Â  MySQL (unauthorized)
3493/tcpÂ  openÂ  tcpwrapped
3689/tcpÂ  openÂ  httpÂ Â Â Â Â Â Â  mt-daapd httpd 0.2.4
5000/tcpÂ  openÂ  httpÂ Â Â Â Â Â Â  Apache httpd 2.2.3 ((Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e)
5001/tcpÂ  openÂ  httpÂ Â Â Â Â Â Â  Apache SSL-only mode httpd
5432/tcpÂ  openÂ  postgresqlÂ  PostgreSQL DB
50001/tcp openÂ  tcpwrapped</pre>
<p>It only got worse when I ran Nessus. And then worse when I got a shell and started poking around the filesystem. Get this: <strong>every application on the box is running as root</strong>! And <strong>all the web apps are written as compiled binaries running in CGI&#8230; with root privileges</strong>! As a friend in the lab described it, &#8220;1996 called, it wants its web technology back!&#8221; They weren&#8217;t even making it difficult.</p>
<p>This is where things got interesting. I looked around and there isn&#8217;t any formal security contact or even a public bug tracker (and they call themselves a Linux vendor!). I&#8217;m thinking maybe I can save myself some trouble and get this solved informally, so I made this <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a#p30895">really scary sounding post</a> on their user support forums with just the results of that nmap scan. I also submitted a technical support request at the same time, pointing to the forum post. Best idea? No. But it was easy. I really didn&#8217;t want to write a formal report and submit it. I&#8217;m not getting paid for this, and frankly, I&#8217;m kind of pissed off that I bought this thing and that I&#8217;m stuck with it now.</p>
<p>Two moderators immediately replied to my forum post claiming that there were <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a#p31015">no security vulnerabilities</a> and that <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a#p31053">security vulnerabilities were the price we pay for having the coolest NAS out there</a>. I thought these were official representatives of Synology at first and was ready to make a post to full-disclosure after reading their replies.</p>
<p>Then an official response came back from their tech support: log in to the box over SSH (which they don&#8217;t provide, I had to hack it to turn it on) and turn off the affected services. They also recommended I <em>put the box behind a firewall</em>&#8230; This is why you&#8217;re supposed to have a security@ contact, so people like me don&#8217;t get stuck with non-tech and sales staff. I said a few specific things in my reply to get my concerns in front of the right people:</p>
<ol>
<li>Ask for this issue to be escalated to a product manager</li>
<li>Explain the risks they were putting themselves and their customers under</li>
<li>Explain what would happen if they didn&#8217;t respond to my concerns (full-disclosure)</li>
<li>Included a PDF of a very early draft of my report</li>
</ol>
<p>That worked. 3 days later I got a response from Synology (still their sales staff) indicating that more than half of the vulnerabilities I pointed out would get fixed in a new release of the firmware due out in 60 days. They denied a number of vulnerabilities, which I explained further and sent back to them.</p>
<p>Then I didn&#8217;t hear from them for 9 days. Apparently, my emails were getting stuck in their spam filter (again, vendors, please set up a security@ e-mail)! This went back and forth for a bit and I&#8217;ve moved about 90% of the issues into the next release! A handful of more architectural issues were pushed back until a release 6 months in the future. You can&#8217;t win them all, but at least they are aware of the issues now.</p>
<p>Back on the forum, I had been getting fairly actively involved by answering security questions from other users. Some intelligent people saw what I was saying and <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=15#p31157">came</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=15#p31159">to</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=30#p31241">my</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=30#p31726">defense</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=45#p31991">when</a> the fanboys attacked what I was saying about their precious devices. Two people even posted that they had <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=45#p32347">delayed</a> or <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=30#p31854">reconsidered</a> buying Synology products because of this discussion! It was really great to hear that, both as vindication that what I was saying was important and that Synology&#8217;s management had to take me seriously now. They were actively losing customers due to poor development practices.</p>
<p>How they reacted to this really isn&#8217;t surprising in hindsight: they moved all my posts to a separate, special forum, away from potential and current (but mostly potential) customers. Then their moderators started getting fed up that people were still talking about security issues they thought were irrelevant and resorted to <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=60#p32377">character attacks and flaming</a>. I sent an e-mail to my contact on the sales staff that someone representing their company was acting inappropriately and their behavior might be tied back to the company. Synology responded by <strong><a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=60#p32432">locking my post</a></strong>.</p>
<p>And that&#8217;s the end of that mess.</p>
<p>If you have a Synology product&#8230; well good luck! All the problems I found won&#8217;t be resolved until 09/2008! And even then, I&#8217;m <strong>sure</strong> there will be more security vulnerabilities. Those compiled binary CGIs are a ticking timebomb. If you don&#8217;t already own a Synology product, I suggest <a href="http://www.freenas.org/">FreeNAS</a>. You can install it in a VM and try it before you &#8220;buy&#8221; it. I&#8217;d really like to get my hands on one of NetGear&#8217;s ReadyNAS products&#8230; anyone with one want to let me poke around it for a bit?</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Q&amp;A with ISIS: Outsourced Backup</title>
		<link>http://isisblogs.poly.edu/2008/01/18/qa-with-isis-outsourced-backup/</link>
		<comments>http://isisblogs.poly.edu/2008/01/18/qa-with-isis-outsourced-backup/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:16:41 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Risk Analysis]]></category>
		<category><![CDATA[Security Engineering]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/2008/01/18/qa-with-isis-outsourced-backup/</guid>
		<description><![CDATA[Q: What do you think of outsourced backup solutions? Are they secure? Would you use one? I want to backup my data but Iâ€™m not sure I can trust an outsourced backup provider.

A: If you&#8217;re concerned about keeping the data in your possession, why not do that? The ready-made NAS market is starting to mature [...]]]></description>
			<content:encoded><![CDATA[<p>Q: What do you think of outsourced backup solutions? Are they secure? Would you use one? I want to backup my data but Iâ€™m not sure I can trust an outsourced backup provider.</p>
<p><span id="more-39"></span></p>
<p>A: If you&#8217;re concerned about keeping the data in your possession, why not do that? The ready-made NAS market is starting to mature and they&#8217;re great for use as backup appliances. I wrote about this previously when I bought a <a href="http://www.cryptocity.net/blog/2007/04/27/dude-im-getting-a-nas/">Synology CS407</a>. Now the market has changed a bit and I see 4 good options: Synology, Netgear (they bought Infrant), get an Apple and start using Time Capsule + Time Machine, or even <a href="http://www.freenas.org/">FreeNAS</a> as soon it will be based on FreeBSD 7 and use ZFS internally (can&#8217;t get much better than that).</p>
<p>But then what happens when I click the wrong button and delete my data (if I&#8217;m a terrible sysadmin), or when someone breaks into my apartment and steals my hardware? Maybe I don&#8217;t want to spend as much money and maybe, this sounds like you, I&#8217;m just more concerned with the availability of the data and the confidentiality issue is just a distraction. If someone breaks into Amazon S3 (or maybe they already work there) will they care about your data when they find it? Or, if someone is after your data, are they going to want to/be able to break into Amazon S3? If it were me, I&#8217;d be going after your data before it leaves your laptop, it&#8217;s an easier target. And besides, there are ways to mitigate your risks to confidentiality by using something like <a href="http://www.truecrypt.org/">TrueCrypt</a> or PGPDisk (two passwords to get your data isn&#8217;t so bad). Rather, you&#8217;re defaulting to an outsourced backup provider because they:</p>
<ul>
<li>are better sysadmins than you</li>
<li>have more reliable hardware and systems than you</li>
<li>have lower overhead costs than doing it yourself (probably the biggest motivator)</li>
</ul>
<p>Given that an outsourced backup provider is only as useful as the above 3 services it provides, it&#8217;s important not to choose solely based on cost. Their value decreased rapidly with the possibility that they may not be as big and distributed as you thought, they have less expertise than you thought, or even if they get taken over in an acquisition. Hence, this list immediately, unconsciously recommended only Tier 1 backup providers like Amazon S3 who we know are a) experts and b) will be around as long as we need our data.</p>
<p>With all that out of the way, the big question becomes: Would I use it? And the answer is: <em>absolutely not</em>. First let me state that I&#8217;m a little bit of a hypocrite as I obviously outsource my e-mail, and for some reason, all of us completely underestimate the confidential nature of our *communications* online relative to the *stored* data on our hard drives. Even when we recognize this, there is little we can do to protect the confidentiality of our e-mail in the hands of others as the medium is incredibly difficult to encrypt.</p>
<p>So why not backup? I&#8217;m not at all comfortable with the level of control or the level of visibility of my data. All I can do to check on my backups is log in to S3 and see that they are still there. I don&#8217;t know if one more HD failure will pop them into nonexistence, I don&#8217;t know if they&#8217;ve been compromised, I don&#8217;t know if they are planning downtime, I don&#8217;t know if they are rebuilding part of their infrastructure, I don&#8217;t know <em>anything</em>. In other words, I am not in control of the risks I *have to* accept when using their service.</p>
<p>Contrast this to the Linux NAS in my apartment, where I control the level of risk I&#8217;m comfortable with. I can see when HDs fail (none have, go Seagate!), I can SSH in and view logs if I think I&#8217;ve been compromised, I&#8217;m in complete control of what I do with it. If I want more reliability, I can add another hard drive. If I want less, I can kick it really really hard when I get angry. If my appliance dies, I can take the HDs to Ontrack and get them recovered. <em>You can&#8217;t do, control, or even know about these things with an outsourced provider</em>.</p>
<p>Hopefully this will give you enough information to make an informed decision regarding how you want to backup your data.</p>
<p>-Dan</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/01/18/qa-with-isis-outsourced-backup/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Learning Program Behavior Profiles for Intrusion Detection</title>
		<link>http://isisblogs.poly.edu/2007/02/21/learning-program-behavior-profiles-for-intrusion-detection/</link>
		<comments>http://isisblogs.poly.edu/2007/02/21/learning-program-behavior-profiles-for-intrusion-detection/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 20:25:32 +0000</pubDate>
		<dc:creator>Michal Piekarczyk</dc:creator>
				<category><![CDATA[Low-level]]></category>
		<category><![CDATA[Security Engineering]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/2007/02/21/learning-program-behavior-profiles-for-intrusion-detection/</guid>
		<description><![CDATA[Here&#8217;s a presentation, &#8220;Learning Program Behavior Profiles for Intrusion Detection&#8220;, intended to talk about a few neural network approaches to the problem of detecting anomalous behavior in a network setting. The material is taken from a 1999 paper, of the same name as the post, by Anup Ghosh, Aaron Schwartzbard, et al. from Reliable Software [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a presentation, &#8220;<a href="http://isisblogs.poly.edu/wp-content/uploads/ppr.pdf" title="Learning Program Behavior Profiles for Intrusion Detection">Learning Program Behavior Profiles for Intrusion Detection</a>&#8220;, intended to talk about a few neural network approaches to the problem of detecting anomalous behavior in a network setting. The material is taken from a 1999 paper, of the same name as the post, by Anup Ghosh, Aaron Schwartzbard, et al. from Reliable Software Technologies Corp., under Usenix. The truth is there are many other alternate machine learning approaches alive and well out there not covered in this paper that have more mathematically dependable results, while neural nets work almost magically without too many people understanding why, lacking the sufficient proofs. However, I think there is still value in understanding older methods even though a decade has been enough to cover the nets in dust. Another point is that though this group does present well above average results in its paper which demonstrate that the method can be used for less critical networks, they are not acceptable for companies and orgs that don&#8217;t have room for errors.</p>
<p>The original paper can be found listed under Usenix.</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/ppr.pdf" title="Learning Program Behavior Profiles for Intrusion Detection"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2007/02/21/learning-program-behavior-profiles-for-intrusion-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Free Security</title>
		<link>http://isisblogs.poly.edu/2007/02/11/free-security/</link>
		<comments>http://isisblogs.poly.edu/2007/02/11/free-security/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 03:18:07 +0000</pubDate>
		<dc:creator>Brad Schonhorst</dc:creator>
				<category><![CDATA[Security Engineering]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/2007/02/11/free-security/</guid>
		<description><![CDATA[One of the large internet service providers has a new commercial advertising its broadband product which now comes with &#8220;FREE SECURITY.&#8221;  Finally, an end to our concerns about computer security and identity theft!  The product includes a firewall, anti-virus, anti-spam, and pop-up blocker but most importantly, peace of mind.  Keeping information private [...]]]></description>
			<content:encoded><![CDATA[<p>One of the large internet service providers has a new commercial advertising its broadband product which now comes with &#8220;FREE SECURITY.&#8221;  Finally, an end to our concerns about computer security and identity theft!  The product includes a firewall, anti-virus, anti-spam, and pop-up blocker but most importantly, peace of mind.  Keeping information private on the internet is no longer something to concern yourself with, or at least that is the idea they are trying to sell.</p>
<p>Apparently, ISP&#8217;s have completely given up on educating users.  While teaching people how to use their computer safely does seem like an impossible task I believe selling this idea of &#8217;security in a box&#8217; actually does more harm than good.  Although, I hate the idea of spreading fear, a little dose of paranoia would at least keep everyone mindful of what information they distribute.  </p>
<p><span id="more-19"></span></p>
<p>Most of us would agree with the idea that security is not a product its a state of mind, a journey rather than a destination.  Promoting security as an end product relieves users of any sense of responsibility towards their information.  With security taken care of, the user is free to download anything from anywhere and forget about all those pop-up windows complaining about software security updates that need to be installed.  It is unfortunate but many IT managers buy into this mindset as well, looking for the next great network appliance that will solve all their problems.</p>
<p>Its easy to get caught up in all the technical details and forget the real issue &#8211; the people using the network resources.  As future security professionals I believe part of our responsibility is to educate users on how to securely navigate the information age, whether its our family and friends or even our employers.  As long as there are careless users who don&#8217;t understand how to protect themselves online, exploiting technology will continue to become more and more profitable.</p>
<p>What would happen if everyone online practiced secure computing?  Would viruses and botnets be a thing of the past?  Would Identity theft disappear?  Would the need for security professionals diminish?</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2007/02/11/free-security/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>
