Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.3 KB

forensic.md

File metadata and controls

43 lines (30 loc) · 1.3 KB

1️⃣ Artefacts

🔗 Registry

1️⃣ Persistence

🔗 AutoStart Persistence Locations

🔗 Windows Services

🔗 Scheduled Tasks

🔗 DLL Persistence Attacks

  • DLL Search Order Hijacking
  • Phantom DLL
  • DLL Side-Loading

Artefacts

Registry

  • HKEY_LOCAL_MACHINE \SYSTEM : \system32\config\system
  • HKEY_LOCAL_MACHINE \SAM : \system32\config\sam
  • HKEY_LOCAL_MACHINE \SECURITY : \system32\config\security
  • HKEY_LOCAL_MACHINE \SOFTWARE : \system32\config\software
  • HKEY_USERS \UserProfile : \winnt\profiles\username
  • HKEY_USERS.DEFAULT : \system32\config\default
  • C:\Users*\AppData\Local\Microsoft\Windows\UsrClass.DAT
  • C:\Users\Username\Username.DAT

Persistence

AutoStart Persistence Locations

  • NTUSER.DAT\Software\Microsoft\Windows\CurrentVersion\Run
  • NTUSER.DAT\Software\Microsoft\Windows\CurrentVersion\RunOnce
  • SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce
  • SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run
  • SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  • %AppData%\Roaming\Microsoft\Windows\Start Menu\Programs\Startup