CrowdStrike_RTR_Powershell_Scripts
CrowdStrike_RTR_Powershell_Scripts copied to clipboard
not sure if it's a limit or something .. only returning a few hits and missing new stuff ...
https://www.jaiminton.com/cheatsheet/DFIR/#introduction
Create install scripts for psfalcon 2.0
Set-Variable -Name ErrorActionPreference -Value SilentlyContinue (Get-ChildItem -Path 'C:\$Recycle.Bin' -Force -Recurse) | select * | ForEach-Object { Write-Output ($_).FullName if ((($_).Name -match '\$') -and ((Get-Item ($_).FullName).length -lt 500 )) { ((Get-Content...
https://github.com/freeload101/CrowdStrike_RTR_Powershell_Scripts/blob/main/RECON%20IR.ps1
not working .. echo '-------------------------'; echo "[+] INFO: Atempting to fetch domain details for c:\Users\* " echo '-------------------------'; (Get-ChildItem -Path "C:\Users\*").name |ForEach-Object { Start-Process -FilePath "net" -ArgumentList " user $_...