1200kmSECURITY RESEARCH

1200KM / sigma-rule

External Disk Drive Or USB Storage Device Was Recognized By The System — Sigma Rule

Sigma rule f69a87ea-955e-4fb4-adb2-bb9fd6685632. External Disk Drive Or USB Storage Device Was Recognized By The System — Sigma Rule. Detects external disk drives or plugged-in USB devices.

Rule metadata and linked tags

Author: Keith Wright. Source status: test; severity: low. Source dates: 2019-11-20 / 2024-02-09.

{
  "product": "windows",
  "service": "security"
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 607a2f082171444aac232bd5654aa28b201c84ed7ceeb84a48246d2edc281157

Detection logic

Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.

title: External Disk Drive Or USB Storage Device Was Recognized By The System
id: f69a87ea-955e-4fb4-adb2-bb9fd6685632
status: test
description: Detects external disk drives or plugged-in USB devices.
references:
    - https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/auditing/event-6416
author: Keith Wright
date: 2019-11-20
modified: 2024-02-09
tags:
    - attack.t1091
    - attack.t1200
    - attack.lateral-movement
    - attack.initial-access
logsource:
    product: windows
    service: security
detection:
    selection_eid:
        EventID: 6416
    selection_field:
        - ClassName: 'DiskDrive'
        - DeviceDescription: 'USB Mass Storage Device'
    condition: all of selection_*
falsepositives:
    - Likely
level: low

Original YAML and metadata in JSON

False positives

  • Likely

Source references

Connected ecosystem references

Exact source-tagged techniques

Telemetry review

Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.

Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.