forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
19 changes: 8 additions & 11 deletions
19
rules/windows/process_creation/proc_creation_win_cmd_dir_execution.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
title: Files And Subdirectories Listing Using Dir | ||
title: File Enumeration Via Dir Command | ||
id: 7c9340a9-e2ee-4e43-94c5-c54ebbea1006 | ||
status: test | ||
description: Detects usage of the "dir" command that is part of Windows batch/cmd to collect information about directories | ||
description: | | ||
Detects usage of the "dir" command part of Widows CMD with the "/S" command line flag in order to enumerate files in a specified directory and all subdirectories. | ||
references: | ||
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1217/T1217.md | ||
author: frack113 | ||
date: 2021/12/13 | ||
modified: 2024/03/05 | ||
modified: 2024/03/06 | ||
tags: | ||
- attack.discovery | ||
- attack.t1217 | ||
logsource: | ||
category: process_creation | ||
product: windows | ||
detection: | ||
selection_dir: | ||
CommandLine|contains: 'dir ' | ||
selection_cli_1: | ||
CommandLine|contains|windash: ' -s' | ||
selection_cli_2: | ||
CommandLine|contains|windash: ' -b' | ||
condition: all of selection_* | ||
selection: | ||
CommandLine|contains|windash: 'dir*-s' | ||
condition: selection | ||
falsepositives: | ||
- Unknown | ||
- Likely | ||
level: low |
7 changes: 4 additions & 3 deletions
7
rules/windows/process_creation/proc_creation_win_cmd_ping_copy_combined_execution.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters