Análisis forense, Procesos PowerShell Get-ChildItem C:\Windows\System32\*.dll | %{ $dll = $_ $dll (Get-Process | Where-Object {$_.Modules -match $dll.Name.Replace(".dll","")}).ProcessName } 12345 Get-ChildItem C:\Windows\System32\*.dll | %{ $dll = $_ $dll (Get-Process | Where-Object {$_.Modules -match $dll.Name.Replace(".dll","")}).ProcessName}