mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-09 17:37:16 +00:00
auto-generated queries from markdown notes
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
title: Windows Command Shell
|
||||
description: Query for bat files executed from temp directories where SrcProcParentName isn't an executable we want to filter.
|
||||
author: keyboardcrunch
|
||||
date: 10/10/2020
|
||||
modified: null
|
||||
mitre:
|
||||
tactic: Execution
|
||||
technique: T1059
|
||||
subtechnique: 003
|
||||
operating_system: windows
|
||||
query: (SrcProcName = "cmd.exe" AND FileFullName ContainsCIS "\Temp" AND FileType
|
||||
= "bat") AND SrcProcParentName Not In ("msiexec.exe")
|
||||
false_positives: null
|
||||
tags: null
|
||||
|
||||
Reference in New Issue
Block a user