Here is a new v4.0 (pre-release) test7:
http://downloads.novirusthanks.org/files/exe_radar_pro_4_setup_test7.exe
*** Please do not share the download link, we will delete it when we'll release the official v4 ***
So far this is what's new compared to the previous pre-release:
+ Right-click option "Enable Selected Rule(s)" on Rules tab
+ Right-click option "Disable Selected Rule(s)" on Rules tab
+ Improved "Allow Known Safe Process Behaviors"
+ Minor fixes and optimizations
To install it, first uninstall the previous build, then reboot (not really needed but may help), and install the new build.
@lowdetection
With Build 6 we introduced the new action "Exclude":
To exclude a cmd.exe execution with command-line (example):
Code:
"C:\Windows\system32\cmd.exe"
Just write a rule that has the Action = Exclude:
In the Rules tab it looks like this:
And in the Events tab you can see this:
Basically, the action = "Exclude" is used to exclude (allow) a specific event.
It takes priority over all other actions (before action = Ask, Deny, Allow).
It is checked as first and is perfect to exclude safe events (i.e command-lines) of vulnerable processes.
That way you would not get other alerts for that specific event triggered by an action = Ask rule.