Match each technical telemetry scenario with its corresponding malware classification based on the observed indicators of compromise.
- PowerShell executing with `-EncodedCommand` and `-NoProfile` parameters, fetching payload instructions directly into volatile memory without writing binaries to local storage.Fileless Malware
- Ring 0 kernel driver execution that modifies Direct Kernel Object Manipulation (DKOM) structures to hide process IDs and files from system management utilities.Rootkit
- A database script scheduled to run a destructive query automatically 30 days after a specific employee account is set to inactive status in the directory.Logic Bomb
- Automated network telemetry showing a workstation self-propagating across port 445 to adjacent subnets without requiring human interaction.Worm
Cevap
PowerShell memory-only execution matches Fileless Malware; Ring 0 DKOM manipulation matches Rootkit; Conditional script trigger matches Logic Bomb; Autonomous self-propagation matches Worm.
The paired classifications accurately reflect the technical behavior of each malware category: memory-only PowerShell execution represents fileless malware, Ring 0 DKOM manipulation represents a rootkit, conditional payload execution represents a logic bomb, and autonomous SMB scanning represents a worm.
Adım Adım Çözüm
Anahtar Kavram
Malware Types and Indicators of Compromise