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

improve rules that often match #655

Merged
merged 5 commits into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ rule:
- api: LdrFindResourceEx_U
- api: kernel32.SizeofResource
- api: kernel32.FreeResource
- api: user32.LoadString
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that's really what we are after normally. Anyone thing it's worth creating a new rule for it?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree that this should be removed

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
rule:
meta:
name: create or open registry key
namespace: host-interaction/registry
authors:
- [email protected]
- [email protected]
lib: true
scope: basic block
mbc:
- Operating System::Registry::Create Registry Key [C0036.004]
Expand Down