Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rule: open-recentdocs-registry-key.yml #938

Merged
merged 7 commits into from
Oct 3, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
- 86d8257ae56e5d8220a4e3f8396d944b5e9e41732b58ad7472276d78aea232fa_min_archive.zip
mr-tz marked this conversation as resolved.
Show resolved Hide resolved
features:
- and:
- match: create or open registry key
- string: /SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\RecentDocs/i
Loading