mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
27 lines
704 B
YAML
27 lines
704 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 , EventID 6416 on windows 10 or later
|
|
status: experimental
|
|
author: Keith Wright
|
|
date: 2019/11/20
|
|
modified: 2021/07/06
|
|
tags:
|
|
- attack.t1091
|
|
- attack.t1200
|
|
- attack.lateral_movement
|
|
- attack.initial_access
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 6416
|
|
ClassName: 'DiskDrive'
|
|
selection2:
|
|
DeviceDescription: 'USB Mass Storage Device'
|
|
condition: selection or selection2
|
|
falsepositives:
|
|
- Legitimate administrative activity
|
|
level: low
|