Files
blue-team-tools/rules/windows/builtin/security/win_external_device.yml
T

26 lines
689 B
YAML
Raw Normal View History

2021-07-06 14:27:29 +02:00
title: External Disk Drive Or USB Storage Device
2019-11-20 16:07:29 -06:00
id: f69a87ea-955e-4fb4-adb2-bb9fd6685632
2021-07-06 14:27:29 +02:00
description: Detects external diskdrives or plugged in USB devices , EventID 6416 on windows 10 or later
2019-11-20 16:07:29 -06:00
status: experimental
author: Keith Wright
2019-11-20 16:18:03 -06:00
date: 2019/11/20
2021-08-09 20:23:35 +02:00
modified: 2021/08/09
2019-11-20 16:18:03 -06:00
tags:
- attack.t1091
- attack.t1200
- attack.lateral_movement
- attack.initial_access
2019-11-20 16:07:29 -06:00
logsource:
product: windows
service: security
detection:
selection:
2021-08-09 20:23:35 +02:00
EventID: 6416
2021-07-06 14:27:29 +02:00
ClassName: 'DiskDrive'
2019-11-20 16:07:29 -06:00
selection2:
DeviceDescription: 'USB Mass Storage Device'
condition: selection or selection2
falsepositives:
- Legitimate administrative activity
level: low