Comprehensive Collection of Malware Analysis and Development Books Released for Security Researchers
A curated selection of books on malware analysis and development has been assembled, covering techniques for both creating and defending against malicious software across Windows, macOS, and Android platforms.
The collection begins with MalDev Academy Complete, a modular course on Windows malware development and offensive security. It guides readers from foundational topics such as C programming, Windows internals, and WinAPI to advanced subjects including PE files, memory manipulation, payload encryption, obfuscation, process injection, APC injection, and shellcode execution.
Its companion, MalDev Academy Extended Modules, expands on the core curriculum with specialized modules on Rust implementations, enhanced evasion tactics, and practical exercises designed to test deeper understanding of malware techniques.
The Art of Mac Malware by Patrick Wardle offers a practical guide to analyzing macOS threats. It covers infection vectors, persistence mechanisms, Mach-O binary analysis, dynamic debugging, and anti-analysis bypasses, concluding with a detailed case study of the EvilQuest malware.
The second volume focuses on building heuristic detection systems for macOS using Endpoint Security frameworks and code signing analysis to reduce false positives.
The Android Malware Handbook examines Android threats through static and dynamic analysis, feature extraction, and machine learning models for classifying banking trojans, ransomware, and spyware.
Classic references include Malware Analyst’s Cookbook, which provides recipes for classification, unpacking, memory forensics with Volatility, and rootkit detection, as well as Practical Malware Analysis, a foundational text on setting up isolated labs, using IDA Pro and WinDbg, and defeating packers and anti-debugging tricks.
The roundup concludes with Evasive Malware by Kyle Cucci, a field guide dedicated to analyzing samples that deliberately evade sandboxes, disassemblers, and forensic tools through context awareness and anti-forensics methods.
Related articles
Bots Now Form Over Half of Global Internet Traffic in 2025, Driving API Attacks and Business Metric Distortion
Automated clients generated more than 50% of analyzed internet traffic in 2025, with malicious bots responsible for 40% of the total volume. AI-enabled automation attacks increased 12.5 times year-over-year, while daily API attacks rose 113% according to Akamai data. Simple scripts still dominate volume at 59% of bot traffic, yet sophisticated botnets exceeding 4.5 million devices now distribute activity across residential proxies and compromised endpoints. Credential stuffing, scraping, and transaction abuse continue to target business logic rather than software vulnerabilities, distorting analytics, inflating infrastructure costs, and degrading user experience. Cloudflare reports that 20% of verified bot traffic now comes from AI crawlers, blurring lines between beneficial and harmful automation. Organizations must classify bots by intent, delegation, and business impact instead of relying on IP reputation or single signals such as User-Agent strings.
Astaroth Trojan Hijacks WhatsApp Web Sessions to Spread Banking Malware to Contacts
The operators of the Astaroth banking Trojan, also known as Guildma, have added a new module that turns infected Windows systems into automated spam bots for WhatsApp Web. The malware copies browser profiles from Chrome or Edge, launches a legitimate WebDriver instance, and connects to an already authenticated WhatsApp Web session using the WPPConnect/WA-JS library. Once active, the bot scans the victim's contact list and sends each recipient a personalized greeting, a ZIP archive containing the Astaroth loader, and a closing message, all generated with randomized phrasing to evade detection. The technique leverages the trust users place in messages from known contacts, significantly increasing the likelihood of successful infection. Researchers at CrowdStrike note code similarities with tools used by other Latin American groups, including Vareg, suggesting shared development or active exchange of components. Indicators of compromise include PowerShell downloads of WebDriver, creation of ChromeAuto_ folders in C:\Users\Public\Temp, headless Chromium execution, and network activity tied to WPPConnect components.
Flying Eagle Android Trojan Turns Devices into Remote Surveillance Tools
Researchers at Hunt.io have analyzed the Flying Eagle Android trojan, which spreads via fake public security bureau apps hosted on counterfeit sites. Victims are tricked into installing the APK and granting Accessibility Services permissions, after which the malware effectively takes control of the device. It performs keylogging, screenshots, phishing overlays on banking and government apps, SMS interception, and remote camera and microphone activation. Operators use the dispatchGesture API to remotely control the interface and press buttons. The platform functions as a full surveillance factory with a unified panel for building customized APKs, managing infected devices, and collecting stolen data. After source code leaked in February 2026, builds are sold on Telegram for around 2000 USDT, with Night Dragon emerging as an enhanced successor targeting Alipay, WeChat, banking apps, and crypto wallets.
Tengu Botnet Modernizes Mirai with 25 DDoS Methods and Advanced Persistence on IoT and Embedded Linux
A new botnet named Tengu has emerged, targeting Internet of Things devices and embedded Linux systems to conduct denial-of-service attacks, redirect traffic, and maintain persistent access. The malware represents an updated evolution of the Mirai botnet and begins its infection chain through brute-force attacks against exposed Telnet services. Once valid credentials are obtained, it downloads an architecture-specific payload and establishes partially encrypted communication with its command-and-control server. Operators can issue commands to collect system and network information, update the implant, and convert compromised devices into SOCKS5 proxies. The botnet includes 25 distinct DDoS attack methods covering UDP, TCP, and ICMP floods while also targeting services such as HTTP, DNS, NTP, SSH, SMTP, FTP, SIP, Minecraft, and servers running Source Engine or Quake protocols. Its key differentiators lie in robust persistence and self-protection mechanisms, including a secondary watchdog process that restarts the malware every 60 seconds if terminated, fake systemd services, manipulated device watchdogs, and the ability to remove competing malware.