This document summarizes Mario Heiderich's talk on obfuscated JavaScript malware. The talk covered the history of JavaScript and how it has evolved from being frowned upon due to security issues to becoming essential for modern web applications. It then discussed how JavaScript is commonly used in malware through techniques like string obfuscation, eval injection, and hiding payloads in the DOM. The talk concluded by exploring how obfuscation could become even more advanced using new JavaScript features and discussed challenges in detecting obfuscated malware.