Skip to content

Commit

Permalink
simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedfarou22 authored Oct 21, 2024
1 parent c280d86 commit 2122c21
Showing 1 changed file with 0 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -1,46 +1,3 @@
title: Suspicious PowerShell Commands in RunMRU key
id: a7df0e9e-91a5-459a-a003-4cde67c2ff5d
status: test
description: |
Detects suspicious PowerShell commands in the RunMRU registry key, commonly used by threat actors who deceive users
into pasting and executing malicious commands in the Run dialog, often disguised as CAPTCHA verification steps
references:
- https://www.forensafe.com/blogs/runmrukey.html
- https://medium.com/@shaherzakaria8/downloading-trojan-lumma-infostealer-through-capatcha-1f25255a0e71
author: Ahmed Farouk
date: 2024/10/21
tags:
- attack.execution
- attack.t1059.001
logsource:
product: windows
category: registry_set
detection:
selection_key:
TargetObject|contains: 'Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU'

selection_pwsh:
Details|contains: 'powershell'

selection_sus_keywords:
Details|contains:
- 'http'
- 'ftp'
- 'Hidden'
- 'iex'
- ' -e '
- ' -en '
- ' -enc '
- ' -enco'
- ' -ec '
condition: all of selection_*

falsepositives:
- Unknown
level: high

---

title: Suspicious Commands in RunMRU key
id: f9d091f6-f1c7-4873-a24f-050b4a02b4dd
status: test
Expand Down

0 comments on commit 2122c21

Please sign in to comment.