Skip to content

Commit

Permalink
fix: added originalfilename
Browse files Browse the repository at this point in the history
  • Loading branch information
qasimqlf authored Feb 8, 2023
1 parent 2885c93 commit 6da1431
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@ references:
- https://lolbas-project.github.io/lolbas/Binaries/Rundll32
author: Harjot Singh, '@cyb3rjy0t'
date: 2023/01/21
modified: 2023/01/23
modified: 2023/02/08
tags:
- attack.defense_evasion
- attack.t1564.004
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\rundll32.exe'
selection_img:
- Image|endswith: '\rundll32.exe'
- OriginalFileName: 'RUNDLL32.EXE'
selection_cli:
# Example:
# rundll32 "C:\ads\file.txt:ADSDLL.dll",DllMain
# Note: This doesn't cover the use case where a full path for the DLL isn't used. As it requires a more expensive regex
CommandLine|re: '[Rr][Uu][Nn][Dd][Ll][Ll]32(\.[Ee][Xx][Ee])? \S+?\w:\S+?:'
condition: selection
condition: all of selection_*
falsepositives:
- Unknown
level: high

0 comments on commit 6da1431

Please sign in to comment.