medium
Single Answer
0What is the primary threat model against static codes used for multifactor authentication?
Answer Options
A
Brute force
B
Collisions
C
Theft
D
Clock mismatch
Correct Answer: C
Explanation
Static codes are typically recorded in a secure location, but if they are not properly secured, or are otherwise exposed, they can be stolen. Brute-force attempts should be detected and prevented by backoff algorithms and other techniques that prevent attacks against multifactor authentication systems. Collisions exist with hashing algorithms, not with static multifactor codes, and clock mismatch issues occur for time-based one-time password (TOTP) codes.