Recent Comments
No comments to show.Archives
Categories
Monthly Archives: April 2026
Enable Excel Macro
Macro can be block by Fileless Attack Defense if it trigger powershell.exe Fix by add command in Exclusions such as below command “C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe” -ExecutionPolicy Bypass -WindowStyle Hidden -Command “Get-Process EXCEL ………. | Stop-Process -Force” Then when it execute this command … Continue reading
Posted in Gravityzone
Tagged bitdefender, edr, enable excel macro, enable macro, EPP, gravityzone, MDR
Leave a comment
Enable Network Print
In Firewall > Rule Edit rule > Allow Enable Rule That it !!!
Posted in Gravityzone
Tagged bitdefender, gravityzone, network, network print, print
Leave a comment
Bitdefender EDR PoC Step
As I got Lots of request on How to PoC EDR then this is my write up we will use this Github to test https://github.com/redcanaryco/invoke-atomicredteam/wiki/Installing-Invoke-AtomicRedTeam First add exclusion on Gravityzone to C:\AtomicRedTeam Open Powershell to create folder mkdir C:\AtomicRedTeamcd C:\AtomicRedTeam … Continue reading