This quarterly report analyses obfuscation patterns observed in malware delivery scripts during early 2026. Four trends stand out: steganographic techniques moving from APT novelty to commodity usage, deeper obfuscation chains using established techniques, growing adoption of invisible Unicode characters as an evasion layer, and a resurgence of batch file obfuscation (DOSfuscation) as attackers diversify beyond PowerShell.
Obfuscation techniques don't change overnight. The core methods, Base64, XOR, compression, string manipulation, have been stable for years. What changes is how attackers combine them, which delivery formats they prefer, and which new evasion layers they adopt. This report covers patterns observed in malware delivery scripts during early 2026. It's not comprehensive threat intelligence. It's practitioner observations from deobfuscation work: what's showing up, what's changing, and what defenders should watch for.
Trend 1: Steganography Goes Mainstream
For years, steganographic payload delivery was reserved for sophisticated operations. APT groups hid payloads in images because they could. Commodity malware didn't bother because simpler techniques worked well enough.
That's shifting. The DarkSpectre browser extension campaigns demonstrated that steganographic delivery could be operationalised at scale, hiding payloads in extension icon files using byte-level encoding techniques. IcedID's use of steganographic PNGs for RC4-encrypted payloads showed the technique was viable for high-volume distribution.
What changed isn't the technique. It's the tooling. Builder tools and tutorials that automate steganographic embedding have become accessible to operators who don't understand the underlying image format manipulation. The barrier to entry dropped, and adoption followed.
For defenders, this means image files in the analysis pipeline deserve more scrutiny. Entropy analysis, EOF data detection, and PNG chunk inspection should be part of standard triage, not reserved for targeted investigations.
Trend 2: Deeper Chains, Same Techniques
Attackers are adding more obfuscation layers rather than inventing new techniques. The economics are straightforward: each additional layer costs the attacker almost nothing to add (one more function call in the builder) but costs the analyst significant time to reverse manually.
Samples with double-digit layer counts are no longer unusual. The techniques remain the same: Base64, XOR, string manipulation, compression. What's changed is the willingness to stack them deeper. A sample that might have used six layers two years ago now uses twelve.
Deeper chains create a clear advantage for automated deobfuscation over manual analysis. A human analyst with CyberChef can handle five or six layers in reasonable time. At fifteen layers, manual analysis becomes impractical. Automated tools that iterate until completion handle depth without degradation.
Trend 3: Invisible Unicode as Outer Layer
Zero-width character attacks are appearing as the outermost obfuscation layer in JavaScript payloads. The technique encodes binary data using invisible Unicode code points: zero-width spaces, zero-width joiners, and similar characters that render as nothing in most text displays.
As an outer layer, invisible Unicode is effective because most text-processing tools don't flag it. A script that looks empty or contains only a comment might carry a full payload in zero-width characters that standard analysis tools simply don't render. The analyst sees nothing suspicious because the payload is literally invisible.
Once the Unicode layer is decoded, the inner content follows familiar patterns: Base64, XOR, compression, and increasingly string-array obfuscation of the kind obfuscator.io produces. The novel outer layer wraps conventional inner layers. Detection requires Unicode-aware inspection: scanning for zero-width code points, checking for abnormal character class distributions, and treating invisible content as potentially hostile.
Trend 4: DOSfuscation Resurgence
Batch file obfuscation techniques are reappearing in initial access campaigns. Variable substring extraction (%var:~3,1%), nested FOR /F loops, set command chaining, and caret escape characters all serve the same purpose as PowerShell obfuscation but target a different interpreter.
The driver is detection pressure. EDR vendors have invested heavily in PowerShell monitoring. AMSI provides visibility into decoded script blocks. Script block logging captures PowerShell activity even when the command line is encoded. Batch files face significantly less scrutiny. Most EDR products monitor cmd.exe execution but don't deeply inspect the obfuscation techniques specific to the batch interpreter.
DOSfuscation isn't new. Daniel Bohannon documented it thoroughly in 2018. But the current resurgence reflects a strategic shift: as one script type gets monitored effectively, attackers migrate to less-monitored alternatives. Defenders should expect similar shifts to JavaScript, VBScript, and potentially WSH (Windows Script Host) as coverage expands.
What to Watch Next
Based on the trajectory of these trends, several developments are worth monitoring. First, steganographic techniques will likely appear in more builder tools, increasing volume. Second, the invisible Unicode technique may expand beyond JavaScript to PowerShell and other contexts. Third, batch file campaigns may develop more sophisticated DOSfuscation patterns as the technique matures. Fourth, Python loaders chaining exec() with zlib, bz2, and lzma compression are appearing in places that historically delivered PowerShell, taking advantage of weaker static-analysis coverage on Python sources.
The fundamental pattern holds: core obfuscation techniques are stable, but the wrapping, layering, and delivery strategies evolve quarter by quarter. Defenders who maintain coverage across all six obfuscation categories and all major scripting languages are best positioned to handle these shifts.
KlaroSkope handles obfuscation across all script types and technique categories, including the emerging patterns covered in this report. Try KlaroSkope Free →
Frequently Asked Questions
What are the newest malware obfuscation techniques in 2026?
Are malware obfuscation chains getting deeper?
Why are attackers moving away from PowerShell?
How often do malware obfuscation techniques change?
Continue Learning
Ready to decode?
See KlaroSkope transform obfuscated scripts into actionable intelligence.
Try It Free