Windows Process Creation: Sysinternals PsSuspend Targeting msmpeng.exe
Alerts on execution of Sysinternals PsSuspend with command line referencing msmpeng.exe.
- Product
- windows
- Category
- process_creation
- Author
- Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2023-03-23
- Updated
- 2026-07-30
ATT&CK techniques
Recon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags process creation where the Sysinternals PsSuspend binary (pssuspend.exe variants) is executed with command line text that contains msmpeng.exe. Suspending security-related processes can impair endpoint defenses and is a common tactic for evasion. The detection relies on Windows process creation telemetry, matching the image name and command line contents for psuspend variants and msmpeng.exe.
Reporting behind it
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows Process Creation: Sysinternals PsSuspend Targeting msmpeng.exe"
id: e17f1fc1-c3d2-4240-b736-6f33884aa801
related:
- id: 48bbc537-b652-4b4e-bd1d-281172df448f
type: similar
- id: 4beb6ae0-f85b-41e2-8f18-8668abc8af78
type: derived
status: test
description: This rule flags process creation where the Sysinternals PsSuspend binary (pssuspend.exe variants) is executed with command line text that contains msmpeng.exe. Suspending security-related processes can impair endpoint defenses and is a common tactic for evasion. The detection relies on Windows process creation telemetry, matching the image name and command line contents for psuspend variants and msmpeng.exe.
references:
- https://learn.microsoft.com/en-us/sysinternals/downloads/pssuspend
- https://twitter.com/0gtweet/status/1638069413717975046
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_sysinternals_pssuspend_susp_execution.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-03-23
modified: 2026-06-29
tags:
- attack.defense-impairment
- attack.t1685
logsource:
category: process_creation
product: windows
detection:
selection_img:
- OriginalFileName: pssuspend.exe
- Image|endswith:
- \pssuspend.exe
- \pssuspend64.exe
- \pssuspend64a.exe
selection_cli:
CommandLine|contains: msmpeng.exe
condition: all of selection_*
falsepositives:
- Unlikely
level: high
license: DRL-1.1