Skip to content

Commit 1946c4e

Browse files
authored
Update windows_service_created_with_suspicious_service_name.yml
1 parent 658c2e6 commit 1946c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detections/endpoint/windows_service_created_with_suspicious_service_name.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ search: |-
1414
| eval process_name = mvindex(split(process,"\\"),-1)
1515
| rename Computer as dest, ServiceName as object_name, ServiceType as object_type
1616
| lookup windows_suspicious_services service_name as object_name
17-
| where isnotnull(tool_type)
17+
| where isnotnull(tool_name)
1818
| `security_content_ctime(firstTime)`
1919
| `security_content_ctime(lastTime)`
2020
| `windows_service_created_with_suspicious_service_name_filter`

0 commit comments

Comments
 (0)