We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e951d5 commit 3b0948bCopy full SHA for 3b0948b
rules/macros/macros.yml
@@ -25,6 +25,12 @@
25
- macro: create_file
26
expr: kevt.name = 'CreateFile' and file.operation != 'OPEN' and file.status = 'Success'
27
28
+- macro: rename_file
29
+ expr: kevt.name = 'RenameFile'
30
+
31
+- macro: read_file
32
+ expr: kevt.name = 'ReadFile'
33
34
- macro: delete_file
35
expr: kevt.name = 'DeleteFile'
36
0 commit comments