Update: attachment_encrypted_pdf_cred_theft.yml - Small regex tweak#4920
Open
missingn0pe wants to merge 1 commit into
Open
Update: attachment_encrypted_pdf_cred_theft.yml - Small regex tweak#4920missingn0pe wants to merge 1 commit into
missingn0pe wants to merge 1 commit into
Conversation
Updated the regex pattern in attachment_encrypted_pdf_cred_theft rule to detect both "PDF passcode" and "PDF password" variants. Changed from literal "passcode" to regex group pass(?:code|word) for broader coverage of credential theft lures. Fixes false negative where attacks use "password" instead of "passcode". Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
github-actions Bot
added a commit
that referenced
this pull request
Jul 17, 2026
…edential theft body
github-actions Bot
added a commit
that referenced
this pull request
Jul 17, 2026
…ted PDF with credential theft body
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
attachment_encrypted_pdf_cred_theftrulepasscodeto regex grouppass(?:code|word)Changes
Before:
After:
Associated samples
- Sample 1
Associated hunts
- Hunt 1 (Shared samples) - L90D - PR logic
- Hunt 2 (Shared samples) - L90D - PR logic vs old logic
- Hunt 3 (Multi-hunt) - L30D - PR logic
- Hunt 4 (Multi-hunt) - L30D - PR logic vs old logic