Skip to content

Commit

Permalink
Merge pull request #241 from mnrkbys/fix_deleted.yaml
Browse files Browse the repository at this point in the history
Fixed deleted.yaml
  • Loading branch information
tclahr authored Jul 3, 2024
2 parents ece2c69 + 8438a4d commit 72bfa92
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions artifacts/live_response/process/deleted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ artifacts:
-
description: Find open files of (malicious) processes.
supported_os: [linux]
collector: find
path: .list_open_file_descriptors.txt
is_file_list: true
file_type: f
collector: command
foreach: cat "%destination_directory%/.list_open_file_descriptors.txt"
command: find %line% -type f -print
output_file: .open_file_descriptors.txt
-
description: Collect open files of (malicious) processes.
Expand Down

0 comments on commit 72bfa92

Please sign in to comment.