Malicious LNK files.
Tag: PowerShell
Scheduled Task Persistence
Some notes on finding malicious Scheduled Tasks.
picoCTF 2021 Very Very Hidden Writeup
picoCTF 2021 Very Very Hidden Writeup
Get-ChildItem Performance
I was writing some PowerShell scripts to scan disks for certain types of malware and realized that Get-ChildItem was kind of slow. I googled around and found this site which demonstrated using robocopy.exe and dir as faster alternatives to Get-ChildItem. Here were the results I had searching for LNK files on my disk using both …