- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-16-2024 09:58 AM
Dear,
Its it possible to block Micorsoft Store using cortex?
05-16-2024 10:55 AM
Hi @cylusaragao, thanks for reaching us using the Live Community.
Yes, you can create a custom BIOC to monitor and block the MS Store access.
XQL Query:
dataset = xdr_data
| filter event_type = ENUM.PROCESS
| filter actor_process_image_name = "WinStore.App.exe" // Be sure this is the executable name
Save it as a BIOC rule from the XQL Query, change fields as needed:
Now add this BIOC Rule to a Restrictions Profile from the BIOCs menu, to block the execution.
Please let me know how it goes.
If this post answers your question, please mark it as the solution.
05-16-2024 10:55 AM
Hi @cylusaragao, thanks for reaching us using the Live Community.
Yes, you can create a custom BIOC to monitor and block the MS Store access.
XQL Query:
dataset = xdr_data
| filter event_type = ENUM.PROCESS
| filter actor_process_image_name = "WinStore.App.exe" // Be sure this is the executable name
Save it as a BIOC rule from the XQL Query, change fields as needed:
Now add this BIOC Rule to a Restrictions Profile from the BIOCs menu, to block the execution.
Please let me know how it goes.
If this post answers your question, please mark it as the solution.
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!