<?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>Stack Exchange Security Blog</title>
	<atom:link href="http://security.blogoverflow.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://security.blogoverflow.com</link>
	<description>The Security Stack Exchange Blog</description>
	<lastBuildDate>Fri, 10 May 2013 16:46:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>QoTW #46: CTRL+ALT+DEL Login &#8211; Rationale behind it?</title>
		<link>http://security.blogoverflow.com/2013/05/qotw-46-ctrlaltdel-login-rationale-behind-it/</link>
		<comments>http://security.blogoverflow.com/2013/05/qotw-46-ctrlaltdel-login-rationale-behind-it/#comments</comments>
		<pubDate>Fri, 10 May 2013 16:46:07 +0000</pubDate>
		<dc:creator>roryalsop</dc:creator>
				<category><![CDATA[Access Controls]]></category>
		<category><![CDATA[Attack]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Hijack]]></category>
		<category><![CDATA[Question of the Week]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[QOTW]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=1026</guid>
		<description><![CDATA[CountZero asked this interesting question: Why is CTRL+ALT+DEL required at login on Windows systems? His perspective was that it adds an extra step before login, so is bad from a usability perspective, so there must be a reason. This got a lot of attention, but looking at the top answers: Adnan&#8216;s answer briefly describes the Secure Attention Key [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://security.stackexchange.com/users/6138/count-zero">CountZero</a> asked this interesting question: <a href="http://security.stackexchange.com/q/34972/485">Why is <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>DEL</kbd> required at login on Windows systems?</a></p>

<p>His perspective was that it adds an extra step before login, so is bad from a usability perspective, so there must be a reason.</p>

<p>This got a lot of attention, but looking at the top answers:</p>

<p><a href="http://security.stackexchange.com/users/16228/adnan">Adnan</a>&#8216;s answer briefly describes the Secure Attention Key &#8211; the Windows kernel will only notify the Winlogon process about this key combination, which prevents it being hijacked by an application, malware or some other process.  In this way, when you press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>, you can be sure that you&#8217;re typing your password in the real login form and not some other fake process trying to steal your password. For example, an application which looks exactly like the windows login. An <a href="https://www.kernel.org/doc/Documentation/SAK.txt">equivalent of this in Linux</a> is <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Pause</kbd></p>

<p><a href="http://security.stackexchange.com/users/5400/polynomial">Polynomial</a>&#8216;s comment on the answer further expands on the history of this notification:</p>

<blockquote>As a side note: when you say it&#8217;s &#8220;wired&#8221;, what that actually means is that Ctrl+Alt+Del is a mapped to a hardware defined interrupt (set in the APIC, a physical chip on your motherboard). The interrupt was, historically, triggered by the BIOS&#8217; keyboard handler routine, but these days it&#8217;s less clear cut. The interrupt is mapped to an <a href="http://en.wikipedia.org/wiki/Interrupt_handler" rel="nofollow">ISR</a> which is executed at ring0, which triggers the OS&#8217;s internal handler for the event. When no ISR for the interrupt is set, it <i>(usually)</i> causes an ACPI power-cycle event, also known as a hard reboot.</blockquote>

<p><a href="http://security.stackexchange.com/users/655/thomas-pornin">ThomasPornin</a> describes an attack which would work if the Secure Attention Key didn&#8217;t exist:</p>

<blockquote>You could make an application which goes full-screen, grabs the keyboard, and displays something which looks like the normal login screen, down to the last pixel. You then log on the machine, launch the application, and go away until some unsuspecting victim finds the machine, tries to log on, and gives his username and password to your application. Your application then just has to simulate a blue screen of death, or maybe to actually log the user on, to complete the illusion.</blockquote>

<p>There is also an <a href="http://serverfault.com/a/2914/62544">excellent answer over on ServerFault</a>, which <a href="http://security.stackexchange.com/users/10211/terry-chia">TerryChia</a> linked to in his answer:</p>

<blockquote>The Windows (NT) kernel is designed to reserve the notification of this key combination to a single process: Winlogon. So, as long as the Windows installation itself is working as it should &#8211; no third party application can respond to this key combination (if it could, it could present a fake logon window and keylog your password <img src='http://security.blogoverflow.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </blockquote>

<p>So there you have it &#8211; as long as your OS hasn&#8217;t been hacked, CTRL+ALT+DEL protects you.</p>

<p><em>Liked this question of the week? Interested in reading it or adding an answer? <a href="http://security.stackexchange.com/q/34972/485">See the question in full. </a>Have questions of a security nature of your own? Security expert and want to help others? Come and join us at <a href="http://security.stackexchange.com/">security.stackexchange.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/05/qotw-46-ctrlaltdel-login-rationale-behind-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>About the recent DNS Amplification Attack against Spamhaus: Countermeasures and Mitigation</title>
		<link>http://security.blogoverflow.com/2013/04/about-the-recent-dns-amplification-attack-against-spamhaus-countermeasures-and-mitigation/</link>
		<comments>http://security.blogoverflow.com/2013/04/about-the-recent-dns-amplification-attack-against-spamhaus-countermeasures-and-mitigation/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 12:00:15 +0000</pubDate>
		<dc:creator>lucaskauffman</dc:creator>
				<category><![CDATA[Access Controls]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Hijack]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[cloudfare]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[denial of service]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns amplification]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[spamhaus]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=1008</guid>
		<description><![CDATA[A few weeks ago the anti-spam provider Spamhaus was hit by one of the biggest denial of service attacks ever seen, producing over 300 gbit in traffic. The technique used to generate most of the traffic was DNS Amplification, a technique which doesn&#8217;t require thousands of infected hosts, but exploits misconfigured DNS servers and a [...]]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago the anti-spam provider Spamhaus was hit by one of the biggest denial of service attacks ever seen, producing over 300 gbit in traffic.
The technique used to generate most of the traffic was DNS Amplification, a technique which doesn&#8217;t require thousands of infected hosts, but exploits misconfigured DNS servers and a serious design flaw in DNS. We will discuss how this works, what it abuses and how Spamhaus was capable of mitigating the attack.</p>

<p><span id="more-1008"></span></p>

<h3>Refreshing DNS</h3>

<p>A short refreshment of the DNS protocol. We have different types of DNS servers, namely:</p>

<ul>
    <li>Authoritative Nameservers</li>
    <li>Resolving/caching Nameservers</li>
</ul>

<p>The authoritative nameserver is the nameserver which is responsible for a/multiple domain(s). These DNS servers know the correct IP address that belongs to one of his domains. If you need to know the IP that belongs to example.com. The responsible DNS server for example.com will have to be consulted to know the actual IP.</p>

<p>The resolving nameserver is a nameserver to whom clients can ask to resolve a certain domain. For instance if the client needs to know the IP of example.com it will ask the resolving nameserver, the resolving nameserver will then ask to the authorative nameserver (or a DNS server which can point him to what DNS server might know) what IP belongs to example.com. To put a little simplistic here&#8217;s an example:</p>

<ul>
    <li>Computer: I need to know the IP of example.com, I shall query the configured Resolving DNS server A</li>
    <li>DNS server A: Computer needs to resolve example.com, I don&#8217;t know example.com, but I know who knows .com, I&#8217;ll ask DNS Server B</li>
    <li>DNS server B: I don&#8217;t know the IP of example.com, but I know the server who is responsible for example.com, it&#8217;s DNS Server C</li>
    <li>DNS server A: Hello DNS server C, what is the IP of example.com?</li>
    <li>DNS server C: Hello DNS server A, I know the IP for example.com, it&#8217;s 1.2.3.4</li>
    <li>DNS server A: Hello computer, the IP address of example.com is 1.2.3.4</li>
</ul>

<p>In principle a resolving DNS server should only respond to hosts he trusts. For instance as an ISP you want all requests comming from clients using IPs allocated or used by you to be able perform DNS requests, but not outside of your network. However this is where things go wrong, some resolving DNS servers are completely open and will reply to anyone who asks. This is handy in one way, because if you ever need to resolve domain names and the network you are in doesn&#8217;t have a DNS server, you can just ask any of the open ones. I always make my machines resolve from 8.8.8.8, which is Google&#8217;s DNS service. It&#8217;s an easy to remember number and you know the reliability will probably be alot higher than your ISP can guarantee.</p>

<p>Another feature of DNS which facilitates this attack is contained in the 4th layer of the OSI model, the transport layer. DNS is sent over UDP (it can actually also be sent over TCP according to the RFC, but it&#8217;s not used a lot), UDP is a connection-less protocol meaning it provides no consistency or reliability that you received all data, but at the same time the amount of overhead is reduced, making it very fast.
The light weightness and speed of UDP makes it ideal for DNS, in the end you just want a chunk of a relatively small amount of data. Because it doesn&#8217;t require a handshake to be completed, you can easily spoof the source IP of the UDP request and the server will answer to whatever source IP you put in the UDP request.</p>

<h3>Amplification: a flaw in the DNS protocol</h3>

<p>Do note that the following examples are in an ideal world and would possibly not be achievable. As said before you can request a DNS server to give you a corresponding IP for a certain domain name you would like to resolve. A major flaw in DNS is the size of the question versus that of the answer. On average a DNS request is about 20-30 bytes long, but answers (depending on what you ask) can go up to 512 bytes. This is where things become interesting, because this means that a server replying to a DNS message needs to send significantly more data than the original requestor did. This was actually used in the past to take down DNS servers as they need to perform a lot more effort than the requestor.</p>

<p>Since we can alter the source address of the DNS request, we can put the our victim&#8217;s IP address as source. We then send a valid DNS request with the modified source address to a resolving DNS server. It will then send the answer to the address located in the DNS request. Let&#8217;s say we have a 1 Mbit line (upload) and we saturate it completely with 25 byte long requests, we should (ideally) be able to send 5000 requests per second. Because we have altered the DNS request source address it&#8217;s our victim that will receive all the answers. Since the requests are up to 512 bytes long, this might result in 5000*512 bytes/s (2.4 megabyte) or almost 20 Mbit/s. This is why it&#8217;s called a DNS amplification attack, because we can transform our 1 mbit into 20 mbit, amplifying the traffic.</p>

<p>There are a lot of benefits for using this type of Denial of Service, because you can use &#8220;slow&#8221; lines. The upload speed needn&#8217;t be massive to generate a lot of traffic, so ADSL lines used in internet home connections can be used more effectively. You also don&#8217;t need a lot of compromised machines. To get the same amount of traffic by just doing a normal UDP flood, you would need 20 times (the amount of amplification) more hosts. Discovering these bots will be difficult as well since the source address is altered.</p>

<p>Now in the case of Spamhaus, an attack was initiated with a bandwidth reaching up to 300 gbit/s. There were some claims about the DDoS being &#8220;<a href="http://blog.cloudflare.com/the-ddos-that-almost-broke-the-internet">the one that almost broke the internet</a>&#8220;, however a <a href="http://gizmodo.com/5992652/that-internet-war-apocalypse-is-a-lie">Tier one</a> provider (NTT) said that while 300 gbit/s may be a lot of bandwidth for a single enterprise, but considering Tier 1 providers are running into several tbit/s, 300 gbit isn&#8217;t going to take them down so easily. Akamai said that they didn&#8217;t see the internet taking a big hit, just a rather high increase of traffic around Western Europe (as displayed in the figure below).</p>

<p><img class="alignnone" alt="" src="http://www.computeridee.nl/sites/computeridee.nl/files/redactie/akamai-www.jpg" width="423" height="218" /></p>

<p>This doesn&#8217;t mean it wasn&#8217;t significant, Kaspersky Labs said that it is probably the largest DDoS ever recorded. <a href="http://www.informationweek.com/security/vulnerabilities/spamhaus-ddos-attacks-what-business-shou/240151933">Eugene Kaspersky</a> even said we have to be happy they only used 30 thousand resolvers. This attack could have taken down a lot of DNS servers as well, which may end in disturbing service. The fear mongering is obviously a marketing technique used by CloudFlare to gain more clients, but regardless of their marketing stunts, I must admit they still did a great job at mitigating attack. PALMAM QUI MERUIT FERAT, &#8220;let whoever earns the palm bear it&#8221;, not only CloudFlare helped Spamhaus to mitigate this attack, but also <a href="http://www.electronista.com/articles/13/03/27/denial.of.service.attack.over.spam.blacklist.inclusion/">Google</a> absorbed some of the traffic.</p>

<p>Who ever initiated the attack is still unclear, but a lot of people seem to think it was the recent mass-blocking of all <a href="http://www.businessinsider.com/spamhaus-cyberbunker-ddos-attack-2013-3">CyberBunker</a> clients. Investigations are still pending.</p>

<h3>Mitigation</h3>

<p>How was this mitigated? Well first have a read of <a href="http://security.stackexchange.com/questions/33811/ddos-impossible-to-stop/33819#33819">Thomas Pornin&#8217;s answer</a>. In this case, instead of calling the firemen, they actually decided no-one can access Jim&#8217;s shop directly, instead people can come in through different gates, there are a lot of gates available and at every gate there is a guard, verifying why the person came to Jim&#8217;s shop. Now the guard will check if someone is telling the shopkeeper he&#8217;s from Germany, but coming from a road originating from France, chances are he&#8217;s from France and not really from Germany, so there must be something wrong and he shouldn&#8217;t be let into Jim&#8217;s shop.</p>

<p>In practice this was done with the <a href="http://en.wikipedia.org/wiki/Anycast">anycast protocol</a>. Anycast is used to route traffic to the nearest node, depending on your geographical location this will be a different machine/network for a different location. <a href="https://developers.google.com/speed/public-dns/faq#whatis">Google</a> uses this as well for their DNS services. So anycast is &#8220;<a href="http://blog.cloudflare.com/a-brief-anycast-primer">one IP, multiple machines</a>&#8220;.</p>

<p><img class="alignnone" alt="" src="https://getfile4.posterous.com/getfile/files.posterous.com/temp-2011-10-20/sICFbHnFIjBiBrABlnGncyzBfmdCHfaBgdIwtsCyqhfwivkHdGmxpFDljAop/unicast_anycast.png.scaled1000.png" width="594" height="235" /></p>

<p>Because the attackers were sending requests from different locations, this resulted in the traffic being divided between the 24 datacenters CloudFare owns. This means 12.5 gbit per datacenter, which is a lot more manageable for one datacenter. Also note that routers route an amount of packets, vendors often say they can route 10 or 24 gbit/s, but actually this is calculated as a certain amount of packets with a certain size. Because the packet-size is quite high the router can cope with this type of attack relatively well (the 12.5 gbit/s is comprised of 300-500 byte packets).</p>

<h3>Countermeasures</h3>

<p>Now what can you do against a DNS Amplification attack? First of all everyone should secure their DNS servers, only allow certain hosts to do DNS requests. Now open recursive DNS servers <a href="http://dyn.com/blog/ddos-attacks-bcp38-internet-security-cloudflare-downtime-managed-dns-open-recursives/">aren&#8217;t actually the only ones to blame</a>. The actual problem is the possibility of IP spoofing, so to counter that <a href="http://tools.ietf.org/html/bcp38">BCP38</a> was defined. BCP38 describes <a href="http://en.wikipedia.org/wiki/Ingress_filtering">ingres filtering</a>, making &#8220;<em>sure that incoming packets are actually from the networks that they claim to be from</em>&#8220;.</p>

<p>BCP38 defines that if a packet with a certain IP is coming from a segment within your LAN which is actually impossible to be there, drop it. For instance if you manage a subnet 80.10.10.0/16 and suddenly you see a packet flying by with source IP 193.10.10.1 you know something is fishy because there is no way that 193.10.10.1 is legitimately located within that LAN segment (we can also look at complete regions rather than subnets) under your control and therefore it should be dropped rather than forwarded. In short:
<pre>IF packet's source address from within [its assigned space]
THEN forward as appropriate
IF packet's source address is anything else
THEN deny packet</pre>
In the event that there is actually a reason to allow such behavior, manual exceptions can be made. I can&#8217;t come up with a valid reason, but there probably are&#8230;somewhere.</p>

<p>BCP38 has been around for <em>13 years</em>. So it&#8217;s about time that everyone adopts (already 80% of the internet is!) it as it will mitigate a lot of attacks involving IP spoofing.</p>

<h3>Conclusion</h3>

<p>To wrap it up:</p>

<ul>
    <li>DNS uses UDP which allows the source IP address to be spoofed easily</li>
    <li>300 gbit/s didn&#8217;t actually pose a threat to the internet</li>
    <li>300 gbit/s is however, probably the biggest DDoS we have ever seen</li>
    <li>DNS Amplification is caused by open DNS resolvers, but the open resolver is not the only problem</li>
    <li>Some providers aren&#8217;t even aware they are open resolvers</li>
    <li>DNS Amplification is caused because a lot of people have not adopted BCP38</li>
</ul>

<p>If you have comments, questions or think I&#8217;m wrong, I&#8217;m always open to constructive criticism, so feel free to contact me or leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/04/about-the-recent-dns-amplification-attack-against-spamhaus-countermeasures-and-mitigation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>QoTW #45: Is my developer&#8217;s home-brew password security right or wrong, and why?</title>
		<link>http://security.blogoverflow.com/2013/04/qotw-45-is-my-developers-home-brew-password-security-right-or-wrong-and-why/</link>
		<comments>http://security.blogoverflow.com/2013/04/qotw-45-is-my-developers-home-brew-password-security-right-or-wrong-and-why/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 12:00:04 +0000</pubDate>
		<dc:creator>roryalsop</dc:creator>
				<category><![CDATA[Crypto]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=997</guid>
		<description><![CDATA[An incredibly popular question, viewed 17000 times in its first 3 weeks, this question has even led to a new Sec.SE meta meme. In fact, our top meta meme explains why &#8211; the First Rule of Crypto is &#8220;Don&#8217;t Roll Your Own!&#8221; So, with that in mind, Polynomial&#8217;s answer, delivered with a liberal dose of [...]]]></description>
				<content:encoded><![CDATA[<p>An incredibly popular question, viewed 17000 times in its first 3 weeks, <a href="http://security.stackexchange.com/q/25585/485">this question</a> has even led to a new<a href="http://meta.security.stackexchange.com/a/1132/485"> Sec.SE meta meme</a>.</p>

<p>In fact, our <a href="http://meta.security.stackexchange.com/a/915/485">top meta mem</a>e explains why &#8211; the First Rule of Crypto is &#8220;Don&#8217;t Roll Your Own!&#8221;</p>

<p>So, with that in mind, <a href="http://security.stackexchange.com/users/5400/polynomial">Polynomial&#8217;s</a> answer, delivered with a liberal dose of snark, explains in simple language:</p>

<blockquote>This home-brew method offers no real resistance against brute force attacks, and gives a false impression of &#8220;complicated&#8221; security&#8230;Stick to tried and tested key derivation algorithms like <a href="http://en.wikipedia.org/wiki/PBKDF2">PBKDF2</a> or <a href="http://en.wikipedia.org/wiki/Bcrypt">bcrypt</a>, which have undergone years of in-depth analysis and scrutiny from a wide range of professional and hobbyist cryptographers.</blockquote>

<p><a href="http://security.stackexchange.com/users/2788/konerak">Konerak</a> lists out some advantages of going with an existing public protocol:</p>

<ul>
    <li>Probably written by smarter people than you</li>
    <li>Tested by a lot more people (probably some of them smarter than you)</li>
    <li>Reviewed by a lot more people (probably some of them smarter than you), often has mathematical proof</li>
    <li>Improved by a lot more people (probably some of them smarter than you)</li>
    <li>At the moment just one of those thousands of people finds a flaw, a lot of people start fixing it</li>
</ul>

<p><a href="http://security.stackexchange.com/users/8281/keiths">KeithS</a> also gives more detail:</p>

<ul>
    <li>MD5 is completely broken</li>
    <li>SHA-1 is considered vulnerable</li>
    <li>More hashes don&#8217;t necessarily mean better hashing</li>
    <li>Passwords are inherently low-entropy</li>
    <li>This scheme is not adding any significant proof of work</li>
</ul>

<p>Along with further answers, the discussion on this post covered a wide range of issues &#8211; well worth reading the whole thing!</p>

<p><em>Liked this question of the week? Interested in reading it or adding an answer? See <a href="http://security.stackexchange.com/q/25585/485">the question</a> in full. Have questions of a security nature of your own? Security expert and want to help others? Come and join us at <a href="http://security.stackexchange.com/">security.stackexchange.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/04/qotw-45-is-my-developers-home-brew-password-security-right-or-wrong-and-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentations: Starting your security career &#8211; where can you go?</title>
		<link>http://security.blogoverflow.com/2013/03/presentations-starting-your-security-career-where-can-you-go/</link>
		<comments>http://security.blogoverflow.com/2013/03/presentations-starting-your-security-career-where-can-you-go/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 12:00:43 +0000</pubDate>
		<dc:creator>roryalsop</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=966</guid>
		<description><![CDATA[I gave a talk on career planning in Information Security at Abertay University on the 16th of January 2013. Securi-Tay is an annual security conference organised by students at Abertay and is a very well organised and run event &#8211; could put some professional conferences to shame! Video of my talk The talk went down [...]]]></description>
				<content:encoded><![CDATA[<p>I gave a talk on career planning in Information Security at Abertay University on the 16th of January 2013.</p>

<p>Securi-Tay is an annual security conference organised by students at Abertay and is a very well organised and run event &#8211; could put some professional conferences to shame!</p>

<p><a href="http://www.youtube.com/watch?v=57BzHxcn2V0&amp;list=PL2Nv8J__40K29OGsyNURKOxmsI6JYuy9b&amp;index=5">Video of my talk</a></p>

<p><img class="aligncenter size-medium wp-image-970" alt="abertay" src="http://security.blogoverflow.com/files/2013/02/abertay-300x192.jpg" width="300" height="192" /></p>

<p>The talk went down very well, with a lot of discussion spinning off afterwards, and the odd additional visitor to Sec.SE</p>

<p>Most of the video should be straightforward, but a couple of the slides may be hard to read so I have included them here:</p>

<p>Slide 8, industry trends:</p>

<p><a href="http://security.blogoverflow.com/files/2013/03/slide8.jpg"><img class="aligncenter size-medium wp-image-992" alt="slide8" src="http://security.blogoverflow.com/files/2013/03/slide8-300x202.jpg" width="300" height="202" /></a></p>

<p>Slide 13, some useful certifications:</p>

<p><a href="http://security.blogoverflow.com/files/2013/03/slide13.jpg"><img class="aligncenter size-medium wp-image-993" alt="slide13" src="http://security.blogoverflow.com/files/2013/03/slide13-300x207.jpg" width="300" height="207" /></a></p>

<p>Slide 14, the time-bounded nature of certifications:<a href="http://security.blogoverflow.com/files/2013/03/slide14.jpg"><img class="aligncenter size-medium wp-image-994" alt="slide14" src="http://security.blogoverflow.com/files/2013/03/slide14-300x200.jpg" width="300" height="200" /></a></p>

<p>Slide 16, self marketing (see that nice big Sec.SE logo:-):<a href="http://security.blogoverflow.com/files/2013/03/slide16.jpg"><img class="aligncenter size-medium wp-image-995" alt="slide16" src="http://security.blogoverflow.com/files/2013/03/slide16-300x207.jpg" width="300" height="207" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/03/presentations-starting-your-security-career-where-can-you-go/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>QoTW #44: How to block or detect user setting up their own personal wifi AP in our LAN?</title>
		<link>http://security.blogoverflow.com/2013/03/qotw-44-how-to-block-or-detect-user-setting-up-their-own-personal-wifi-ap-in-our-lan/</link>
		<comments>http://security.blogoverflow.com/2013/03/qotw-44-how-to-block-or-detect-user-setting-up-their-own-personal-wifi-ap-in-our-lan/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 12:00:29 +0000</pubDate>
		<dc:creator>roryalsop</dc:creator>
				<category><![CDATA[Access Controls]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[access-control]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=987</guid>
		<description><![CDATA[Nominated by Terry Chia, this question by User15580 should be of interest to anyone managing the security of network s. The show the variety of aspects security covers in this sort of scenario: Daniel posted the top answer, and it has nothing to do with IT, but instead focuses on the cause &#8211; if a user has installed [...]]]></description>
				<content:encoded><![CDATA[<p>Nominated by <a href="http://meta.security.stackexchange.com/users/10211/terry-chia">Terry Chia</a>, this question by <a href="http://security.stackexchange.com/users/15580/user15580">User15580</a> should be of interest to anyone managing the security of network s.</p>

<p>The show the variety of aspects security covers in this sort of scenario:</p>

<p><a href="http://security.stackexchange.com/users/15611/daniel">Daniel</a> posted the top answer, and it has nothing to do with IT, but instead focuses on the cause &#8211; if a user has installed an access point it is because they need something the existing network is not providing. This is always worth considering:</p>

<blockquote>Discuss with the users what they are trying to accomplish. Perhaps create an official wifi network ( use all the security methods you wish &#8211; it will be &#8216;yours&#8217; ). Or, better, two &#8211; Guest and Corporate WAPs.</blockquote>

<p><a href="http://security.stackexchange.com/users/5400/polynomial">Polynomial</a> and <a href="http://security.stackexchange.com/users/655/thomas-pornin">Thomas Pornin</a> also highlighted the fact this is a user/managerial problem, rather than a technical one.</p>

<blockquote>Remember <a href="http://technet.microsoft.com/en-us/library/hh278941.aspx">Immutable Law of Security</a> #10: Technology is not a panacea. Whilst technology can do some amazing things, it can&#8217;t enforce user behaviour. You have a user that is bringing undue risk to the organisation, and that risk needs to be dealt with. The solution to your problem is _policy_, not technology. Set up a security policy that details explicitly disallowed behaviours, and have your users sign it. If they violate that policy, you can go to your superiors with evidence of the violation and a penalty can be enforced.

As long as the users have physical access to the machines they use and their USB ports (that&#8217;s hard to avoid, unless you pour glue in all the USB ports&#8230;) and that the installed operating systems allow it (then again, hard to avoid if users are &#8220;administrators&#8221; on their systems, in particular in <a href="http://en.wikipedia.org/wiki/Bring_your_own_device">BYOD</a> contexts), then the users <em>can</em> setup custom access points which gives access to, at least, their machine.</blockquote>

<p><a href="http://security.stackexchange.com/users/37/rory-mccune">Rory McCune</a> provided some information on the types of solutions which generally are used in large corporates, where they work well, including NAC and port lockdowns. <a href="http://security.stackexchange.com/users/2755/lie-ryan">Lie Ryan</a>&#8216;s comments tend to be appropriate on smaller networks.</p>

<p><a href="http://security.stackexchange.com/users/15577/k1dblitz">k1DBLITZ</a> also focuses on the use of technical solutions in addition to policy, and <a href="http://security.stackexchange.com/users/15633/jasperwallace">JasperWallace</a> recommends looking for and blocking unapproved MAC addresses, and further answers discuss wireless scanning and scripted checks.</p>

<p>Overall, it would seem that a mixture of technical and management controls are required &#8211; the balance depending on your specific environment.</p>

<p><em>Liked this question of the week? Interested in reading it or adding an answer? See <a href="http://security.stackexchange.com/q/23509/485">the question</a> in full. Have questions of a security nature of your own? Security expert and want to help others? Come and join us at <a href="http://security.stackexchange.com/">security.stackexchange.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/03/qotw-44-how-to-block-or-detect-user-setting-up-their-own-personal-wifi-ap-in-our-lan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QoTW #43: Teaching a loved one about secure coding practices</title>
		<link>http://security.blogoverflow.com/2013/03/qotw-43-teaching-a-loved-one-about-secure-coding-practices/</link>
		<comments>http://security.blogoverflow.com/2013/03/qotw-43-teaching-a-loved-one-about-secure-coding-practices/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 12:00:35 +0000</pubDate>
		<dc:creator>Terry Chia</dc:creator>
				<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=976</guid>
		<description><![CDATA[Today&#8217;s blog post is on a question posted on Security Stackexchange last year title Teaching a loved one about secure coding practices. Ignoring the obvious innuendos in the comments, I think this is an excellent question. While the question is far longer, this is the gist of it. As ITSec pros, we talk about infusing the development cycle with secure [...]]]></description>
				<content:encoded><![CDATA[<p>Today&#8217;s blog post is on a question posted on <a href="http://security.stackexchange.com/">Security Stackexchange</a> last year title <a href="http://security.stackexchange.com/q/25332/10211">Teaching a loved one about secure coding practices.</a></p>

<p>Ignoring the obvious innuendos in the comments, I think this is an excellent question. While the question is far longer, this is the gist of it.</p>

<blockquote>As ITSec pros, we talk about infusing the development cycle with secure coding practices and design, but how does that apply to a brand-new learner? A new programmer is at the start of their own &#8216;lifelong development cycle&#8217;, at it were. At what point is it appropriate, from an educational perspective, to switch from the mindset of &#8216;getting it to work&#8217; to &#8216;it absolutely must be secure&#8217;? At what point should a student &#8216;fail&#8217; an assignment because of a security issue?</blockquote>

<p>As a student in an infosec diploma course, I have rather strong opinions on this matter. Let&#8217;s start with a personal anecdote. I personally started learning programming on my own due to self-interest. My first exposure to &#8220;real&#8221; programming is through PHP(I know&#8230; <em>shudders</em>). Do a quick google search using the terms &#8220;php tutorial&#8221;. Go on. The very first link points towards <a href="http://www.w3schools.com/">w3schools.com</a>.</p>

<p>A quick browse through the site looks good. Nice, simple, easy to follow tutorials on the basics of PHP and HTML. Wait, are they really <a href="http://www.w3schools.com/php/php_mysql_where.asp">teaching </a>unparameterized queries? In 2013? Really? I&#8217;d like to point you to <a href="http://w3fools.com/">this </a>website. In particular, this quote.</p>

<blockquote>W3Schools.com is <strong>not affiliated with the W3C in any way</strong>. Members of the W3C have asked W3Schools to explicitly disavow any connection in the past, and they have refused to do so. W3Schools frequently publishes inaccurate or misleading content. We have collected several examples illustrating this problem below.</blockquote>

<p>This is an obvious problem. A website on the top of Google&#8217;s search results targeted at new programmers providing misleading information? What could go wrong right?</p>

<p>Moving on to the actual question.</p>

<p>User <a href="http://security.stackexchange.com/users/380/everett">Everett<strong> </strong></a>stated this in his answer.</p>

<blockquote>The problem I see, is that secure programming is taught as an add on. Best practices should be taught from the beginning (including security). The lie people are taught is that practice makes perfect. The truth is practice makes permanent. So if you are doing it wrong, you have to unlearn what you have learned. That is a bassackwards approach.

I would say that secure coding practices should be taught from day one. There&#8217;s no reason to learn how to do it, and then learn how to do it securely. It&#8217;s a waste of time and money&#8230;</blockquote>

<p>I disagree with his opinion. I think user <a href="http://security.stackexchange.com/users/8281/keiths">KeithS</a> provides a very good point.</p>

<blockquote>It&#8217;s great to say &#8220;Secure coding practices should be taught from day one&#8221;, and very hard to demonstrate how that day-one &#8220;Hello World&#8221; program may be vulnerable, especially when &#8220;what is a computer program&#8221; is a new concept for the class.</blockquote>

<p>I agree. Many of my peers who entered the diploma course without any prior programming experiences have a tough time even wrapping their heads around basic concepts like looping and conditional statements. Introducing more complex security topics at this point in their education would more likely cause more harm than good.</p>

<p>This is the answer I provided to the question.</p>

<blockquote>I would say a great way to learn is for her to <strong>break</strong> the applications she has already written.

Assuming she is writing web applications, point her towards the <a href="https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project">OWASP Top 10</a>. Have her see if she can find any of those flaws in her own code. There is no better way to learn about security concepts than actually seeing it happen on your own code.

Once a flaw has been found, have her rewrite the application to fix the flaw. Doing so will allow her to appreciate the effect of things like sanitation and validation of user inputs and parameterized queries.

Take incremental steps. I wouldn&#8217;t jump straight into designing a new application with security in mind before truly understanding what type of codes result in security flaws.</blockquote>

<p>With 37 upvotes and the answer being accepted, it is clear that the community agrees with me.</p>

<p><strong>Conclusion</strong></p>

<p>I think the best approach to teaching secure programming is an iterative one. Start off the students with writing simple applications. Have the students go back and look at their code and see how it can be broken. Refer them to good resources like the <a href="https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project">OWASP Top 10</a> list. With a little critical thinking, the students should be able to start figuring out what went wrong in their code and how to fix it.</p>

<p>Like user <a href="http://security.stackexchange.com/users/33/avid">AviD</a> said,</p>

<blockquote>Students that <strong>do not</strong> practice critical thinking shouldn&#8217;t really be learning programming&#8230;.</blockquote>

<p><em>This post is a cross-post from my blog at <a href="http://www.infosecstudent.com/2013/02/teaching-secure-programming-how-to-do-it-right/">http://www.infosecstudent.com/2013/02/teaching-secure-programming-how-to-do-it-right/</a></em></p>

<p><em>Liked this question of the week? Interested in reading it or adding an answer? See <a href="http://security.stackexchange.com/q/25332/10211">the question</a> in full. Have questions of a security nature of your own? Security expert and want to help others? Come and join us at <a href="http://security.stackexchange.com/">security.stackexchange.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/03/qotw-43-teaching-a-loved-one-about-secure-coding-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QoTW #42: Would publishing a network diagram make the network less secure?</title>
		<link>http://security.blogoverflow.com/2013/01/qotw-42-would-publishing-a-network-diagram-make-the-network-less-secure/</link>
		<comments>http://security.blogoverflow.com/2013/01/qotw-42-would-publishing-a-network-diagram-make-the-network-less-secure/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 12:00:19 +0000</pubDate>
		<dc:creator>roryalsop</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Question of the Week]]></category>
		<category><![CDATA[confidentiality]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[QOTW]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=957</guid>
		<description><![CDATA[I chose this week&#8217;s Question of the Week, saber tabatabaee yazdi&#8216;s &#8220;Would publishing a network diagram make the network less secure?&#8221; because this is a point which seems to be often misunderstood. Saber asked this question because he had come across various websites designed to let people share their network diagrams and designs in order that [...]]]></description>
				<content:encoded><![CDATA[<p>I chose this week&#8217;s Question of the Week, <a href="http://security.stackexchange.com/users/15505/saber-tabatabaee-yazdi">saber tabatabaee yazdi</a>&#8216;s &#8220;<a href="http://security.stackexchange.com/q/24940/485">Would publishing a network diagram make the network less secure?</a>&#8221; because this is a point which seems to be often misunderstood.</p>

<p>Saber asked this question because he had come across various websites designed to let people share their network diagrams and designs in order that others can comment on them and provide guidance and he wondered what the risks would be from this.</p>

<p>As an example, this diagram from <a href="http://www.ratemynetworkdiagram.com">www.ratemynetworkdiagram.com</a> provides IP addresses, host names and even descriptions:</p>

<p style="text-align: center"><img class="aligncenter" src="http://www.ratemynetworkdiagram.com/image.php?id=8645&amp;p=1" alt="" width="640" height="461" /></p>

<p><a href="http://security.stackexchange.com/users/12578/aj-henderson">AJ Henderson</a> provided the very valid comment that security through obscurity is not security, but admits that any network will have some weaknesses, and avoiding giving this information to a potential attacker is probably advised.</p>

<p>My answer is taken from the experience of managing many hundreds of penetration tests. My take on it is:</p>

<blockquote>having a map helps me target my attack, avoiding possible sensors, honeypots etc and aiming at high value targets or sources of information. This can speed up an attack immensely, reducing the defender&#8217;s chance of preventing it.</blockquote>

<p>But the value from these sites is that you can have obvious mistakes pointed out to you &#8211; peer review can be a very valuable thing. So how can you do that safely?</p>

<blockquote>To reduce risk, some steps you can take are:
<ul>
    <li>remove addresses, function titles etc</li>
    <li>only include sections of the network</li>
    <li>post under an anonymous profile</li>
    <li>include fake network sections</li>
</ul>
</blockquote>

<p>An attacker will still get information, but it hopefully won&#8217;t be enough to let them navigate your entire network.</p>

<p><em>Liked this question of the week? Interested in reading it or adding an answer? See the <a href="http://security.stackexchange.com/q/24940/485">question</a> in full. Have questions of a security nature of your own? Security expert and want to help others? Come and join us at <a href="http://security.stackexchange.com/">security.stackexchange.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/01/qotw-42-would-publishing-a-network-diagram-make-the-network-less-secure/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Brief Introduction to auditd</title>
		<link>http://security.blogoverflow.com/2013/01/a-brief-introduction-to-auditd/</link>
		<comments>http://security.blogoverflow.com/2013/01/a-brief-introduction-to-auditd/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 12:00:44 +0000</pubDate>
		<dc:creator>scottpack</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[hardening]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=936</guid>
		<description><![CDATA[The auditd subsystem is an access monitoring and accounting for Linux developed and maintained by RedHat. It was designed to integrate pretty tightly with the kernel and watch for interesting system calls. Additionally, likely because of this level of integration and detailed logging, it is used as the logger for SELinux. All in all, it is [...]]]></description>
				<content:encoded><![CDATA[<p>The <a title="Linux Audit" href="http://people.redhat.com/sgrubb/audit/" target="_blank">auditd</a> subsystem is an access monitoring and accounting for Linux developed and maintained by RedHat. It was designed to integrate pretty tightly with the kernel and watch for interesting system calls. Additionally, likely because of this level of integration and detailed logging, it is used as the logger for SELinux.</p>

<p>All in all, it is a pretty fantastic tool for monitoring what’s happening on your system. Since it operates at the kernel level this gives us a hook into any system operation we want. We have the option to write a log any time a particular system call happens, whether that be unlink or getpid. We can monitor access to any file, all network traffic, really anything we want. The level of detail is pretty phenomenal and, since it operates at such a low level, the granularity of information is incredibly useful.</p>

<p>The biggest downfall is actually a result of the design that makes it so handy. This is itself a logging system and as a result does not use syslog. The good thing here is that it doesn’t have to rely on anything external to operate, so a typo in your (syslog|rsyslog|syslog-ng).conf file won’t result in losing your system audit logs. As a result you’ll have to manage all the audit logging using the auditd suite of tools. This means any kind of log collection, organization, or archiving may not work with these files, including remote logging. As an aside, auditd does have provisions for remote logging, however they are not as trivial as we’ve come to expect from syslog.</p>

<p>Thanks to the level of integration that it provides your auditd configurations can be quite complex, but I’ve found that there are primarily only two options you need to know.</p>

<ol>
    <li>-a exit,always -S &lt;syscall&gt;</li>
    <li>-w &lt;filename&gt;</li>
</ol>

<p>The first of these generates a log whenever the listed syslog exits, and whenever the listed file is modified. Seems pretty easy right? It certainly can be, but it does require some investigation into what system calls interest you, particularly if you’re not familiar with OS programming or POSIX. Fortunately for us there are some standards that give us some guidance on what to look out for. Let’s take, for example, the <a title="Center for Internet Security" href="http://cisecurity.org/" target="_blank">Center for Internet Security</a> <a href="https://benchmarks.cisecurity.org/tools2/linux/CIS_Red_Hat_Enterprise_Linux_6_Benchmark_v1.1.0.pdf" target="_blank">Red Hat Enterprise Linux 6 Benchmark</a>. The relevant section is “5.2 Configure System Account (auditd)” starting on page 99. There is a large number of interesting examples listed, but for our purposes we’ll whittle those down to a more minimal and assume your <span style="font-family: monospace">/etc/audit/audit.rules looks like this.</span>
<pre>&#35; This file contains the auditctl rules that are loaded
&#35; whenever the audit daemon is started via the initscripts.
&#35; The rules are simply the parameters that would be passed
&#35; to auditctl.
&#35; First rule - delete all
-D</p>

<p>&#35; Increase the buffers to survive stress events.
&#35; Make this bigger for busy systems
-b 1024
-a always,exit -S adjtimex -S settimeofday -S stime -k time-change
-a always,exit -S clock_settime -k time-change
-a always,exit -S sethostname -S setdomainname -k system-locale
-w /etc/group -p wa -k identity
-w /etc/passwd -p wa -k identity
-w /etc/shadow -p wa -k identity
-w /etc/sudoers -p wa -k identity
-w /var/run/utmp -p wa -k session
-w /var/log/wtmp -p wa -k session
-w /var/log/btmp -p wa -k session
-w /etc/selinux/ -p wa -k MAC-policy
&#35; Disable adding any additional rules - note that adding <em>new</em> rules will require a reboot
-e 2</pre>
Based on our earlier discussion we should be able to see that we generate a log message every time any of the following system calls exit: adjtimex, settimeofday, stime, clock_settime, sethostname, setdomainname. This will let us know whenever the time gets changed or if the host or domain name of the system get changed.</p>

<p>We’re also watching a few files. The first four (group, passwd, shadow, sudo) will let us know whenever users get added, modified, or privileges changed. The next three files (utmp, wtmp, btmp) store the current login state of each user, login/logout history, and failed login attempts respectively. So monitoring these will let us know any time an account is used, or failed login attempt, or more specifically whenever these files get changed which will include malicious covering of tracks. Lastly, we’re watching the directory ‘<span style="font-family: monospace">/etc/selinux/</span>’. Directories are a special case in that this will cause the system to recursively monitor the files in that directory. There is a special caveat that you cannot watch ‘/’.</p>

<p>When watching files we also added the option ‘-p wa’. This tells auditd to only watch for (w)rites or (a)ttribute changes. It should be noted that for write (and read for that matter) we aren’t actually logging on those system calls. Instead we’re logging on ‘open’ if the appropriate flags are set.</p>

<p>It should also be said that the logs are also rather&#8230;complete. As an example I added the system call rule for sethostname to a Fedora 17 system, with audit version 2.2.1. This is the resultant log from running &#8220;hostname audit-test.home.private&#8221; as root.
<pre>type=SYSCALL msg=audit(1358306046.744:260): arch=c000003e syscall=170 success=yes exit=0 a0=2025010 a1=17 a2=7 a3=18 items=0 ppid=23922 pid=26742 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts4 ses=16 comm="hostname" exe="/usr/bin/hostname" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key="system-locale"</pre>
There are gobs of fields listed, however the ones that interest me the most are the various field names containing the letters &#8220;id&#8221;, &#8220;exe&#8221; and that ugly string of numbers in the first parens. The first bit, 1358306046.744, is the timestamp of the event in epoch time. The exe field contains the full path tot he binary that was executed. Useful, since we know what was run, but it does not contain the full command line including arguments. Not ideal.</p>

<p>Next we see that the command was run by root, since the euid is 0. Interestingly, the field auid (called audit uid) contains 1000, which is the uid of my regular user account on that host. The auid field actually contains the user id of the original logged in user for this login session. This means, that even though I used &#8220;su -&#8221; to gain a root shell the auditing subsystem still knows who I am. Using su to gain a root shell has always been the bane of account auditing, but the auditd system records information to usefully identify a user. It does not forgive the lack of command line options, but certainly makes me feel better about it.</p>

<p>These examples, while handy, are also only the tip of the iceberg. One would be hard pressed to find a way to get more detailed audit logging than is available here. To help make our way down the rabbit hole of auditd let’s turn this into a series. We’ll collect ideas for use cases and work up an audit config to meet the requirements, much like what I ended up doing on this <a href="http://security.stackexchange.com" target="_blank">security.stackexchange.com</a> <a href="http://security.stackexchange.com/a/5226/618" target="_blank">answer</a>.</p>

<p>If this sounds like fun let me know in the comments and I’ll work up a way to collect the information. Until then&#8230;Happy Auditing!</p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/01/a-brief-introduction-to-auditd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securi-Tay 2 Conference</title>
		<link>http://security.blogoverflow.com/2013/01/securi-tay-2-conference/</link>
		<comments>http://security.blogoverflow.com/2013/01/securi-tay-2-conference/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 22:08:00 +0000</pubDate>
		<dc:creator>roryalsop</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=950</guid>
		<description><![CDATA[Spent January 16th up in Dundee, at the University of Abertay, at Securi-Tay 2. It was a very well run conference &#8211; it was organised by students on the Ethical Hacking and Countermeasures course, but was better organised than some professional conferences I have been to. I saw some excellent speakers, and gave a talk on career [...]]]></description>
				<content:encoded><![CDATA[<p>Spent January 16th up in Dundee, at the University of Abertay, at <a href="http://securi-tay.co.uk/">Securi-Tay</a> 2. It was a very well run conference &#8211; it was organised by students on the Ethical Hacking and Countermeasures course, but was better organised than some professional conferences I have been to.</p>

<p>I saw some excellent speakers, and gave a talk on career planning in information security, so mine was by far the least technical talk there.</p>

<p>Highlights for me:</p>

<ul>
    <li>Rory McCune gave an excellent talk on automation of security testing, both as a standard practice to make life easier, but to help consistency and standards in testing.</li>
</ul>

<p style="text-align: center"><a href="http://1.bp.blogspot.com/-TVSaAbj5-Ok/UPhxsfPkxUI/AAAAAAAAGDQ/BUjgp9EH2MQ/s1600/rorym.jpg"><img class="aligncenter" style="border: 0px" src="http://1.bp.blogspot.com/-TVSaAbj5-Ok/UPhxsfPkxUI/AAAAAAAAGDQ/BUjgp9EH2MQ/s200/rorym.jpg" alt="" width="200" height="150" border="0" /></a></p>

<ul>
    <li>Marion McCune presented on using the <a href="http://blog.scotsts.com/?p=560">Windows Surface for security testing</a>, which I think surprised everyone with the power of an ARM powered tablet.</li>
</ul>

<p style="text-align: center"><a href="http://4.bp.blogspot.com/-MBeLDap-FoE/UPhxre-jhWI/AAAAAAAAGDM/2li9JBTvIlQ/s1600/marion.jpg"><img class="aligncenter" style="border: 0px" src="http://4.bp.blogspot.com/-MBeLDap-FoE/UPhxre-jhWI/AAAAAAAAGDM/2li9JBTvIlQ/s200/marion.jpg" alt="" width="200" height="150" border="0" /></a></p>

<p>&nbsp;</p>

<ul>
    <li>Graham Sutherland&#8217;s talk on attacking office hardware ranged from simple and relatively harmless, to pretty hardcore hacking via chip removal and analysis. Excellent fun, but sadly there was no party hat&#8230;</li>
</ul>

<p style="text-align: center"><a href="http://3.bp.blogspot.com/-pjDYZxEweOQ/UPhxouW1API/AAAAAAAAGDE/7jAsJZulMvM/s1600/graham.jpg"><img class="aligncenter" style="border: 0px" src="http://3.bp.blogspot.com/-pjDYZxEweOQ/UPhxouW1API/AAAAAAAAGDE/7jAsJZulMvM/s320/graham.jpg" alt="" width="320" height="240" border="0" /></a></p>

<ul>
    <li>Nick Walker&#8217;s talk on Android Security Assessments, while slightly too technical for me, was very interesting, and reminded me to pop Cyanogenmod on my Galaxy S3 this weekend.</li>
</ul>

<ul>
    <li>The&#8221; Rory track&#8221; &#8211; of the two lecture theatres, one had 3 Rorys presenting, which just goes to confirm one of the <a href="http://meta.security.stackexchange.com/a/881/485">Memes of Meta&#8230;</a></li>
</ul>

<div> As we had 4 members of Security Stack Exchange presenting, Stack Exchange managed to supply me with a few T-shirts, pens and stickers so quite a few speakers presented their talks wearing them, which was nice. I also gave swag out for good questions and interesting discussion.</div>

<div></div>

<div>Once the videos are up online I will add links here&#8230;</div>

<p>And the good folks at Securi-Tay kindly donated this bright red t-shirt to my con swag collection, so I went home even happier!</p>

<p><a href="http://security.blogoverflow.com/files/2013/01/tshirt.jpg"><img class="aligncenter size-medium wp-image-952" src="http://security.blogoverflow.com/files/2013/01/tshirt-225x300.jpg" alt="" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2013/01/securi-tay-2-conference/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QoTW #41: Why do we lock our computers?</title>
		<link>http://security.blogoverflow.com/2012/11/qotw-41-why-do-we-lock-our-computers/</link>
		<comments>http://security.blogoverflow.com/2012/11/qotw-41-why-do-we-lock-our-computers/#comments</comments>
		<pubDate>Fri, 30 Nov 2012 12:00:27 +0000</pubDate>
		<dc:creator>roryalsop</dc:creator>
				<category><![CDATA[Attack]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Question of the Week]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[QOTW]]></category>

		<guid isPermaLink="false">http://security.blogoverflow.com/?p=921</guid>
		<description><![CDATA[Iszi chose this week&#8217;s question of the week, Tom Marthenal&#8216;s &#8220;Why do we lock our computers?&#8221; - as Tom puts it: It&#8217;s common knowledge that if somebody has physical access to your machine they can do whatever they want with it, so what is the point? This one attracted a lot of views, as it is [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://meta.security.stackexchange.com/users/953/iszi">Iszi</a> chose this week&#8217;s question of the week, <a href="http://security.stackexchange.com/users/6813/tom-marthenal">Tom Marthenal</a>&#8216;s <a href="http://security.stackexchange.com/q/22941/485">&#8220;Why do we lock our computers?&#8221;</a> - as Tom puts it:</p>

<blockquote>It&#8217;s common knowledge that if somebody has physical access to your machine they can do whatever they want with it, so what is the point?</blockquote>

<p>This one attracted a lot of views, as it is a simple question of interest to everyone.</p>

<p>Both <a href="http://security.stackexchange.com/users/1850/bruce-ediger">Bruce Ediger</a> and <a href="http://security.stackexchange.com/users/5400/polynomial">Polynomial </a>answered with the core reason &#8211; it removes the risk from the casual attacker while costing the user next to nothing! This is an essential factor in cost/usability tradeoffs for security. From Bruce:</p>

<blockquote>The value of locking is somewhat larger than the price of locking it. Sort of like how in good neighborhoods, you don&#8217;t need to lock your front door. In most neighborhoods, you do lock your front door, but anyone with a hammer, a large rock or a brick could get in through the windows.</blockquote>

<p>and from Polynomial:</p>

<blockquote>An attacker with a short window of opportunity (e.g. whilst you&#8217;re out getting coffee) must be prevented at minimum cost to you as a user, in such a way that makes it non-trivial to bypass under tight time constraints.</blockquote>

<p><a href="http://security.stackexchange.com/users/9761/kaz">Kaz</a> pointed out another essential point, traceability:</p>

<blockquote>If you don&#8217;t lock, it is easy for someone to poke around inside your session in such a way that you will not notice it when you return to your machine.</blockquote>

<p>And<a href="http://security.stackexchange.com/users/3839/zzzzbov"> zzzzBov</a> added this in a comment:</p>

<blockquote>&#8230;few bystanders would question someone walking up to a house and entering through the front door. The assumption is that the person entering it has a reason to. If a bystander watches someone break into a window, they&#8217;re much more likely to call the authorities. This is analogous with sitting down at a computer that&#8217;s unlocked, vs physically hacking into the system after crawling under a desk.</blockquote>

<p>It removes a large percentage of possible attacks &#8211; those from your co-workers wanting to mess with your stuff &#8211; thanks <a href="http://security.stackexchange.com/users/5938/enedene">enedene</a>.</p>

<p>So &#8211; protect yourself from co-workers, casual snooping and pilfering and other mischief by simply locking your machine every time you leave your desk!</p>

<p><em>Liked this question of the week? Interested in reading it or adding an answer? See the <a href="http://security.stackexchange.com/q/22941/485">question</a> in full. Have questions of a security nature of your own? Security expert and want to help others? Come and join us at <a href="http://security.stackexchange.com/">security.stackexchange.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://security.blogoverflow.com/2012/11/qotw-41-why-do-we-lock-our-computers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  security.blogoverflow.com/feed/ ) in 1.13641 seconds, on May 18th, 2013 at 12:49 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2013 at 12:54 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  security.blogoverflow.com/feed/ ) in 0.00130 seconds, on May 18th, 2013 at 12:51 pm UTC. -->