
How Hackers Exploit Vulnerable Drivers
Source: YouTube · John Hammond · published Oct 5, 2023 · 23:59
The video demonstrates how attackers use "Bring Your Own Vulnerable Driver" (BYOVD) attacks to gain complete control of computers by exploiting signed but vulnerable kernel drivers 0:00-0:03.
Key Takeaways:
• Kernel drivers provide "keys to the kingdom" access, making them prime targets for hackers who exploit signed but vulnerable drivers 0:48-0:51
• Modern malware like Spy Boys, Terminator EDR killer, and BlackCat ransomware use BYOVD techniques to bypass security controls 1:22-1:31
• The video demonstrates KD mapper, a tool that loads unsigned drivers by exploiting a vulnerable Intel driver from 2015 3:35-3:50
• The attack chain involves creating a kernel loader driver that executes shell code, injects into Windows Defender, and establishes command and control 11:36-12:07
• The proof of concept successfully gains system-level access by bypassing Microsoft's signature enforcement through BYOVD 21:04-21:25
The video illustrates how BYOVD attacks remain a dangerous threat vector that can completely compromise system security.
Sources:
- 0:00-0:03 Introduction to kernel drivers and BYOVD attacks
- 0:48-0:51 Explanation of why kernel drivers are attractive targets
- 1:22-1:31 Examples of malware using BYOVD techniques
- 3:35-3:50 Introduction to KD mapper tool
- 11:36-12:07 Creating kernel loader for shell code execution
- 21:04-21:25(https://www.youtube.com/watch?v=ELVdDwvELKY&t=1264
Generate CPE Credits
Generate a professional CPE document from this video's transcript.
Estimated credit: 0.5 CPE hours
Estimate uses the video runtime (1 hour ≈ 1 CPE, rounded to the nearest 0.5, minimum 0.5, maximum 2.0). The final amount can be lower after review, never higher.
Topic: Cybersecurity. Commonly maps to: Security and Risk Management, Security Operations. Exact CISSP domains are assigned during generation.
Free account. One generation at a time, with a daily limit.
CPEBuddy is independent and not affiliated with or endorsed by ISC2, ISACA, or any certification body. Exports are formatted for common CPE submissions; acceptance is at your certification body's discretion.
Transcript Preview
First 800 characters of the transcript
inside your computer behind the desktop and underneath the operating system is the kernel and the kernel runs code called drivers that facilitate communication between the hardware and software like the operating system your computer runs what that means is these drivers offer extreme full control and complete access to the computer now that means that hackers threat actors and adversaries love trying to gain access and manipulate kernel drivers so one technique in modern malware campaigns is to bring your own vulnerable driver or byobd that's where the hacker the threat actor and the adversary will purposefully place a vulnerable driver in the environment so that they can compromise it they can hack into it and then they will have full control over the machine it is an attractive Target f…