Day 7: Account Management Events Lab
Simulation Setup β Generate the Events Before Analysis
πΉ Step 1 β Log in to Your Domain Controller
πΉ Step 2 β Create a New Test User (Generates Event ID 4720)
New-ADUser -Name "nasriadmin" -SamAccountName "nasriadmin" -AccountPassword (ConvertTo-SecureString "HooyoMcn143" -AsPlainText -Force) -Enabled $trueπΉ Step 3 β Add the New User to Administrators Group (Generates Event 4732)
πΉ Step 4 β (Optional) Disable or Delete the User Later
Step-by-step Instructions:
PreviousDay #6 β Log Analysis Basics: Linux Auth Log (SSH Brute-Force Simulation)NextDay-8: Correlating Multiple Event Sources
Last updated