1/17
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is the goal of evidence-of-execution analysis?
To prove what program ran, when it ran, and how it was executed by correlating multiple artifacts.
What information does Prefetch provide?
Strong evidence of program execution, including the executable name, run count, and the last 8 execution times.
What does Amcache.hve reliably store for an executable?
The SHA-1 hash of the executed program, its full path, and its first execution time.
What does ShimCache (AppCompatCache) prove?
It proves a file was present on the system and checked for compatibility, but does NOT prove it actually executed.
What value is used to track all activities within a single, unique user logon session?
The Logon ID (e.g., 0x2F8A1).
What does Event ID 4624 followed immediately by 4672 signify?
A successful logon (4624) where the account was granted administrative-level privileges (4672).
What does Event ID 7045 indicate?
A new service was installed, which is a key indicator for lateral movement tools like PsExec.
What does Event ID 4648 show?
A logon attempt using explicit credentials, such as with the 'runas' command or a "Run as administrator" prompt.
What does Event ID 1102 indicate?
The Security log was cleared (a strong indicator of defense evasion).
What does Event ID 4104 (PowerShell Script Block Logging) capture?
The actual content of PowerShell scripts as they are executed, automatically de-obfuscating them in many cases.
What does a "Warning" level on a 4104 PowerShell event signify?
PowerShell automatically identified the script block as potentially malicious based on its characteristics.
What is the key feature of PowerShell transcript logs?
They capture both the commands an attacker types AND the full text output of those commands.
What is the parent process for a PowerShell Remoting session?
WSMProvHost.exe.
What service must be enabled to modify the registry of a remote computer for lateral movement?
The Remote Registry service.
What Logon Type number is generated by a PowerShell Remoting session?
Logon Type 3 (Network).
What is pass-the-hash?
An attack using a stolen NTLM hash to authenticate without needing the plaintext password.
What is Kerberoasting?
Requesting service tickets for accounts with a Service Principal Name (SPN) and cracking them offline to recover passwords.