1 / 5

Real Time Polymorphic Shellcode Detection

Real Time Polymorphic Shellcode Detection. Evgeny Pinchuk (evgenyp@radware.com) Radware SOC Team. Introduction. Techniques for detecting buffer overruns Protocol inspection for anomalies Exploitation payload detection What’s a shellcode Pattern matching Definition of polymorphism

garan
Download Presentation

Real Time Polymorphic Shellcode Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Real Time Polymorphic Shellcode Detection Evgeny Pinchuk (evgenyp@radware.com) Radware SOC Team

  2. Introduction • Techniques for detecting buffer overruns • Protocol inspection for anomalies • Exploitation payload detection • What’s a shellcode • Pattern matching • Definition of polymorphism • In order to execute encrypted code, we must decrypt it first. • Differences between AV and IDS/IPS • Speed • Accuracy of executed code

  3. Polymorphic vs. Regular • Regular Shellcode NOP Sled Shellcode Padding Return Address • Polymorphic Shellcode NOP Sled Decipher Engine Shellcode* Padding Return Address * Ciphered shellcode

  4. Current techniques for detection • Counting NOP (or fake NOP) instructions • CPU consuming (making it not RT) • High false positives rate • Spectrum Analysis • High false positives • Beatable by four bytes encryption • Code emulation • CPU consuming (making it not RT) • Data Mining • Involves network learning mechanisms • High false positives rate • Preferred solution

  5. The End Lets open the discussion !!!

More Related