SY0-301 · Question #498
Which of the following types of application attacks would be used to identify malware causing security breaches that have NOT yet been identified by any trusted sources?
The correct answer is A. Zero-day. A zero-day attack exploits a vulnerability that is unknown to security vendors and has no available patch or detection signature, making it unidentifiable by trusted security sources.
Question
Which of the following types of application attacks would be used to identify malware causing security breaches that have NOT yet been identified by any trusted sources?
Options
- AZero-day
- BLDAP injection
- CXML injection
- DDirectory traversal
How the community answered
(47 responses)- A89% (42)
- B2% (1)
- C2% (1)
- D6% (3)
Why each option
A zero-day attack exploits a vulnerability that is unknown to security vendors and has no available patch or detection signature, making it unidentifiable by trusted security sources.
A zero-day attack targets a software vulnerability that has not yet been publicly disclosed or patched, meaning antivirus signatures, IDS rules, and patch databases contain no existing defense for it. Because the vulnerability is unknown to trusted sources, traditional signature-based detection fails and the malware can operate without being identified until the vulnerability is discovered and remediated.
LDAP injection manipulates LDAP queries through unsanitized user input and is a well-documented, known attack type with existing detection methods.
XML injection exploits XML parsers with malicious content and is a known vulnerability class that trusted security tools already have signatures to detect.
Directory traversal exploits insufficient path validation to access files outside the web root and is a known, documented attack with established detection mechanisms.
Concept tested: Zero-day exploits targeting unknown unpatched vulnerabilities
Source: https://nvlpubs.nist.gov/nistpubs/ir/2016/NIST.IR.8011-1.pdf
Topics
Community Discussion
No community discussion yet for this question.