Skip to content

Refine attachment checks in mobile solicitation rule - #5326

Open
randypargman wants to merge 3 commits into
mainfrom
update-zero-attachment-logic
Open

randypargman wants to merge 3 commits into
mainfrom
update-zero-attachment-logic

Conversation

@randypargman

Copy link
Copy Markdown
Member

Update attachment filtering logic to exclude known 3rd party email warning banners.

Description

3rd party tools adding warning banners as images rather than text mess with rules that have "zero attachments" logic by adding an attached image warning banner that wasn't part of the original message. This uses a new list of warning banner image SHA256 hashes to exclude those.

In a previous PR, @markmsublime changed it from length(attachments) == 0 (which was causing FN) to checking for zero attachments other than images. This PR further refines that to only excluding known email warning banners.

Update attachment filtering logic to exclude known 3rd party email warning banners.
@randypargman
randypargman requested a review from a team September 10, 2026 22:17
@randypargman
randypargman requested a review from a team as a code owner September 10, 2026 22:17
@github-actions github-actions Bot added the review-needed Indicates that a PR is waiting for review label Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Test Rules Sync - Action Required

This PR was not automatically synced to test-rules because the author is not a member of the sublime-security organization.

To enable syncing, an organization member can comment /update-test-rules on this PR.

Once triggered, the rules will be synced on the next scheduled run (every 10 minutes).

@markmsublime

Copy link
Copy Markdown
Member

/update-test-rules

@github-actions github-actions Bot added in-test-rules PR is in our testing suite to collect telemetry and removed test-rules:excluded:author_membership labels Sep 10, 2026
github-actions Bot added a commit that referenced this pull request Sep 10, 2026
…t for mobile number via reply thread hijacking
github-actions Bot added a commit that referenced this pull request Sep 11, 2026
…promise: Request for mobile number via reply thread hijacking
@markmsublime

Copy link
Copy Markdown
Member

shared results from test rules, net new hunt showing no telemetry - hunt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in-test-rules PR is in our testing suite to collect telemetry review-needed Indicates that a PR is waiting for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants