312-50V11 · Question #909
Security administrator John Smith has noticed abnormal amounts of traffic coming from local computers at night. Upon reviewing, he finds that user data have been exfilltrated by an attacker. AV…
The correct answer is C. File-less malware. Fileless malware executes entirely in memory using legitimate system utilities, leaving no files on disk for AV or application whitelisting solutions to detect.
Question
Security administrator John Smith has noticed abnormal amounts of traffic coming from local computers at night. Upon reviewing, he finds that user data have been exfilltrated by an attacker. AV tools are unable to find any malicious software, and the IDS/IPS has not reported on any non- whitelisted programs, what type of malware did the attacker use to bypass the company's application whitelisting?
Options
- APhishing malware
- BZero-day malware
- CFile-less malware
- DLogic bomb malware
How the community answered
(37 responses)- A8% (3)
- B14% (5)
- C76% (28)
- D3% (1)
Why each option
Fileless malware executes entirely in memory using legitimate system utilities, leaving no files on disk for AV or application whitelisting solutions to detect.
Phishing malware describes a delivery method via deceptive communications, not a memory-resident execution technique that bypasses whitelisting.
Zero-day malware exploits an unpatched vulnerability but typically still involves a file or process artifact that a whitelisting solution could potentially flag as unauthorized.
Fileless malware does not write executable files to disk - instead it hijacks trusted built-in tools such as PowerShell, WMI, or mshta to load and run malicious code directly in memory. Because no new binaries are dropped, signature-based antivirus has no file to scan and application whitelisting finds no unauthorized executables, allowing the malware to exfiltrate data undetected as seen in this scenario.
A logic bomb is code that triggers on a specific condition and is usually embedded within an existing file or script, giving whitelisting and AV tools a potential artifact to detect.
Concept tested: Fileless malware bypassing application whitelisting
Source: https://attack.mitre.org/techniques/T1059/001/
Topics
Community Discussion
No community discussion yet for this question.