An enterprise network policy mandates Multi-Factor Authentication (MFA) for network administrators establishing SSH sessions to core infrastructure devices. The policy specifically requires combining a 'something you know' factor with a 'something you have' factor. Which authentication combination satisfies this policy requirement?
- A static passphrase and a one-time password (OTP) generated by a mobile authenticator appCevap
- BA complex account password and a secondary secret PIN entered during login
- CA physical USB hardware security key and a smartcard inserted into a badge reader
- DA fingerprint biometric scan accompanied by a retina pattern verification
Cevap
Combining a static passphrase with an OTP generated by a mobile authenticator app satisfies the requirement because it pair a knowledge factor ('something you know') with a possession factor ('something you have').
Multi-Factor Authentication requires using authentication mechanisms from at least two distinct categories: Knowledge (something you know), Possession (something you have), or Inherence (something you are). A static passphrase is a knowledge factor because it relies on memorized secret data, while a mobile authenticator app OTP represents a possession factor because it relies on control of a specific registered physical device.
Adım Adım Çözüm
Anahtar Kavram
Multi-Factor Authentication (MFA) Categorization (Knowledge, Possession, Inherence)