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

Update encrypt-data-using-dpapi.yml rule #900

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

jtothej
Copy link
Contributor

@jtothej jtothej commented May 17, 2024

Update encrypt-data-using-dpapi.yml rule - add RtlEncryptMemory/SystemFunction040 and RtlDecryptMemory/SystemFunction041.
CryptProtectMemory and CryptUnprotectMemory are wrappers for SystemFunction040 and SystemFunction041 respectively.

Copy link
Collaborator

@williballenthin williballenthin left a comment

Choose a reason for hiding this comment

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

nice!

Copy link
Collaborator

@mr-tz mr-tz left a comment

Choose a reason for hiding this comment

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

thanks!

Comment on lines +25 to +26
- api: SystemFunction040
- api: SystemFunction041
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you add a short description/comment on what these wrap?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @mr-tz, I added comments in eecaabe. Please let me know if that's fine.

Copy link
Collaborator

Choose a reason for hiding this comment

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

great, thanks

@mr-tz mr-tz merged commit 7f8216f into mandiant:master May 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants