312-50V10 · Question #833
To create a botnet. the attacker can use several techniques to scan vulnerable machines. The attacker first collects Information about a large number of vulnerable machines to create a list. Subsequen
The correct answer is A. Hit-list-scanning technique. Hit-list scanning is a botnet propagation technique where the attacker pre-compiles a large target list and distributes it among compromised machines for simultaneous rapid infection.
Question
To create a botnet. the attacker can use several techniques to scan vulnerable machines. The attacker first collects Information about a large number of vulnerable machines to create a list. Subsequently, they infect the machines. The list Is divided by assigning half of the list to the newly compromised machines. The scanning process runs simultaneously. This technique ensures the spreading and installation of malicious code in little time. Which technique is discussed here?
Options
- AHit-list-scanning technique
- BTopological scanning technique
- CSubnet scanning technique
- DPermutation scanning technique
How the community answered
(42 responses)- A83% (35)
- B10% (4)
- C2% (1)
- D5% (2)
Why each option
Hit-list scanning is a botnet propagation technique where the attacker pre-compiles a large target list and distributes it among compromised machines for simultaneous rapid infection.
In hit-list scanning, the attacker first gathers a pre-built list of vulnerable machines before any infection begins, then after compromising the first machine, splits the list so that newly infected hosts each receive half and continue scanning in parallel. This divide-and-conquer distribution causes exponential spread and drastically reduces the time needed to propagate malicious code across all targets on the list.
Topological scanning uses information already present on the infected host - such as local routing tables or email contact lists - to discover new targets, rather than relying on a pre-built external list.
Subnet scanning restricts the infected machine's probing activity to IP addresses within its own local subnet, not a centrally compiled list divided among bots.
Permutation scanning coordinates bots using a shared pseudorandom permutation of the IP address space to avoid duplicate scanning efforts, which is a different coordination mechanism from the pre-built hit-list approach described.
Concept tested: Botnet hit-list scanning propagation technique
Source: https://csrc.nist.gov/publications/detail/sp/800-83/rev1/final
Topics
Community Discussion
No community discussion yet for this question.