Detectionmediumtest

Execute Files with Msdeploy.exe

Detects file execution using the msdeploy.exe lolbin

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Beyu Denis, oscd.communityCreated Sun Oct 18Updated Sat Nov 27646bc99f-6682-4b47-a73a-17b1b64c9d34windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        CommandLine|contains|all:
            - 'verb:sync'
            - '-source:RunCommand'
            - '-dest:runCommand'
        Image|endswith: '\msdeploy.exe'
    condition: selection
False Positives

System administrator Usage

Rule Metadata
Rule ID
646bc99f-6682-4b47-a73a-17b1b64c9d34
Status
test
Level
medium
Type
Detection
Created
Sun Oct 18
Modified
Sat Nov 27
Path
rules/windows/process_creation/proc_creation_win_lolbin_msdeploy.yml
Raw Tags
attack.defense-evasionattack.t1218
View on GitHub