We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd9d9f commit fe91536Copy full SHA for fe91536
playbook/dev/sigma/category/file_event.yaml
@@ -35,6 +35,7 @@ questions:
35
context: |
36
Reviewing the process and command line provides additional context. Pivoting off the ProcessGuid
37
will show the full process chain leading to the file creation.
38
+ range: +/-15m
39
answer_sources:
40
- process_creation
41
query: |
@@ -69,7 +70,7 @@ questions:
69
70
condition: selection
71
fields:
72
- Image
- - TargetFilename
73
+ - file.path
74
75
- question: What is the historical pattern of file creation by this executable?
76
0 commit comments