Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench committed Jan 26, 2023
1 parent 6a954b6 commit 6325e75
Showing 1 changed file with 3 additions and 8 deletions.
Expand Up @@ -17,17 +17,12 @@ logsource:
product: windows
detection:
selection_rundll32:
- Description: 'Windows host process (Rundll32)'
- OriginalFileName: 'RUNDLL32.EXE'
- Image|endswith:
- '\rundll32.exe'
- CommandLine|contains: 'rundll32'
- Image|endswith: '\rundll32.exe'
selection_dll:
CommandLine|contains:
- 'nsis_uns'
CommandLine|contains: 'nsis_uns'
selection_export_function:
CommandLine|contains:
- 'PrintUIEntry'
CommandLine|contains: 'PrintUIEntry'
condition: all of selection_*
falsepositives:
- Unknown
Expand Down

0 comments on commit 6325e75

Please sign in to comment.