mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
16 lines
478 B
YAML
16 lines
478 B
YAML
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
|
|
|