[T1027.015 ] Obfuscated Files or Information: Compression – Adversaries compress and archive payloads (ZIP, gzip, 7z, RAR, self-extracting archives) or compress shellcode to hide malicious content and ease transfer. Attackers may concatenate archives or password-protect/encrypt compressed files to evade scanners and trick users into extracting and executing malware. #Compression #DefenseEvasion

Read More

[T1027.014 ] Obfuscated Files or Information: Polymorphic Code – Polymorphic code mutates its form on each execution to avoid signature-based detection, allowing malware to persist across Windows, Linux, and macOS environments by changing file content, metadata, or runtime behaviors. Detection requires behavior-based telemetry, file and application logs, and endpoint monitoring to spot anomalies in creation patterns, execution profiles, and mutation engine activity. #PolymorphicCode #DefenseEvasion

Read More

[T1027.012 ] Obfuscated Files or Information: LNK Icon Smuggling – LNK Icon Smuggling hides download commands inside Windows shortcut (.LNK) metadata, allowing adversaries to bypass filters and fetch malicious payloads when the shortcut is opened or executed. This technique is used in phishing and post-compromise stages to stage additional malware without obvious executable files. #LNKIconSmuggling #DefenseEvasion

Read More

[T1027.011 ] Obfuscated Files or Information: Fileless Storage – Adversaries hide code and stolen data in non-file locations like the Windows Registry, WMI repository, event logs, or Linux shared memory to evade disk-based defenses and persist covertly. Monitor volatile stores and central OS repositories to detect hidden artifacts and abnormal usage patterns. #FilelessStorage #DefenseEvasion

Read More

[T1027.010 ] Obfuscated Files or Information: Command Obfuscation – Command obfuscation hides malicious intent in CLI and script strings to evade detection and forensic analysis. Watch for unusual encodings, escape characters, string concatenation, and directory-traversal tricks that preserve functionality while defeating signatures. #CommandObfuscation #DefenseEvasion

Read More

[T1027.007 ] Obfuscated Files or Information: Dynamic API Resolution – Dynamic API resolution hides which OS functions malware will call until runtime, defeating static inspection and altering file signatures to evade detection. Monitor module loads, suspicious GetProcAddress/LoadLibrary patterns, and unusual string-hash usage to spot this behavior. #DynamicAPIResolution #DefenseEvasion

Read More