13Cubed
Covers digital forensics, cybersecurity tools, and incident response techniques ([www.linkedin.com](https://www.linkedin.com/posts/danielmakelley_introducing-44-cybersecurity-youtube-channels-activity-7309901512430813184-Beok#:~:text=analysis%2C%20and%20methodology,35%29%20Cyber%20CDH%20%E2%80%94)).

Hunting Copy Fail: 732 Bytes to Root
The video explains copy‑fail, a nine‑year‑old Linux kernel logic bug that allows any unprivileged local user to obtain full root privileges. Publicly disclosed on April 29, 2016, the vulnerability exploits a flaw in the kernel’s cryptographic subsystem to overwrite four bytes of the in‑memory copy of /bin/su. The presenter runs a 732‑byte Python script that writes the bytes, instantly changing the hash of /bin/su in memory while leaving the on‑disk file untouched. After execution, ‘whoami’ returns root and the file’s hash reverts after a reboot, confirming the attack is purely in‑memory. Because the exploit does not touch disk files, traditional auth logs show nothing. The forensic trace appears in kern.log and the systemd journal as messages like “process SU launched bin sh with null argv empty string added” and a “net registered pf_alg protocol family” entry, which together signal a successful copy‑fail breach. Detecting this LPE requires monitoring kernel logs rather than authentication logs, and the issue is likely to persist in legacy and embedded Linux devices that receive few updates. Security teams must incorporate these kernel‑level indicators into their detection and incident‑response playbooks to mitigate long‑term risk.

The AI Conversation I've Been Avoiding
In this unscripted episode, the host opens a candid dialogue about the role of artificial intelligence in digital forensics, warning viewers about the anxieties that keep him up at night. He frames AI as a powerful assistant rather than a...

The Key to Switching Apps
The video examines the Windows registry key AppSwitched, located under HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FeatureUsage. This key resides in each user’s NTUSER.DAT hive and records how often a user left‑clicks an application’s taskbar icon to bring it to the foreground. AppSwitched stores a simple DWORD counter...