mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-10 09:57:15 +00:00
Cleaned up signature descriptions and metadata.
This commit is contained in:
@@ -2,14 +2,15 @@ title: PowerShell HTTP Form Submission
|
||||
description: Detection of powershell data POST and PUT with Invoke-WebRequest.
|
||||
author: keyboardcrunch
|
||||
date: 10/10/2020
|
||||
modified: null
|
||||
modified:
|
||||
mitre:
|
||||
tactic: Exfiltration
|
||||
technique: T1020
|
||||
subtechnique: null
|
||||
subtechnique:
|
||||
operating_system: windows
|
||||
query: SrcProcCmdLine ContainsCIS "Invoke-WebRequest" AND (SrcProcCmdLine ContainsCIS
|
||||
"-Method Put" OR SrcProcCmdLine ContainsCIS "-Method Post")
|
||||
false_positives: PowerShell HTTP form submissions.
|
||||
tags: null
|
||||
false_positives:
|
||||
- PowerShell HTTP form submissions.
|
||||
tags:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user