mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
26 lines
748 B
YAML
26 lines
748 B
YAML
title: USB Device Plugged
|
|
id: 1a4bd6e3-4c6e-405d-a9a3-53a116e341d4
|
|
description: Detects plugged USB devices
|
|
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/
|
|
status: experimental
|
|
author: Florian Roth
|
|
date: 2017/11/09
|
|
tags:
|
|
- attack.initial_access
|
|
- attack.t1200
|
|
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
|