Archive

Archive

1481 bookmarks
Custom sorting
[FLARE Learning Hub] Malware Analysis Crash Course
[FLARE Learning Hub] Malware Analysis Crash Course
Malware Analysis Crash Course Jae Young Kim and Nick Harbour FLARE Learning Hub Contents Contents Introduction Prerequisite Knowledge Setting Up Ackknowledgements About the Authors Chapter 1: x86 Basics Assembly and Disassembly Data Types x86 Registers Instruction Basics MOV NOP Hacking Assembly...
·docs.google.com·
[FLARE Learning Hub] Malware Analysis Crash Course
DSCourier: Weaponizing DSC via WinGet COM API for EDR Evasive Execution
DSCourier: Weaponizing DSC via WinGet COM API for EDR Evasive Execution
Table of Contents Introduction What is WinGet? WinGet as a PowerShell Execution Proxy The Limitations of Using winget.exe Directly Building YAML Payloads Removing winget.exe from the Equation How the COM API Technique Works The Interop Layer What the Process Tree Looks Like Bypassing EDR Solutions CrowdStrike Falcon Microsoft Defender for...
·dylansec.com·
DSCourier: Weaponizing DSC via WinGet COM API for EDR Evasive Execution
Overview | Whitecat18/Rust-for-Malware-Development | Zread
Overview | Whitecat18/Rust-for-Malware-Development | Zread
Rust for Malware Developmentis a comprehensive, open-source reference repository maintained by Whitecat18 (Smukx) that implements over 60 distinct offensive security techniques entirely in Rust. Targe...
·zread.ai·
Overview | Whitecat18/Rust-for-Malware-Development | Zread
ImageMagick: From Arbitrary File Read to RCE In Every Policy (ZeroDay)
ImageMagick: From Arbitrary File Read to RCE In Every Policy (ZeroDay)
How pwn.ai turned a routine client pentest into multiple ImageMagick zero-days. By autonomously researching the product’s internals for days, it found a path from a single image upload to file leaks, security policy bypasses, and remote code execution across a wide range of default and real-world configurations.
·pwn.ai·
ImageMagick: From Arbitrary File Read to RCE In Every Policy (ZeroDay)
Building an Automated Pipeline with LangChain DeepAgents to Find Zero-Days in Kernel Drivers. It Found One in ASUS.
Building an Automated Pipeline with LangChain DeepAgents to Find Zero-Days in Kernel Drivers. It Found One in ASUS.
I had $100 in unused Google Cloud credits from my Google One Ultra plan and figured I’d put them toward something interesting. Over the long weekend I ended up building an automated pipeline that scans thousands of Windows kernel drivers for exploitable vulnerabilities, specifically looking for ones that can be used in BYOVD (Bring Your Own Vulnerable Driver) attacks. On its first real run on a massive driver pack, it successfully flagged a zero-day in an ASUS driver.
·blog.ahmadz.ai·
Building an Automated Pipeline with LangChain DeepAgents to Find Zero-Days in Kernel Drivers. It Found One in ASUS.
Qilin EDR killer infection chain
Qilin EDR killer infection chain
This blog provides an in-depth analysis of the malicious “msimg32.dll” used in Qilin ransomware attacks, which is a multi-stage infection chain targeting EDR systems.
·blog.talosintelligence.com·
Qilin EDR killer infection chain
Silent Harvest: Extracting Windows Secrets Under the Radar
Silent Harvest: Extracting Windows Secrets Under the Radar
Once you gain a foothold on a Windows host, the next objective is often to compromise additional machines. The fastest way to achieve this is by harvesting credentials and other secrets for reuse. However, nowadays, most known techniques for collecting Windows secrets and credentials are detected and blocked by EDR
·sud0ru.ghost.io·
Silent Harvest: Extracting Windows Secrets Under the Radar
Gaining Initial Access and Outsmarting SmartScreen
Gaining Initial Access and Outsmarting SmartScreen
I’ve had a number of people ask me what approaches I have taken to secure that initial foothold on a machine/network during a pentest engagement. Well, the blunt and honest answer to that question is…it depends 😸 Initial access comes in many forms and depending on the type of pentest engagement, you will be afforded or NOT afforded various types of “lures” you can use to acquire that first foothold. Most clients are open to the pentest team exhausting all their resources and offensive tooling to truly assess the client’s security controls. If not they should be. Because in a real world attack, you better believe the threat actor will not hold back! In today’s post, I’ll be going over a very traditional approach to achieving initial access using email as our attack vector of choice. I’ll go over various ways to send the email (gui and non-gui) and using attachments versus links. I’ll also explain how to contend with MOTW (Mark of the Web) and SmartScreen security restrictions on your downloaded payloads for the modern Windows 11 environment.
·g3tsyst3m.com·
Gaining Initial Access and Outsmarting SmartScreen