File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2
2
creation_date = " 2020/02/18"
3
3
integration = [" endpoint" ]
4
4
maturity = " production"
5
- updated_date = " 2025/02/03 "
5
+ updated_date = " 2025/02/04 "
6
6
7
7
[transform ]
8
8
[[transform .osquery ]]
@@ -122,7 +122,7 @@ sequence by process.entity_id with maxspan=1m
122
122
[process where host.os.type == "windows" and event.type == "start" and process.pid != 4 and
123
123
124
124
/* ignore NT Authority and Network Service accounts */
125
- not user.id : ("S-1-5-19", "S-1-5-20") and
125
+ not user.id in ("S-1-5-19", "S-1-5-20") and
126
126
127
127
/* filter out anything trusted but not from Microsoft */
128
128
/* LOLBins will be inherently trusted and signed, so ignore everything else trusted */
@@ -135,9 +135,6 @@ sequence by process.entity_id with maxspan=1m
135
135
136
136
/* second sequence to capture network connections over port 445 related to SMB */
137
137
[network where host.os.type == "windows" and destination.port == 445 and process.pid != 4]
138
-
139
- /* end the sequence when the process ends where joining was on process.entity_id */
140
- until [process where host.os.type == "windows" and event.type == "end"]
141
138
'''
142
139
143
140
You can’t perform that action at this time.
0 commit comments