Microsoft Store Blocker

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Microsoft Store Blocker

L1 Bithead

Dear,

 

Its it possible to block Micorsoft Store using cortex?

1 accepted solution

Accepted Solutions

L4 Transporter

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:

jmazzeo_0-1715881839498.png

Now add this BIOC Rule to a Restrictions Profile from the BIOCs menu, to block the execution.

jmazzeo_1-1715882091066.png

 

Please let me know how it goes.

 

If this post answers your question, please mark it as the solution.

 

JM

View solution in original post

2 REPLIES 2

L4 Transporter

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:

jmazzeo_0-1715881839498.png

Now add this BIOC Rule to a Restrictions Profile from the BIOCs menu, to block the execution.

jmazzeo_1-1715882091066.png

 

Please let me know how it goes.

 

If this post answers your question, please mark it as the solution.

 

JM

Hi,

 

Thanks Jmazzeo, it worked out.

  • 1 accepted solution
  • 1126 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!