-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New rule: open-recentdocs-registry-key.yml
- Loading branch information
1 parent
93ff8c0
commit 634895a
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |