- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
11-28-2021 09:40 PM
Hi Expert,
Please help me to create custom BIOC rules for the testing.
My company want to create rules bioc informational if We create/delete spesific file in spesific folder, and the information will appears in incidents.
Is it possible?
If is it possible, please inform to me How to create that?
Thanks Expert, please give me advice
11-29-2021 01:37 AM
Hi @Muhammad-Rusli , you need to use event_sub_type (in your case, these should be FILE_CREATE and FILE_REMOVE). Please see a basic BIOC to get you started. You can tune it to your needs.
dataset = xdr_data
| filter event_type = FILE and (event_sub_type = FILE_CREATE_NEW or event_sub_type = FILE_REMOVE) and action_file_path contains "D:\"
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!