03-28-2022 06:42 AM
Hello,
Is there any way to set up an alert for each time a USB device is plugged into a host?
Even if it's not malicious.
03-29-2022 02:50 PM
Thanks... Microsoft TechDoc doesn't specify if its enabled by default Monitor the use of removable storage devices (Windows 10) - Windows security | Microsoft Docs
03-29-2022 03:08 PM - edited 03-30-2022 01:10 AM
Open windows event viewer and go to
Applications and Service Logs > Microsoft > Windows > DriverFrameworks-UserMode
as shown in the pic1
Double click there and you will see the value is 0
Right click on it and select properties. You will find enable logging check box empty. See pic2
I believe it should be possible to propagate this setting through all your endpoints using GPO instead of manually configuring each endpoint.
KR,
Luis
03-29-2022 03:19 PM
Additionally in the registry we see that the enable value is 0 for the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-DriverFrameworks-UserMode/Operational
Changing the value to 1 should also work
KR,
Luis
03-29-2022 11:15 PM
Very interesting solution @eluis @jtalton
I'm referencing this Cortex XDR documentation: https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-pro-admin/endpoint-security/customiza...
Will those Events (6416 & 4719) be collected automatically or would it be necessary to use the Broker VM to collect this additional IDs?
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!