Hi all,
I've got an Excel sheet with an Macro in it, this macro starts a powershell script that runs a couple of commands to generate a file to import in excel.
strCommand = "Powershell -File ""J:\XXXXX\live.ps1"""
Set WshShell = CreateObject("WScript.Shell")
Set WshShellExec = WshShell.Exec(strCommand)
strOutput = WshShellExec.StdOut.ReadAll
in the "old" Malware Bytes i just removed the box for Excel VBA97 to allow this one. Now the only thing seems to almost entire disable a kind of scanning...
the exact error in the log is:
Exploit: 1
Exploit.PayloadProcessBlock, C:\Users\Marcel\XXXXXXX\Documenten\Powershell -File J:\web\XXXXX\live.ps1, Geblokkeerd, 701, 392684, 0.0.0, ,
For Privacy reasons i've marked some parts
Does anyone know an easy fix?
I've already marked the XLSM and PS1 file as safe
Best regard,
Marcel van der Steen