Content Security Policy: Mitigating Web Vulnerabilities by Controlling the Rules of the Game

<p>Defining a Content Security Policy (CSP) for your web application can help harden the application against many common attacks. Mitigating XSS attacks is a significant component of CSP hardening, but CSP can protect…</p>

Continue reading Content Security Policy: Mitigating Web Vulnerabilities by Controlling the Rules of the Game

Posted in Uncategorized

On the possibility of obfuscating code using neural networks

In this blog post, I will cover the current state of my research investigating the possibility of using neural networks to hide shellcode. But before we dig in, I will provide a little background information. For those unfamiliar with neural networks, they are a type of computer system design that is inspired by how human…

The post On the possibility of obfuscating code using neural networks appeared first on TrustedSec.

Continue reading On the possibility of obfuscating code using neural networks