<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>SecDocs Feed for category Slides</title>
    <link>http://secdocs.lonerunners.net</link>
    <atom:link type="application/rss+xml" href="http://secdocs.lonerunners.net/rss/category/2-slides" rel="self"/>
    <description>Latest security documents RSS feed for category Slides</description>
    <language>en-us</language>
    <item>
      <title>[Slides] Stealth Attacks - Detection and Investigation</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1564-ryan-jones"&gt;Ryan Jones&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/1563-thomas-mackenzie"&gt;Thomas Mackenzie&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/83-exploiting"&gt;exploiting&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: Meticulous attackers can subvert audit controls to the point where a compromise is almost undetectable. We look at the tools and techniques which can be used by attackers to minimise evidence left behind and propose a novel strategy for managing this issue.  Fully identifying the method and impact of a data compromise is heavily reliant on the forensic information available to investigators. Commonly this is dependent on having logs for the compromised period. However, in the cases where an attacker has taken steps to reduce their footprint on the system, investigations can be more challenging.  We explore the various evidential sources which are commonly used to identify the extent and method of a web application compromise. We then discuss an attack which, due to its nature, is more complicated to identify and understand. The presentation will draw together the techniques used in investigating a data compromise and create an attack which is designed to completely compromise the web server while leaving the least amount of evidence on the system.  Incident readiness specialists can often recommend that verbose logging is put in place. Logging such as full http request and response logging fits the bill for the investigator but by their nature these logs have serious drawbacks for the day to day management of the server; large storage requirements, incidental storage of sensitive data and performance issues are common problems.  We suggest a new approach, restricting access or logging anomalies at the framework level. By blending the information gained at the framework level with automated application profiling techniques we can create heavily targeted logs bespoke to the specific application. This can be implemented for all applications regardless of whether source code is available. This method gives us the best chance of keeping logging to an absolute minimum whilst ensuring that techniques used to minimise forensic evidence left by an attack are unsuccessful.</description>
      <pubDate>Sat, 04 Feb 2012 17:45:17 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4857-stealth-attacks---detection-and-investigation</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4857-stealth-attacks---detection-and-investigation</guid>
    </item>
    <item>
      <title>[Slides] New Ways I'm Going to Hack Your Web App</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1562-jesse-ou"&gt;Jesse Ou&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/1561-rich-lundeen"&gt;Rich Lundeen&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/13-web-application"&gt;web application&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/16-cookie"&gt;cookie&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/51-vulnerability"&gt;vulnerability&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/162-xss"&gt;XSS&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: Writing secure code is hard. Even when people do it basically right there are sometimes edge cases that can be exploited. Most the time writing code that works isn't even the hard part, it's keeping up with the changing attack techniques while still keeping an eye on all the old issues that can come back to bite you, straddling the ancient world of the 90's RFCs and 2010's HTML5 compatible browsers. A lot like how Indiana Jones bridges the ancient and the modern... Except for Indiana Jones 4. Let's never talk about that again. Ever.  Take Facebook, Office 365, MSN, and Wordpress. These are applications that had decent mitigations to standard threats, but they all had edge cases. Using a mix of old and new ingredients, we'll provide a sampler plate of clickjacking protection bypasses, CSRF mitigation bypasses, "non-exploitable" XSS attacks that are suddenly exploitable and XML attacks where you can actually get a shell; and we'll talk about how to defend against these attacks.</description>
      <pubDate>Sat, 04 Feb 2012 17:09:54 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4855-new-ways-im-going-to-hack-your-web-app</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4855-new-ways-im-going-to-hack-your-web-app</guid>
    </item>
    <item>
      <title>[Slides] Exploiting Memory Corruption Vulnerabilities in the Java Runtime</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1560-joshua-drake"&gt;Joshua Drake&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/50-memory"&gt;memory&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/73-heap-overflow"&gt;heap overflow&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/83-exploiting"&gt;exploiting&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/89-java"&gt;Java&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: The Oracle (previously Sun) Java Runtime Environment (JRE) is widely viewed by security researchers as one of the weakest links in the proverbial chain. That said, the exploitation of memory corruption vulnerabilities within the JRE is not always straight-forward. This talk will focus on a collection of techniques to overcome potential issues that one may face while developing exploits against memory corruption vulnerabilities within the JRE. The talk concludes with a demonstration of the techniques as used on a selection of contrived and real-world vulnerabilities.</description>
      <pubDate>Fri, 03 Feb 2012 06:37:36 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4851-exploiting-memory-corruption-vulnerabilities-in-the-java-runtime</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4851-exploiting-memory-corruption-vulnerabilities-in-the-java-runtime</guid>
    </item>
    <item>
      <title>[Slides] Check Your Zombie Devices! : Analysis of the DDoS Cyber Terrorism Against the Country and Future Attacks on Various Devices</title>
      <description>&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/46-malware"&gt;malware&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/156-dos"&gt;DoS&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: A Distributed Denial-of-Service(DDoS), one of the simplest and most powerful cyber attacks is a big problem nowadays. It has existed since the past, but now attackers can give greater damage to their target due to the development of more effective attack techniques and the propagation of high-speed internet and so on.  Especially DDoS attack is now getting a huge problem because the unspecified individuals(called zombie PCs) are used in loading malicious codes while attacking a single site or system. DDoS attack is directly related to targeted companies, institutions and even governments, security companies and users as well.  Plus, there is a possibility of running malicious code onto many other types of electronic devices such as smart phones, game consoles, home appliances and even cars. Therefore a new type of DDos attack might be seen in various places.  In this presentation, we will figure out the large-scale DDoS attacks occurred in Korea(July 2009, March 2011) with detailed analysis and reverse tracking and how defenders(Korean institutions and security companies) coped with the attack. WE WILL NOT MENTION WHO THE ATTACKER IS.  Also we will show the new type of DDoS attacks (by PC, smart phone, game console and so on) through demonstration. In this demonstration, we will handle the mechanism of DDos attacks including the type of attack, damage and preparation stage as well.  Finally, we will suggest a solution of this problem.  *IMPORTANT* This presentation tries not to include boring stuff. It will be fun with easy explanation and interesting demonstration.</description>
      <pubDate>Fri, 03 Feb 2012 06:37:36 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4853-check-your-zombie-devices--analysis-of-the-ddos-cyber-terrorism-against-the-country-and-future-attacks-on-various-devices</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4853-check-your-zombie-devices--analysis-of-the-ddos-cyber-terrorism-against-the-country-and-future-attacks-on-various-devices</guid>
    </item>
    <item>
      <title>[Slides] Taming Worms, RATs, Dragons and More!</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/855-christiaan-beek"&gt;Christiaan Beek&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/46-malware"&gt;malware&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/101-intelligence"&gt;intelligence&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/195-malware-analysis"&gt;malware analysis&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: Over years the use of malware has dramatically changed. Ranging from programmers exploring the malicious possibilities of their programming code, copycats trying to combine code snippets, to organized crime and governments using custom made malware for their purposes. Where financial gratification is the main drive for cybercrime, it seems that the hunger for secrets and intellectual property is taking over. Some examples of cases are: Operation Aurora, Night-Dragon and recently Shady-RAT.  These are examples of investigations that started with the detection of unknown customized malware, hiding on corporate networks and ended in large investigations regarding Data Loss. So how is it possible that this malware was undetected? How can you detect hidden malware on your network using open-source tools, what patterns to look for? What countermeasures can you take? How to build a layered malware defense to keep unknown malware out of your network.  In my talk I will give some demo's how you can use Wireshark to investigate networkdata for traces of malware, how to filter for suspicious connections.</description>
      <pubDate>Thu, 02 Feb 2012 06:41:02 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4847-taming-worms-rats-dragons-and-more</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4847-taming-worms-rats-dragons-and-more</guid>
    </item>
    <item>
      <title>[Slides] Evolution of iOS Data Protection and iPhone Forensics: from iPhoneOS to iOS 5</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/277-andrey-belenko"&gt;Andrey Belenko&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/1557-dmitry-sklyarov"&gt;Dmitry Sklyarov&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/8-forensic"&gt;forensic&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/251-iphone"&gt;iPhone&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: iOS 5 is the latest and most advanced mobile OS from Apple. Besides tweaking UI and UX, Apple has made some changes to Data Protection mechanisms that were introduced in iOS 4. Those changes provide better security for users, but they also impose additional hurdles for mobile phone forensic process.  This talk will provide detailed discussion of iOS Data Protection, focusing on both technical description of defenses and on circumventing certain protections to provide forensic access to the data stored on the iOS devices. iOS versions from iOS 3 (iPhoneOS 3) to iOS 5 will be covered.</description>
      <pubDate>Thu, 02 Feb 2012 06:41:02 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4848-evolution-of-ios-data-protection-and-iphone-forensics-from-iphoneos-to-ios-5</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4848-evolution-of-ios-data-protection-and-iphone-forensics-from-iphoneos-to-ios-5</guid>
    </item>
    <item>
      <title>[Slides] Android : From Reversing to Decompilation</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1558-anthony-desnos"&gt;Anthony Desnos&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/1559-geoffroy-gueguen"&gt;Geoffroy Gueguen&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/49-reverse-engineering"&gt;reverse engineering&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/233-phone"&gt;phone&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/248-android"&gt;Android&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: This talk deals with Android's bytecode analysis. The Android system is now widespread, and lots of applications are developed each days. These applications are mostly written in Java, though it is now possible to do some calls to binaries or shared libraries. To be executed on the DVM (Dalvik Virtual Machine) the Java source code (.java files) is translated into Java bytecode (.class files) and then a tool named `dx' is used to convert them into the DVM (or Dex) format (these are the .dex files). Such a conversion is needed as the DVM is a register-based machine whereas the JVM is a stack-based one, and as such they have different opcodes.  Due to the nature of the bytecode, its reversing is somewhat easier than machine code. Indeed, unlike machine code, (Dalvik) bytecode contains semantics information (e.g types of objects) that allows us to do a better analysis. We can get useful details on variables, fields, methods... We can create signatures for a method, or we can use the android permissions to see where a specific one is used in an application. The analysis part allows us to extract the control flow graph (which is composed of basic blocks, and which cannot be modified dynamically due to the virtual machine) which is used to reverse the different possibles executions of an application.  Furthermore, we have implemented new algorithms to calculate the similarity distance between two applications, a useful information to know if your application has been stolen from the android market. It's also possible to use similarity to do `diffing' of Android applications is useful to see patches of bugs or insertion of evil code, this is why we have developed a combination of techniques to quickly see the differences between two applications. Moreover it's interesting to have the ability to manipulate in a simple way all these new formats (APK, DEX, Dalvik bytecode, Android's binary xml) to automate testing directly in a program or in a specific interpreter. Though some closed-source decompilers exist for Java as well as for Android applications, their effectiveness is somewhat limited (unreadable, don't compile...).  There are other ways to retrieve the Java source code of an application from the bytecode, for instance some people use a software which transform Dex bytecode into Java bytecode and then combined this with a regular Java decompiler. But the resulting code looks more like an obfuscated version which does not compile than real source code. That's why we have developed a new decompiler which uses only Dalvik bytecode to create an original Java source code. We present a new open-source tool (Androguard) written in Python (and some parts of C language) which help the reversing of Android applications, as well as a technique we use to build a decompiler.</description>
      <pubDate>Thu, 02 Feb 2012 06:41:02 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4849-android--from-reversing-to-decompilation</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4849-android--from-reversing-to-decompilation</guid>
    </item>
    <item>
      <title>[Slides] Fun with Google Custom Searches: Intelligence, Secrets and Leaks</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1556-jamal-bandukwala"&gt;Jamal Bandukwala&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/101-intelligence"&gt;intelligence&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/208-google"&gt;Google&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: Traditional Google searches can generate millions of results many of which are not relevant to what a user is looking for and when a user searches for items with various advanced operators they are still limited to searching one site at a time. This means that an individual can have to peruse through several different pages of sometimes questionable quality looking for relevant and usable information.  My custom searches allow a user to peruse multiple relevant sources at the same time. I have put together three different custom searches/ engines; each of these searches goes through different types of online sources/ content and consequently provides different types of information/ intelligence. My presentation goes over each of these custom searches and provides examples of the type of information one can obtain from them and also examines how they can be used both in an offensive manner (ie. attacks) and defensively as well.  One can find everything from credit card numbers to passport information and even do things like interrupt travel plans and take over identities. Additionally you can also find significant information on various individuals even if they do not have their own presence online; this can allow an attacker to craft a much more convincing attack to get the information they need.  It would appear that the custom search engine owner/ creator and the individual using the searches are both only limited by the content in the search engine and their imagination. The possibilities on what you can find with the appropriate search are endless.</description>
      <pubDate>Wed, 01 Feb 2012 06:31:40 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4846-fun-with-google-custom-searches-intelligence-secrets-and-leaks</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4846-fun-with-google-custom-searches-intelligence-secrets-and-leaks</guid>
    </item>
    <item>
      <title>[Slides] Cryptanalysis vs. Reality</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1257-jean-philippe-aumasson"&gt;Jean-Philippe Aumasson&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/63-cryptography"&gt;cryptography&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/100-black-hat-abu-dhabi-2011"&gt;Black Hat Abu Dhabi 2011&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Abstract&lt;/b&gt;: It is commonplace to argue that academic cryptanalysis---whose "attacks" literally take billions of years to complete---has no relevance whatsoever to actual security, for real-world failures of crypto are most often due to:      Side-channel leakage (padding oracle attacks, etc.)     Attacks on the implementation (key extraction through fault attacks, etc.)     Complete bypass (after theft of keys &#224; la DigiNotar, etc.)  Nevertheless, a number of new cryptanalytic attacks have appeared these last years with various degrees of sophistication and of objectives, from complex key-recovery attacks to efficient-yet-cryptical "distinguishingers". To better understand the risk (or absence thereof), this talk will go through technical subtleties of state-of-the-art cryptanalysis research, which we'll illustrate with concrete field examples. The topics discussed include related-key attacks, cube attacks, the real security of AES, the case of pay-TV encryption, or the risk of using SHA-1, SHA-2, or the future SHA-3. Finally, we will present a recent attempt to bridge theory and practice, with an introduction to leakage-resilient cryptography.</description>
      <pubDate>Wed, 01 Feb 2012 00:47:41 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4844-cryptanalysis-vs-reality</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4844-cryptanalysis-vs-reality</guid>
    </item>
    <item>
      <title>[Slides] Iron Chef Black Hat: John Henry Challenge</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/48-brian-chess"&gt;Brian Chess&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/49-jacob-west"&gt;Jacob West&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/1555-pravir-chandra"&gt;Pravir Chandra&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/6-hacking"&gt;hacking&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Tue, 31 Jan 2012 06:49:50 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4840-iron-chef-black-hat-john-henry-challenge</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4840-iron-chef-black-hat-john-henry-challenge</guid>
    </item>
    <item>
      <title>[Slides] DTRACE: The Reverse Engineer's Unexpected Swiss Army Knife</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/643-david-weston"&gt;David Weston&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/268-tiller-beauchamp"&gt;Tiller Beauchamp&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/49-reverse-engineering"&gt;reverse engineering&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Tue, 31 Jan 2012 06:49:50 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4842-dtrace-the-reverse-engineers-unexpected-swiss-army-knife</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4842-dtrace-the-reverse-engineers-unexpected-swiss-army-knife</guid>
    </item>
    <item>
      <title>[Slides] Attacking Anti-Virus</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1553-feng-xue"&gt;Feng Xue&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/48-antivirus"&gt;antivirus&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Mon, 30 Jan 2012 06:41:05 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4833-attacking-anti-virus</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4833-attacking-anti-virus</guid>
    </item>
    <item>
      <title>[Slides] Security Failures in Secure Devices</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/233-christopher-tarnovsky"&gt;Christopher Tarnovsky&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/5-security"&gt;security&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Mon, 30 Jan 2012 06:41:05 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4834-security-failures-in-secure-devices</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4834-security-failures-in-secure-devices</guid>
    </item>
    <item>
      <title>[Slides] Investigating Individuals and Organizations Using Open Source Intelligence</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1554-chris-b%C3%B6hme"&gt;Chris B&#246;hme&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/871-roelof-temmingh"&gt;Roelof Temmingh&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/101-intelligence"&gt;intelligence&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Mon, 30 Jan 2012 06:41:05 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4835-investigating-individuals-and-organizations-using-open-source-intelligence</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4835-investigating-individuals-and-organizations-using-open-source-intelligence</guid>
    </item>
    <item>
      <title>[Slides] Exposing Vulnerabilities in Media Software</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/638-david-thiel"&gt;David Thiel&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/51-vulnerability"&gt;vulnerability&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Mon, 30 Jan 2012 06:41:05 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4837-exposing-vulnerabilities-in-media-software</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4837-exposing-vulnerabilities-in-media-software</guid>
    </item>
    <item>
      <title>[Slides] Hacking Second Life</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/288-michael-thumann"&gt;Michael Thumann&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/175-second-life"&gt;Second Life&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 29 Jan 2012 11:32:53 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4839-hacking-second-life</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4839-hacking-second-life</guid>
    </item>
    <item>
      <title>[Slides] Mobile Phone Spying Tools</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1541-jarno-niemel%C3%A4"&gt;Jarno Niemel&#228;&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/233-phone"&gt;phone&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 29 Jan 2012 06:51:48 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4826-mobile-phone-spying-tools</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4826-mobile-phone-spying-tools</guid>
    </item>
    <item>
      <title>[Slides] The Fundamentals of Physical Security</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/341-deviant-ollam"&gt;Deviant Ollam&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/103-physical-security"&gt;physical security&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/286-lockpicking"&gt;lockpicking&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 29 Jan 2012 06:51:48 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4828-the-fundamentals-of-physical-security</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4828-the-fundamentals-of-physical-security</guid>
    </item>
    <item>
      <title>[Slides] Client-side Security</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/316-petko-d-petkov"&gt;Petko d. Petkov&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/222-client-side"&gt;client side&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 29 Jan 2012 06:51:48 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4830-client-side-security</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4830-client-side-security</guid>
    </item>
    <item>
      <title>[Slides] Antiphishing Security Strategy</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/312-angelo-rosiello"&gt;Angelo Rosiello&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/100-phishing"&gt;phishing&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 29 Jan 2012 06:51:48 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4831-antiphishing-security-strategy</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4831-antiphishing-security-strategy</guid>
    </item>
    <item>
      <title>[Slides] 0-Day Patch -Exposing Vendors (In)Security Performance</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1552-bernard-tellenbach"&gt;Bernard Tellenbach&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/614-stefan-frei"&gt;Stefan Frei&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/51-vulnerability"&gt;vulnerability&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sat, 28 Jan 2012 06:52:56 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4818-0-day-patch--exposing-vendors-insecurity-performance</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4818-0-day-patch--exposing-vendors-insecurity-performance</guid>
    </item>
    <item>
      <title>[Slides] Intercepting Mobile Phone/GSM Traffic</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/61-david-hulton"&gt;David Hulton&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/108-gsm"&gt;GSM&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sat, 28 Jan 2012 06:52:56 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4820-intercepting-mobile-phonegsm-traffic</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4820-intercepting-mobile-phonegsm-traffic</guid>
    </item>
    <item>
      <title>[Slides] Biologger - A Biometric Keylogger</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/72-matthew-lewis"&gt;Matthew Lewis&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/105-biometric"&gt;biometric&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sat, 28 Jan 2012 06:52:56 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4822-biologger---a-biometric-keylogger</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4822-biologger---a-biometric-keylogger</guid>
    </item>
    <item>
      <title>[Slides] URI Use and Abuse</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/56-billy-rios"&gt;Billy Rios&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/66-nathan-mcfeters"&gt;Nathan McFeters&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/899-rob-carter"&gt;Rob Carter&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/113-uri"&gt;URI&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 27 Jan 2012 22:43:36 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4825-uri-use-and-abuse</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4825-uri-use-and-abuse</guid>
    </item>
    <item>
      <title>[Slides] CrackStation</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1551-nick-breese"&gt;Nick Breese&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/109-cracking"&gt;cracking&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 27 Jan 2012 06:49:56 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4813-crackstation</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4813-crackstation</guid>
    </item>
    <item>
      <title>[Slides] Side Channel Analysis on Embedded Systems. Impact and Countermeasures</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/53-job-de-haas"&gt;Job de Haas&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/138-covert-channel"&gt;covert channel&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 27 Jan 2012 06:49:56 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4814-side-channel-analysis-on-embedded-systems-impact-and-countermeasures</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4814-side-channel-analysis-on-embedded-systems-impact-and-countermeasures</guid>
    </item>
    <item>
      <title>[Slides] New Viral Threats of PDF Language</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/298-eric-filiol"&gt;Eric Filiol&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/46-malware"&gt;malware&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/254-pdf"&gt;PDF&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 27 Jan 2012 06:49:56 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4816-new-viral-threats-of-pdf-language</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4816-new-viral-threats-of-pdf-language</guid>
    </item>
    <item>
      <title>[Slides] Malware on the Net - Behind the Scenes</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/423-iftach-ian-amit"&gt;Iftach Ian Amit&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/46-malware"&gt;malware&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Thu, 26 Jan 2012 22:49:50 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4811-malware-on-the-net---behind-the-scenes</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4811-malware-on-the-net---behind-the-scenes</guid>
    </item>
    <item>
      <title>[Slides] LDAP Injection &amp; Blind LDAP Injection</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/598-chema-alonso"&gt;Chema Alonso&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/599-jos%C3%A9-parada"&gt;Jos&#233; Parada&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/17-authentication"&gt;authentication&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/99-black-hat-eu-2008"&gt;Black Hat EU 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Thu, 26 Jan 2012 22:42:29 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4809-ldap-injection--blind-ldap-injection</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4809-ldap-injection--blind-ldap-injection</guid>
    </item>
    <item>
      <title>[Slides] Exploiting Live Virtual Machine Migration</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/844-jon-oberheide"&gt;Jon Oberheide&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/1-virtualization"&gt;virtualization&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/2-virtual-machine"&gt;virtual machine&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/5-black-hat-dc-2008"&gt;Black Hat DC 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Wed, 25 Jan 2012 06:50:11 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4803-exploiting-live-virtual-machine-migration</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4803-exploiting-live-virtual-machine-migration</guid>
    </item>
    <item>
      <title>[Slides] (un)Smashing the Stack: Overflows, Countermeasures, and the Real World</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/388-shawn-moyer"&gt;Shawn Moyer&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/27-buffer-overflow"&gt;buffer overflow&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/83-exploiting"&gt;exploiting&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/5-black-hat-dc-2008"&gt;Black Hat DC 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Wed, 25 Jan 2012 06:50:11 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4805-unsmashing-the-stack-overflows-countermeasures-and-the-real-world</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4805-unsmashing-the-stack-overflows-countermeasures-and-the-real-world</guid>
    </item>
    <item>
      <title>[Slides] Scanning Applications 2.0 - Next Generation Scan, Attacks and Tools</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1550-sheeraj-shah"&gt;Sheeraj Shah&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/13-web-application"&gt;web application&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/41-vulnerability-assessment"&gt;vulnerability assessment&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/5-black-hat-dc-2008"&gt;Black Hat DC 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Wed, 25 Jan 2012 06:50:10 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4801-scanning-applications-20---next-generation-scan-attacks-and-tools</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4801-scanning-applications-20---next-generation-scan-attacks-and-tools</guid>
    </item>
    <item>
      <title>[Slides] Security Failures in Secure Devices</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/233-christopher-tarnovsky"&gt;Christopher Tarnovsky&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/5-security"&gt;security&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/5-black-hat-dc-2008"&gt;Black Hat DC 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Tue, 24 Jan 2012 22:17:09 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4800-security-failures-in-secure-devices</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4800-security-failures-in-secure-devices</guid>
    </item>
    <item>
      <title>[Slides] Preparing for the Cross Site Request Forgery Defense</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1325-chuck-willis"&gt;Chuck Willis&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/253-csrf"&gt;CSRF&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/5-black-hat-dc-2008"&gt;Black Hat DC 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Tue, 24 Jan 2012 21:23:18 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4799-preparing-for-the-cross-site-request-forgery-defense</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4799-preparing-for-the-cross-site-request-forgery-defense</guid>
    </item>
    <item>
      <title>[Slides] DTRACE: The Reverse Engineer's Unexpected Swiss Army Knife</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/643-david-weston"&gt;David Weston&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/268-tiller-beauchamp"&gt;Tiller Beauchamp&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/49-reverse-engineering"&gt;reverse engineering&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/5-black-hat-dc-2008"&gt;Black Hat DC 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Tue, 24 Jan 2012 21:21:04 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4797-dtrace-the-reverse-engineers-unexpected-swiss-army-knife</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4797-dtrace-the-reverse-engineers-unexpected-swiss-army-knife</guid>
    </item>
    <item>
      <title>[Slides] Classification and Detection of Application Backdoors</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/308-chris-wysopal"&gt;Chris Wysopal&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/71-backdoor"&gt;backdoor&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/5-black-hat-dc-2008"&gt;Black Hat DC 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Tue, 24 Jan 2012 21:12:31 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4795-classification-and-detection-of-application-backdoors</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4795-classification-and-detection-of-application-backdoors</guid>
    </item>
    <item>
      <title>[Slides] Disclosing Secret Algorithms from Hardware</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/134-karsten-nohl"&gt;Karsten Nohl&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/49-reverse-engineering"&gt;reverse engineering&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/98-hardware-hacking"&gt;hardware hacking&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Mon, 23 Jan 2012 06:45:56 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4792-disclosing-secret-algorithms-from-hardware</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4792-disclosing-secret-algorithms-from-hardware</guid>
    </item>
    <item>
      <title>[Slides] A Hypervisor IPS based on Hardware Assisted Virtualization Technology</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/903-junichi-murakami"&gt;Junichi Murakami&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/1-virtualization"&gt;virtualization&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/118-ids"&gt;IDS&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Mon, 23 Jan 2012 06:45:55 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4790-a-hypervisor-ips-based-on-hardware-assisted-virtualization-technology</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4790-a-hypervisor-ips-based-on-hardware-assisted-virtualization-technology</guid>
    </item>
    <item>
      <title>[Slides] Satan is on My Friends List: SNS Survey</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/476-nathan-hamiel"&gt;Nathan Hamiel&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/388-shawn-moyer"&gt;Shawn Moyer&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/291-social-engineering"&gt;social engineering&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 22 Jan 2012 06:48:41 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4786-satan-is-on-my-friends-list-sns-survey</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4786-satan-is-on-my-friends-list-sns-survey</guid>
    </item>
    <item>
      <title>[Slides] Exploiting Symbian OS in mobile devices</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/143-collin-mulliner"&gt;Collin Mulliner&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/233-phone"&gt;phone&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 22 Jan 2012 06:48:41 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4788-exploiting-symbian-os-in-mobile-devices</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4788-exploiting-symbian-os-in-mobile-devices</guid>
    </item>
    <item>
      <title>[Slides] Owning the Fanboys: Hacking Mac OSX</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/251-charlie-miller"&gt;Charlie Miller&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/182-mac-os-x"&gt;Mac OS X&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sun, 22 Jan 2012 06:48:40 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4784-owning-the-fanboys-hacking-mac-osx</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4784-owning-the-fanboys-hacking-mac-osx</guid>
    </item>
    <item>
      <title>[Slides] Threat Gallery of Japanese Landscape</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1549-hiroshi-kawaguchi"&gt;Hiroshi Kawaguchi&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/5-security"&gt;security&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sat, 21 Jan 2012 06:58:43 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4781-threat-gallery-of-japanese-landscape</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4781-threat-gallery-of-japanese-landscape</guid>
    </item>
    <item>
      <title>[Slides] The Internet is Broken: Beyond Document.Cookie - Extreme Client Side Exploitation</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/66-nathan-mcfeters"&gt;Nathan McFeters&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/16-cookie"&gt;cookie&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/222-client-side"&gt;client side&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sat, 21 Jan 2012 06:58:43 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4782-the-internet-is-broken-beyond-documentcookie---extreme-client-side-exploitation</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4782-the-internet-is-broken-beyond-documentcookie---extreme-client-side-exploitation</guid>
    </item>
    <item>
      <title>[Slides] Cyberspace and the Changing Nature of Warfare</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/349-kenneth-geers"&gt;Kenneth Geers&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/56-warfare"&gt;warfare&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Sat, 21 Jan 2012 06:58:42 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4777-cyberspace-and-the-changing-nature-of-warfare</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4777-cyberspace-and-the-changing-nature-of-warfare</guid>
    </item>
    <item>
      <title>[Slides] FragFS: An Advanced NTFS Data Hiding Technique</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/685-irby-thompson"&gt;Irby Thompson&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/686-mathew-monroe"&gt;Mathew Monroe&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/63-cryptography"&gt;cryptography&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/97-black-hat-federal-2006"&gt;Black Hat Federal 2006&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 20 Jan 2012 06:32:30 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4770-fragfs-an-advanced-ntfs-data-hiding-technique</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4770-fragfs-an-advanced-ntfs-data-hiding-technique</guid>
    </item>
    <item>
      <title>[Slides] Understanding Targeted Attacks with Office Documents</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/227-bruce-dang"&gt;Bruce Dang&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/283-office"&gt;Office&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 20 Jan 2012 06:32:30 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4773-understanding-targeted-attacks-with-office-documents</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4773-understanding-targeted-attacks-with-office-documents</guid>
    </item>
    <item>
      <title>[Slides] Get Rich or Die Trying - "Making Money on The Web, The Black Hat Way"</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/887-arian-evans"&gt;Arian Evans&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/6-hacking"&gt;hacking&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 20 Jan 2012 06:32:30 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4775-get-rich-or-die-trying---making-money-on-the-web-the-black-hat-way</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4775-get-rich-or-die-trying---making-money-on-the-web-the-black-hat-way</guid>
    </item>
    <item>
      <title>[Slides] Playing Server Hide and Seek on the Tor Anonymity Network</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1545-lasse-%C3%98verlier"&gt;Lasse &#216;verlier&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/authors/details/1546-paul-syverson"&gt;Paul Syverson&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/127-tor"&gt;Tor&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/193-privacy"&gt;privacy&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/97-black-hat-federal-2006"&gt;Black Hat Federal 2006&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Fri, 20 Jan 2012 06:32:29 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4769-playing-server-hide-and-seek-on-the-tor-anonymity-network</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4769-playing-server-hide-and-seek-on-the-tor-anonymity-network</guid>
    </item>
    <item>
      <title>[Slides] Attacking with Character Encoding for Profit and Fun</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1547-yosuke-hasegawa"&gt;Yosuke Hasegawa&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/51-vulnerability"&gt;vulnerability&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/98-black-hat-asia-2008"&gt;Black Hat Asia 2008&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Thu, 19 Jan 2012 21:37:58 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4780-attacking-with-character-encoding-for-profit-and-fun</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4780-attacking-with-character-encoding-for-profit-and-fun</guid>
    </item>
    <item>
      <title>[Slides] Combatting Symbian Malware</title>
      <description>&lt;b&gt;Authors&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/authors/details/1541-jarno-niemel%C3%A4"&gt;Jarno Niemel&#228;&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/tags/details/46-malware"&gt;malware&lt;/a&gt; &lt;a href="http://secdocs.lonerunners.net/tags/details/233-phone"&gt;phone&lt;/a&gt; &lt;br/&gt;&lt;b&gt;Event&lt;/b&gt;: &lt;a href="http://secdocs.lonerunners.net/events/details/97-black-hat-federal-2006"&gt;Black Hat Federal 2006&lt;/a&gt; &lt;br/&gt;</description>
      <pubDate>Thu, 19 Jan 2012 06:49:24 +0100</pubDate>
      <link>http://secdocs.lonerunners.net/documents/details/4763-combatting-symbian-malware</link>
      <guid>http://secdocs.lonerunners.net/documents/details/4763-combatting-symbian-malware</guid>
    </item>
  </channel>
</rss>

