Skip to content

Commit 90865c0

Browse files
authored
Update and rename windows_detect_usbstor_registry_key_modification.yml to windows_usbstor_registry_key_modification.yml
1 parent 27c097d commit 90865c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detections/endpoint/windows_detect_usbstor_registry_key_modification.yml renamed to detections/endpoint/windows_usbstor_registry_key_modification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows Detect USBSTOR Registry Key Modification
1+
name: Windows USBSTOR Registry Key Modification
22
id: a345980a-417d-4ed3-9fb4-cac30c9405a0
33
version: 1
44
date: '2025-01-17'
@@ -15,7 +15,7 @@ search: |-
1515
| eval object_name = registry_value_data, object_handle = split(mvindex(split(registry_path, "\\"),6),"&"), object_handle = mvindex(mvfilter(NOT len(object_handle)=1),0)
1616
| `security_content_ctime(firstTime)`
1717
| `security_content_ctime(lastTime)`
18-
| `windows_detect_usbstor_registry_key_modification_filter`
18+
| `windows_usbstor_registry_key_modification_filter`
1919
how_to_implement: To successfully implement this search, you must ingest endpoint logging that tracks changes to the HKLM\System\CurrentControlSet\Enum\USBSTOR\ registry keys. Ensure that the field from the event logs is being mapped to the proper fields in the Endpoint.Registry data model.
2020
known_false_positives: Legitimate USB activity will also be detected. Please verify and investigate as appropriate.
2121
references:

0 commit comments

Comments
 (0)