Windows Process Creation: SecurityXploded PasswordDump.exe Execution

Alerts on Windows executions of SecurityXploded PasswordDump.exe based on process metadata and filename.

FreeReviewedSigma · Critical · v2
Product
windows
Category
process_creation
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2018-12-19
Updated
2026-07-31
title: "Windows Process Creation: SecurityXploded PasswordDump.exe Execution"
id: 440cb189-8286-4bc0-bfa7-9f9921bd4da7
status: stable
description: This rule matches Windows process creation events where the process metadata indicates the SecurityXploded publisher/company and the executed binary name ends with PasswordDump.exe. Attackers commonly use credential-dumping tools to obtain authentication material, making their execution a high-priority indicator. The detection relies on telemetry fields such as Company, Image path suffix, and OriginalFileName ending with PasswordDump.exe.
references:
  - https://securityxploded.com/
  - https://web.archive.org/web/20200601000524/https://cyberx-labs.com/blog/gangnam-industrial-style-apt-campaign-targets-korean-industrial-companies/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_secutyxploded.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2018-12-19
modified: 2023-02-04
tags:
  - attack.credential-access
  - attack.t1555
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    - Company: SecurityXploded
    - Image|endswith: PasswordDump.exe
    - OriginalFileName|endswith: PasswordDump.exe
  condition: selection
falsepositives:
  - Unlikely
level: critical
license: DRL-1.1
related:
  - id: 7679d464-4f74-45e2-9e01-ac66c5eb041a
    type: derived