From a0ac61229cbe280dca7c1da5d24bef2742e022e6 Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Thu, 9 Nov 2017 08:40:46 +0100 Subject: [PATCH] Rule: Detect plugged USB devices --- .../builtin/win_usb_device_plugged.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rules/windows/builtin/win_usb_device_plugged.yml diff --git a/rules/windows/builtin/win_usb_device_plugged.yml b/rules/windows/builtin/win_usb_device_plugged.yml new file mode 100644 index 000000000..8cc3df993 --- /dev/null +++ b/rules/windows/builtin/win_usb_device_plugged.yml @@ -0,0 +1,20 @@ +title: USB Device Plugged +description: Detects plugged USB devices +reference: + - https://df-stream.com/2014/01/the-windows-7-event-log-and-usb-device/ + - https://www.techrepublic.com/article/how-to-track-down-usb-flash-drive-usage-in-windows-10s-event-viewer/ +status: experimental +author: Florian Roth +logsource: + product: windows + service: driver-framework +detection: + selection: + EventID: + - 2003 # Loading drivers + - 2100 # Pnp or power management + - 2102 # Pnp or power management + condition: selection +falsepositives: + - Legitimate administrative activity +level: low