Security in depth · Unit 24 · Lesson 3 of 14
Movement, sessions, and lasting access
Separate reaching another system from keeping access over time, then reason about evidence and recovery.
ATT&CK TA0008 Lateral Movement · TA0003 Persistence
Helpful before thisUnderstanding identity access paths
After this lesson you can
- Distinguish lateral movement, network reachability, and persistence.
- Interpret sign-in evidence without treating a successful logon as proof of compromise.
- Explain why recovery must review both sessions and lasting configuration changes.
Two questions help organize an identity incident: where could the activity go next, and what would let it continue later? They are connected, but answering one does not answer the other.
Lateral movement concerns an adversary reaching other systems or resources from an initial foothold. Remote sign-ins are one possible mechanism. Network routing and reachability merely establish a route; the destination still has its own authentication, authorization, and service behavior.
A sign-in is evidence with context
Windows security events can describe the type of logon, the account, the authentication package, and other context. A network logon and an interactive desktop logon are different events to interpret. Neither label alone identifies malicious intent.
Imagine a fictional support account connecting to a server at night. Check the approved maintenance window, source device, destination, rights, and subsequent activity. A successful logon proves less than “the account administered the server,” and far less than “every server was compromised.”
Correlate records carefully. Clocks, missing logs, shared accounts, and retention gaps can limit a timeline. State which event came from which system.
A session is not the same as a password
A session can remain authenticated after the initial exchange. Kerberos tickets have lifetimes and protocol rules; web applications may maintain their own sessions or refresh credentials. These are separate mechanisms.
Resetting a password does not universally terminate every existing ticket or application session. Closing a laptop also does not prove that every copy of a credential is gone. During recovery, the responsible administrators need to establish which forms of access exist and how each is invalidated.
Avoid a blanket instruction to rotate every directory key. Recovery of critical identity infrastructure requires a coordinated plan, dependency knowledge, and verification.
What makes access persistent?
Persistence describes maintaining access across interruptions or changes that would otherwise remove it. Some mechanisms survive a reboot; others survive a session ending, a password change, or another event. Name the actual lifetime instead of assuming all persistence is permanent.
Examples to review defensively include unexpected account creation, changed group membership, altered access rules, new credentials, and unapproved service or scheduled-work configuration. These are indicators to investigate, not proof of wrongdoing by themselves: legitimate administration changes the same objects.
Review two kinds of residue
Active residue includes sessions and credentials that may still be accepted. Stored residue includes permissions and configuration that can create access again later. Removing one category does not automatically remove the other.
In our fictional incident, a password reset may address a known secret while an unexplained group membership remains. The team should confirm whether that membership was approved, whether it grants relevant access, and which systems may have consumed it. Preserve enough evidence to understand the change before deciding how to restore the intended state.
Define what recovery means
A good recovery record names the affected identity, the change or credential under review, the owner, and the verification result. “Password reset completed” is an action. “Known sessions ended, unauthorized membership removed, and access checks now match policy” is a more complete outcome when the evidence supports it.
Pair containment with service continuity. Isolating a critical server or disabling a shared service identity can interrupt legitimate work. Assign decisions to accountable owners, preserve necessary evidence, and verify the final state rather than assuming a single action closed the incident.
Terms you met
Check yourself
No timer. No penalties. Read the explanation and try again whenever you like.
This lesson’s questions have changed. Your reading progress is saved; review the updated questions.
-
How do lateral movement and persistence differ?
Show the answer
Correct answer: Movement concerns access to other resources; persistence concerns maintaining access over time. They can occur together, but they answer different questions about an incident.
-
A server records a successful network logon. What does that prove by itself?
Show the answer
Correct answer: A logon occurred in the recorded context, subject to the event’s fields and source. You still need the actor’s purpose, permissions, and subsequent activity to interpret it.
-
A password was reset during recovery. What else needs review?
Show the answer
Correct answer: Existing sessions, tickets, other credentials, and lasting access changes. Their validity and revocation rules can differ; a reset is not universal session termination.
-
Does persistence always survive a reboot?
Show the answer
Correct answer: No; describe which interruptions a particular mechanism survives. Persistence covers multiple mechanisms with different lifetime and removal conditions.
Try it
- WriteA fictional incident contains a server sign-in, an unexplained group-membership change, and a still-active application session after a password reset. Classify what each item proves, what it does not prove, and which owner should verify containment. Do not change a real account.