-
Notifications
You must be signed in to change notification settings - Fork 0
Hunting Baseline Notes
Beth edited this page Nov 12, 2025
·
1 revision
"Living-off-the-land binaries," tools that are already accessible on a base Windows installation
Review: https://lolbas-project.github.io/
- whoami
- whoami /all
- hostname
- netstat -a
- netstat -s
- netstat -a -b
- Get-Process (Powershell)
- Get-Process | Select-Object Name, ID, Path | Format-Table
- Get-Process -IncludeUserName
- Get-Module
- Get-Service | Where-Object {$_.Status -eq "Running"}
- net accounts
- net user
- net localgroup
- Get-LocalGroup | Get-LocalGroupMember
- Get-Service
- Get-Service | Where-Object {$._Status -eq "Running"}
- Get-Service | Where-Object {$._Status -eq "Stopped"}
- Get-WMI-Object win32_service | select Name, DisplayName, State, PathName
- icacles "C:\Program Files" /t
- icacles "C:\Users\Public"
- icacles "C:\ProgramData"
- Get-ScheduledTask
- Get-ComputerInfo
- tree c:\
Compress with makecab [filename] Compressed.cab
Expand with expand Compressed.cab Compressed.txt