SigmaHQ/rules/windows/builtin/win_usb_device_plugged.yml
2017-11-09 08:40:46 +01:00

21 lines
638 B
YAML

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