- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-08-2025 07:48 AM
Unable to get it why the below BIOC rule can't be added into the restrictions policy. I was trying to write a BIOC rule for monitoring dropped files via certutil. :
dataset = xdr_data
| filter event_type = 2 and event_sub_type = ENUM.NETWORK_STREAM_CONNECT
| filter actor_process_image_name = "certutil.exe"
| filter (
os_actor_process_command_line ~= ".*-urlcache.*" or
os_actor_process_command_line ~= ".*-decode.*" or
os_actor_process_command_line ~= ".*-encode.*" )
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!