Soru

Zorluk: ZorMalware Types and Indicators of Compromise

A security analyst is reviewing endpoint telemetry and forensic artifacts across several compromised systems. Match each malware classification on the left with its corresponding technical indicator of compromise (IoC) or behavior on the right.

  • Kernel-Mode RootkitModifies the System Service Descriptor Table (SSDT) to conceal running processes and open ports from system monitoring APIs.
  • Fileless MalwareExecutes malicious code directly within volatile RAM by injecting payload into `lsass.exe` using `VirtualAllocEx` without creating local disk artifacts.
  • Logic BombRemains dormant on an enterprise host until a database event triggers an unauthorized script that deletes key audit logs.
  • User-Space KeyloggerRegisters an API hook using `SetWindowsHookEx` with `WH_KEYBOARD_LL` to capture raw input events across active applications.

Cevap

Kernel-Mode Rootkit matches SSDT modification to hide processes; Fileless Malware matches executing payload directly in memory via VirtualAllocEx without disk artifacts; Logic Bomb matches dormant malicious script triggered by a specific event condition; User-Space Keylogger matches API hooking via SetWindowsHookEx with WH_KEYBOARD_LL.
Each malware classification is accurately paired with its distinct technical telemetry indicator: Kernel-mode rootkits manipulate kernel structures like SSDT; Fileless malware runs in memory using native process injection APIs without disk files; Logic bombs await specific logical condition triggers; Keyloggers register keyboard hooks like SetWindowsHookEx.

Adım Adım Çözüm

1
Analyze telemetry indicating system-level modification and stealth mechanisms.
Identify that SSDT manipulation at the OS kernel level is characteristic of Kernel-Mode Rootkits.
Rootkits aim to maintain persistent access while cloaking their presence from monitoring tools via kernel hooking.
2
Evaluate memory-only execution signatures without file system footprint.
Correlate VirtualAllocEx injection into legitimate host processes to Fileless Malware.
Fileless malware avoids detection by traditional antivirus by running strictly in memory.
3
Identify event-driven execution triggers embedded in dormant code.
Associate conditional execution based on database changes or user actions with a Logic Bomb.
Logic bombs execute malicious code only when specific logical conditions are satisfied.
4
Examine input event interception telemetry.
Match SetWindowsHookEx keyboard hooking API calls to a User-Space Keylogger.
Keyloggers require mechanisms to intercept and record user inputs across applications.

Anahtar Kavram

Identifying Malware Types via Technical Telemetry and Indicators of Compromise (IoCs)
Bu soruyu puanla