mediummultiple choiceObjective-mapped

A file server in the accounting department begins renaming documents and dropping ransom notes. The SOC confirms encryption is still in progress, and the server hosts a share used by several finance teams. What should the incident response team do first?

Question 1mediummultiple choice
Full question →

A file server in the accounting department begins renaming documents and dropping ransom notes. The SOC confirms encryption is still in progress, and the server hosts a share used by several finance teams. What should the incident response team do first?

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

Disconnect the server from the network to contain the spread.

Immediate network isolation stops further encryption, reduces lateral movement, and protects other systems. In ransomware events, containment is the first priority once the incident is confirmed and active.

B

Distractor review

Restore the file share from backup immediately while the server is still connected.

Restoring too early can overwrite evidence and may fail if the malicious process is still running and reencrypting files.

C

Distractor review

Power off the server immediately without any other action.

A hard shutdown can be useful in some situations, but isolating the host first is usually the least disruptive containment step and preserves more forensic value.

D

Distractor review

Notify users to change their passwords before any technical action is taken.

Password changes may be needed later, but they do not stop active encryption or contain the affected host in time.

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: Disconnect the server from the network to contain the spread. — The first action should be to isolate the file server from the network. That immediately limits encryption spread, prevents the attacker or malware from reaching other hosts, and buys time for analysis. In an active ransomware event, containment comes before eradication and recovery. If possible, the team should preserve volatile evidence while stopping network communication, but the immediate priority is halting the attack. Why others are wrong: Restoring from backup while the server is still connected risks recontamination and overwriting evidence. Powering off may be appropriate in some cases, but network isolation is generally the fastest least disruptive containment step. Password changes are important later if credentials were exposed, but they do not stop active encryption.

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.