Skip to content

[senderprofile] Attachment Bulk 2#3975

Closed
MSAdministrator wants to merge 1 commit intomainfrom
msadministrator.fn.senderprofile.attachment_bulk_2
Closed

[senderprofile] Attachment Bulk 2#3975
MSAdministrator wants to merge 1 commit intomainfrom
msadministrator.fn.senderprofile.attachment_bulk_2

Conversation

@MSAdministrator
Copy link
Copy Markdown
Member

Description

Removing sender profile from 10 attachment type rules. This is a set of 10 rules

@MSAdministrator MSAdministrator requested a review from a team February 6, 2026 17:23
@MSAdministrator MSAdministrator requested a review from a team as a code owner February 6, 2026 17:23
@MSAdministrator MSAdministrator added the in-test-rules PR is in our testing suite to collect telemetry label Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
@github-actions github-actions Bot added test-rules:excluded:link_analysis Link analysis in rule, excluding from test rules hunting-required Hunts needed to validate rule efficacy labels Feb 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2026

Test Rules Sync - Excluded

This PR contains rules that use ml.link_analysis, which is not supported in the test-rules environment.

The hunting-required label has been applied. These rules will need to be tested through alternative methods.

@github-actions github-actions Bot added in-test-rules PR is in our testing suite to collect telemetry and removed in-test-rules PR is in our testing suite to collect telemetry labels Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
@github-actions github-actions Bot added test-rules:excluded:manual Manually excluded from test-rules, either by adding this label or removing the in-test-rules label and removed in-test-rules PR is in our testing suite to collect telemetry labels Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
github-actions Bot added a commit that referenced this pull request Feb 6, 2026
.href_url.domain.root_domain in ("mimecast.com", "cisco.com")
)
)
and (
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
3 0 3 #DIV/0!  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
0 0 3 0 0

@@ -198,11 +198,6 @@ source: |
)
)
)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

0 Results

)
)
)
and (
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
85 25 60 2.4  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
0 0 63 0 2

@@ -15,11 +15,6 @@ source: |
and strings.ilike(.scan.ocr.raw, "*review*", "*sign*")
)
)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
1 0 1 #DIV/0!  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
0 0 1 0 0

and not any(attachments, .content_type == "message/delivery-status")
// if the "References" is in the body of the message, it's probably a bounce
and not any(headers.references, strings.contains(body.html.display_text, .))
and (
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
1 0 1 #DIV/0!  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
1 0 0 0 0

and not any(headers.references, strings.contains(body.html.display_text, .))
// sender address listed as a recipient
and (
not profile.by_sender_email().solicited
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
1 0 1 #DIV/0!  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
0 0 1 0 0

)
and file.parse_eml(.).sender.email.domain.root_domain not in $org_domains
)
and (
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
49 14 35 2.5  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
0 0 35 0 0

and not any(headers.references, strings.contains(body.html.display_text, .))
// unsolicited or fails authentation
and (
(
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
27 2 25 12.5  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
0 0 25 0 0

and .scan.exiftool.zip_uncompressed_size > 500000000
)
)
and (
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

0 Results

)
and file.oletools(.).indicators.encryption.exists
)
and (
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

09FEB2026

Total Samples Both Rules Match Gained Detections (new only) % increase  
42 0 42 #DIV/0!  
         
Malicious Gained Suspicious Gained LB Gained Spam Gained Graymail Gained
0 0 39 0 0

@MSAdministrator
Copy link
Copy Markdown
Member Author

Closing this and moved the possible viable ones here #4030

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

Labels

hunting-required Hunts needed to validate rule efficacy test-rules:excluded:link_analysis Link analysis in rule, excluding from test rules test-rules:excluded:manual Manually excluded from test-rules, either by adding this label or removing the in-test-rules label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant