nerdexam
EC-Council

312-50V12 · Question #270

An attacker decided to crack the passwords used by industrial control systems. In this process, he employed a loop strategy to recover these passwords. He used one character at a time to check whether

The correct answer is B. Side-channel attack. The attacker employed a side-channel attack, specifically a timing attack, by observing and exploiting time differences in the authentication process to deduce password characters one by one.

Submitted by mateo_ar· Mar 4, 2026System Hacking Phases and Attack Techniques

Question

An attacker decided to crack the passwords used by industrial control systems. In this process, he employed a loop strategy to recover these passwords. He used one character at a time to check whether the first character entered is correct; if so, he continued the loop for consecutive characters. If not, he terminated the loop. Furthermore, the attacker checked how much time the device took to finish one complete password authentication process, through which he deduced how many characters entered are correct. What is the attack technique employed by the attacker to crack the passwords of the industrial control systems?

Options

  • ABuffer overflow attack
  • BSide-channel attack
  • CDenial-of-service attack
  • DHMI-based attack

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    91% (32)
  • D
    6% (2)

Why each option

The attacker employed a side-channel attack, specifically a timing attack, by observing and exploiting time differences in the authentication process to deduce password characters one by one.

ABuffer overflow attack

A buffer overflow attack involves writing more data to a buffer than it can hold, overwriting adjacent memory and potentially leading to system crashes or arbitrary code execution, which is not the method described.

BSide-channel attackCorrect

A side-channel attack extracts secret information by observing the physical effects of a system's operation, such as timing differences, power consumption, or electromagnetic emanations. In this scenario, the attacker deduced correct password characters by measuring the time taken for the device to complete an authentication process, which is a classic example of a timing-based side-channel attack.

CDenial-of-service attack

A denial-of-service (DoS) attack aims to make a machine or network resource unavailable to its intended users, focusing on service disruption rather than password cracking.

DHMI-based attack

An HMI-based attack involves exploiting vulnerabilities within the Human-Machine Interface to gain unauthorized control or access to industrial systems, which is distinct from password cracking through timing analysis.

Concept tested: Side-channel timing attacks for password cracking

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/side-channel-attacks

Topics

#side-channel attack#timing attack#password cracking#industrial control systems

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice