mediummultiple choiceObjective-mapped

A SIEM reviews VPN authentication logs and sees 36 different usernames each receive one failed login attempt from the same source IP over 20 minutes, followed by one successful login to an unrelated account. Which attack is most likely?

Question 1mediummultiple choice
Full question →

A SIEM reviews VPN authentication logs and sees 36 different usernames each receive one failed login attempt from the same source IP over 20 minutes, followed by one successful login to an unrelated account. Which attack is most likely?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Password spraying against many accounts with a low number of attempts per account.

This pattern matches low-and-slow password spraying, where one or a few common passwords are tried against many accounts to avoid lockouts.

B

Distractor review

A brute-force attack focused on a single locked account.

Brute force usually involves many rapid attempts against one account, which is different from one failed attempt across many accounts.

C

Distractor review

A replay attack using captured authentication data.

Replay attacks reuse valid authentication material, so the log pattern would not normally show many failed password attempts first.

D

Distractor review

A port scan that accidentally triggered authentication failures.

Port scans probe services, but they do not usually produce organized login attempts across many distinct user accounts.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Password spraying against many accounts with a low number of attempts per account. — The log pattern strongly suggests password spraying. Attackers often try a small set of common passwords against many accounts, spacing attempts out to avoid account lockouts and to blend into normal traffic. A single source IP, many usernames, one failure each, and then a successful login is a classic low-and-slow pattern that security teams should treat as credential attack activity. Why others are wrong: Brute force is usually concentrated on one account with many rapid guesses, not one attempt across many accounts. Replay attacks reuse captured credentials or tokens and would not generate this failure pattern. Port scanning may produce connection attempts, but it does not explain multiple valid-looking authentication failures across different usernames.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.