Multiple choice technology security

Which among the below do you think appscan will NOT report as “Predictable login credentials?

  1. Admin/admin1

  2. John/nAscar

  3. John/n@sc1234r

  4. John/nascar2

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

AppScan flags predictable credentials using patterns: dictionary words, simple substitutions (1 for i, 0 for o, @ for a), or minimal variations. 'n@sc1234r' uses special characters and numbers unpredictably. Others: admin1 (common word+number), nAscar (simple substitution), nascar2 (minimal variation). The special characters and random number placement make C harder to predict.