Skip to content

Commit

Permalink
New rule: open-recentdocs-registry-key.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliams31 authored Sep 27, 2024
1 parent 93ff8c0 commit 634895a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions nursery/open-recentdocs-registry-key.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
rule:
meta:
name: open RecentDocs registry key
namespace: host-interaction/registry
authors:
- matthew.williams@mandiant.com
description: In the example sample, a RecentDocs registry value was leveraged for anti-sandbox purposes. See the referenced Palo Alto blog for details.
scopes:
static: basic block
dynamic: call
mbc:
- Operating System::Registry::Open Registry Key [C0036.003]
references:
- https://www.magnetforensics.com/blog/what-is-mru-most-recently-used/
- https://unit42.paloaltonetworks.com/snipbot-romcom-malware-variant/
# examples:
# - cb948b13a5046a692ec3ed8cc16a9566:0x140016dc9 (dynamic)
features:
- and:
- match: create or open registry key
- string: /SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\RecentDocs/i

0 comments on commit 634895a

Please sign in to comment.