Skip to content

Commit d30b84c

Browse files
tweak
1 parent f3a0f66 commit d30b84c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

playbook/dev/sigma/category/process_creation.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ questions:
4848
selection:
4949
hostname|expand: '%hostname%'
5050
Image|expand: '%Image%'
51+
User|expand: '%User%'
5152
condition: selection
5253
fields:
5354
- User
@@ -140,12 +141,13 @@ questions:
140141
- source.port
141142
- destination.ip
142143
- destination.port
143-
- initiated
144+
- network.initiated
144145
145146
- question: What registry changes did this process make?
146147
context: |
147-
On Windows systems, registry activity can reveal further intent. The query looks for registry changes made by both the process and its parent.
148-
range: +30m
148+
On Windows systems, registry activity can reveal further intent.
149+
The query looks for registry changes made by both the process and its parent.
150+
range: +/-15m
149151
answer_sources:
150152
- registry_event
151153
query: |

0 commit comments

Comments
 (0)