mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
26 lines
651 B
YAML
26 lines
651 B
YAML
title: External Disk Drive or USB Storage Device
|
|
id: f69a87ea-955e-4fb4-adb2-bb9fd6685632
|
|
description: Detects external diskdrives or plugged in USB devices
|
|
status: experimental
|
|
author: Keith Wright
|
|
date: 2019/11/20
|
|
tags:
|
|
- attack.t1091
|
|
- attack.t1200
|
|
- attack.lateral_movement
|
|
- attack.initial_access
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 6416
|
|
DeviceClassName: 'DiskDrive'
|
|
selection2:
|
|
DeviceDescription: 'USB Mass Storage Device'
|
|
condition: selection or selection2
|
|
falsepositives:
|
|
- Legitimate administrative activity
|
|
level: low
|