Tag: edr
All the articles with the tag "edr".
Apple Endpoint Security Framework - Building macOS Security Tools
Published: at 10:45 AMComprehensive guide to Apple's Endpoint Security framework with a complete demo implementation, covering event monitoring, auth decisions, and building security tools for macOS
Windows API Security Analysis - VirtualAlloc, CreateThread, and WaitForSingleObject
Published: at 10:30 AMComprehensive security analysis of critical Windows API functions used in both legitimate software and malware, with Rust implementations, threat models, and defensive patterns
Understanding EDR Evasion Techniques - C# Reverse Shell Implementation
Published: at 10:15 AMEducational guide on creating C# reverse shells that bypass EDR and antivirus protections using Windows API functions, shellcode injection, and in-memory execution techniques