Greetings,
When trying to upload unrecognized files to COMODO, via CIS (advanced GUI) “Unrecognized files” button, I’m getting the error codes 0x80090002 (Bad Hash) for two files and 0x80004005 (Unspecified error) for three files.
- What exactly are these error code meaning and what should be done when encountering them?
The two files associated with 0x80090002 are .bat script which I made.
The three files associated with 0x80004005 are the following powershell scripts (but the .ps1 files in C:\Windows\TEMP\ are missing):
-
-NoProfile -Noninteractive -ExecutionPolicy Bypass -File "C:\Windows\TEMP\pss2C91.ps1"
-
-NoProfile -Noninteractive -ExecutionPolicy Bypass -File "C:\Windows\TEMP\pss3976.ps1"
-
"Get-WmiObject Win32_Process | Where-Object { $_.ExecutablePath -eq 'C:\Users\Non-admin-current-user-session\AppData\Local\Programs\Microsoft VS Code\bin\code-tunnel.exe' } | Select @{Name='Id'; Expression={$_.ProcessId}} | Stop-Process -Force"
- Regarding the error code 0x80004005 for the above scripts, is it normal to have such scripts on the PC? What are they mostly used for and to which softwares/services are they related to?
Thanks in advance,
Best regards,
B