What is typically used by the attackers as a launching platform to deliver the payload to the targeted system?
- exploit kit
- day zero malware
- CnC channel
- SQL injections
Explanation & Hint:
In the context of delivering a payload to a targeted system, attackers typically use “Exploit Kits.” An exploit kit is a software toolkit used by cybercriminals to exploit security holes in software applications for the purpose of delivering a payload. These kits are designed to be user-friendly and are often rented out to other criminals in a service model. They can automatically exploit vulnerabilities in software on a victim’s computer, often without any necessary user interaction, making them an effective tool for delivering various types of malicious payloads. While other options like “day zero malware” (more commonly referred to as “zero-day malware”), “CnC (Command and Control) channels,” and “SQL injections” are also tools/methods used in cyber attacks, they serve different specific purposes:
These tools/methods might be part of a broader attack strategy, but when it specifically comes to delivering a payload, exploit kits are more directly associated with this function. |