sloansc·vor 5 Jahren·discussWorking through the IoC, I see these linescopy /Y C:\Windows\System32\certutil.exe C:\Windows\cert.exe & echo %RANDOM% >> C:\Windows\cert.exeWhy append a random number to a copy of certutil.exe other than to change the file signature?
copy /Y C:\Windows\System32\certutil.exe C:\Windows\cert.exe & echo %RANDOM% >> C:\Windows\cert.exe
Why append a random number to a copy of certutil.exe other than to change the file signature?