Detectioncriticalstable

HackTool - SecurityXploded Execution

Detects the execution of SecurityXploded Tools

Convert In Phoenix Studio

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

Launch
Florian Roth (Nextron Systems)Created Wed Dec 19Updated Sat Feb 047679d464-4f74-45e2-9e01-ac66c5eb041awindows
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:
        - Company: SecurityXploded
        - Image|endswith: 'PasswordDump.exe'
        - OriginalFileName|endswith: 'PasswordDump.exe'
    condition: selection
False Positives
Unlikely

False positives are unlikely for most environments. High confidence detection.

Rule Metadata
Rule ID
7679d464-4f74-45e2-9e01-ac66c5eb041a
Status
stable
Level
critical
Type
Detection
Created
Wed Dec 19
Modified
Sat Feb 04
Path
rules/windows/process_creation/proc_creation_win_hktl_secutyxploded.yml
Raw Tags
attack.credential-accessattack.t1555
View on GitHub