Files
blue-team-tools/rules/windows/builtin/driverframeworks/win_usb_device_plugged.yml
T

28 lines
833 B
YAML
Raw Normal View History

2017-11-09 08:40:46 +01:00
title: USB Device Plugged
2019-11-12 23:12:27 +01:00
id: 1a4bd6e3-4c6e-405d-a9a3-53a116e341d4
2021-11-27 11:33:14 +01:00
status: test
2017-11-09 08:40:46 +01:00
description: Detects plugged USB devices
author: Florian Roth
2021-11-27 11:33:14 +01:00
references:
- 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/
date: 2017/11/09
2021-11-30 15:03:53 +01:00
modified: 2021/11/30
2017-11-09 08:40:46 +01:00
logsource:
2021-11-27 11:33:14 +01:00
product: windows
service: driver-framework
2021-11-30 15:10:36 +01:00
definition: mapping Provider_Name 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
2017-11-09 08:40:46 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
EventID:
- 2003 # Loading drivers
- 2100 # Pnp or power management
- 2102 # Pnp or power management
condition: selection
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate administrative activity
2017-11-09 08:40:46 +01:00
level: low
2021-11-27 11:33:14 +01:00
tags:
- attack.initial_access
- attack.t1200