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

Who rated this post

L4 Transporter

Hi @tlmarques, thanks for reaching us using the Live Community.

 

I did a test in my lab by modifying the registry as mentioned in the link, and it was not detected by the XDR Agent as malicious.

In this cases you can create custom BIOCs to detect this behaviors that might not be malicious by themselves.

I have created this custom BIOC rule that you can apply in Detection Rules - BIOC - Add Bioc to detect modifications to this registry key.

 

dataset = xdr_data 
| filter event_type = ENUM.REGISTRY and event_sub_type = ENUM.REGISTRY_CREATE_KEY 
| filter action_registry_key_name contains  """HKEY_LOCAL_MACHINE\\SYSTEM\\ControlSet001\\Services\\PortProxy\\"""

 Tested and working as expected:

jmazzeo_0-1714161955058.png

You can even add the BIOC to a Restriction Profile and block the process doing the registry modification.

 

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

JM

View solution in original post

Who rated this post