GPEN · Question #145
You are using the dsniff tool to intercept communications between two entities and establish credentials with both sides of the connections. These entities do not notice that you were retrieving the i
The correct answer is A. Man-in-the-middle. The dsniff tool is commonly used to perform Man-in-the-Middle (MITM) attacks by transparently intercepting and relaying traffic between two parties who are unaware of the interception.
Question
You are using the dsniff tool to intercept communications between two entities and establish credentials with both sides of the connections. These entities do not notice that you were retrieving the information between these two. Which of the following attacks are you performing?
Options
- AMan-in-the-middle
- BARP poisoning
- CSession hijacking
- DDoS
How the community answered
(21 responses)- A81% (17)
- B5% (1)
- C10% (2)
- D5% (1)
Why each option
The dsniff tool is commonly used to perform Man-in-the-Middle (MITM) attacks by transparently intercepting and relaying traffic between two parties who are unaware of the interception.
A MITM attack occurs when an attacker secretly positions themselves between two communicating parties, establishing separate connections with each side and relaying messages between them. The dsniff suite includes tools like arpspoof and sshmitm that facilitate this by impersonating both endpoints. Because neither party detects the interception, credentials and data can be captured transparently.
ARP poisoning is a technique used to redirect traffic to enable a MITM attack, but it is a mechanism rather than the attack type described in the scenario.
Session hijacking involves stealing or forging an authenticated session token to take over an existing session, not establishing two-sided connections to relay data between parties.
A DoS attack disrupts availability of a service or resource and does not involve intercepting or relaying communications between two entities.
Concept tested: Man-in-the-Middle attack using dsniff
Source: https://owasp.org/www-community/attacks/Manipulator-in-the-middle_attack
Topics
Community Discussion
No community discussion yet for this question.