Skip to content

Commit

Permalink
Create proc_creation_win_rhadamanthys_dll_launch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tropChaud committed Jan 26, 2023
1 parent 1be13b3 commit 6a954b6
Showing 1 changed file with 34 additions and 0 deletions.
@@ -0,0 +1,34 @@
title: Rhadamanthys Stealer Module Launch via Rundll32
id: 5cdbc2e8-86dd-43df-9a1a-200d4745fba5
status: experimental
description: Detect use of Rundll32 to launch an NSIS module that serves as the main stealer capability of Rhadamanthys infostealer, as observed in reports and samples in early 2023
references:
- https://elis531989.medium.com/dancing-with-shellcodes-analyzing-rhadamanthys-stealer-3c4986966a88
- https://blog.cyble.com/2023/01/12/rhadamanthys-new-stealer-spreading-through-google-ads/
- https://www.joesandbox.com/analysis/790122/0/html
- https://twitter.com/anfam17/status/1607477672057208835
author: TropChaud
date: 2023/01/26
tags:
- attack.defense_evasion
- attack.t1218.011
logsource:
category: process_creation
product: windows
detection:
selection_rundll32:
- Description: 'Windows host process (Rundll32)'
- OriginalFileName: 'RUNDLL32.EXE'
- Image|endswith:
- '\rundll32.exe'
- CommandLine|contains: 'rundll32'
selection_dll:
CommandLine|contains:
- 'nsis_uns'
selection_export_function:
CommandLine|contains:
- 'PrintUIEntry'
condition: all of selection_*
falsepositives:
- Unknown
level: medium

0 comments on commit 6a954b6

Please sign in to comment.