mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-11 02:11:21 +00:00
Cleaned up signature descriptions and metadata.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
title: BITS Jobs
|
||||
description: The below query will find and remote content downloads from DesktopImgDownldr
|
||||
description: Detect remote content downloads from DesktopImgDownldr
|
||||
or BitsAdmin processes, Start-BitsTransfer cmdlet downloads, and excludes system
|
||||
processes and noise with SrcProcParentName Not In ().
|
||||
author: keyboardcrunch
|
||||
date: 10/10/2020
|
||||
modified: null
|
||||
modified: 05/12/2020
|
||||
mitre:
|
||||
tactic: Defense Evasion, Persistence
|
||||
technique: T1197
|
||||
@@ -15,6 +15,7 @@ query: (( TgtProcName In Contains Anycase ("bitsadmin.exe","desktopimgdownldr.ex
|
||||
OR TgtProcCmdLine ContainsCIS "/setnotifycmdline " ) ) OR ( TgtProcName = "powershell.exe"
|
||||
AND TgtProcCmdLine ContainsCIS "Start-BitsTransfer" ) ) AND SrcProcParentName Not
|
||||
In ("services.exe","smss.exe","wininit.exe")
|
||||
false_positives: null
|
||||
false_positives:
|
||||
- Powershell file downloads
|
||||
tags: null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user