PCCET · Question #61
What is the key to "taking down" a botnet?
The correct answer is A. prevent bots from communicating with the C2. A botnet is a network of computers or devices that are infected by malware and controlled by a malicious actor, known as the botmaster or bot-herder. The botmaster uses a command and control (C2) server or channel to send instructions to the bots and receive information from…
Question
What is the key to "taking down" a botnet?
Options
- Aprevent bots from communicating with the C2
- Binstall openvas software on endpoints
- Cuse LDAP as a directory service
- Dblock Docker engine software on endpoints
How the community answered
(47 responses)- A87% (41)
- B6% (3)
- C2% (1)
- D4% (2)
Explanation
A botnet is a network of computers or devices that are infected by malware and controlled by a malicious actor, known as the botmaster or bot-herder. The botmaster uses a command and control (C2) server or channel to send instructions to the bots and receive information from them. The C2 communication is essential for the botmaster to maintain control over the botnet and use it for various malicious purposes, such as launching distributed denial-of-service (DDoS) attacks, stealing data, sending spam, or mining cryptocurrency. Therefore, the key to "taking down" a botnet is to prevent the bots from communicating with the C2 server or channel. This can be done by disrupting, blocking, or hijacking the C2 communication, which can render the botnet ineffective, unstable, or inaccessible. For example, security researchers or law enforcement agencies can use techniques such as sinkholing, domain name system (DNS) poisoning, or domain seizure to redirect the bot traffic to a benign server or a dead end, cutting off the connection between the bots and the botmaster. Alternatively, they can use techniques such as reverse engineering, decryption, or impersonation to infiltrate the C2 server or channel and take over the botnet, either to disable it, monitor it, or use it for good purposes.
Topics
Community Discussion
No community discussion yet for this question.