SigmaHQ/rules/windows/process_creation/win_hack_secutyxploded.yml
2019-12-30 14:25:29 +01:00

27 lines
723 B
YAML

title: SecurityXploded Tool
id: 7679d464-4f74-45e2-9e01-ac66c5eb041a
description: Detects the execution of SecurityXploded Tools
author: Florian Roth
references:
- https://securityxploded.com/
- https://cyberx-labs.com/blog/gangnam-industrial-style-apt-campaign-targets-korean-industrial-companies/
date: 2018/12/19
tags:
- attack.credential_access
- attack.t1003
- attack.s0005
logsource:
category: process_creation
product: windows
detection:
selection1:
Company: SecurityXploded
selection2:
Image|endswith: 'PasswordDump.exe'
selection3:
OriginalFilename|endswith: 'PasswordDump.exe'
condition: 1 of them
falsepositives:
- unlikely
level: critical