Create link_shortened_or_file_sharing_service_redirecting_to_blob_url.yml#3950
Open
Create link_shortened_or_file_sharing_service_redirecting_to_blob_url.yml#3950
Conversation
Test Rules Sync - ExcludedThis PR contains rules that use The |
github-actions bot
added a commit
that referenced
this pull request
Feb 3, 2026
…vice redirecting to blob URL
….yml add check for recently reg'd domain as well
github-actions bot
added a commit
that referenced
this pull request
Feb 9, 2026
…service redirecting to blob URL
github-actions bot
added a commit
that referenced
this pull request
Feb 11, 2026
… shortened or file sharing service redirecting to blob URL
zoomequipd
reviewed
Feb 18, 2026
| or network.whois(.href_url.domain).days_old < 30 | ||
| ) | ||
| // the url redirects to a blob url | ||
| and strings.icontains(ml.link_analysis(.).effective_url.url, 'blob:') |
Member
There was a problem hiding this comment.
strings.icontains or strings.istarts_with?
zoomequipd
requested changes
Feb 18, 2026
| // the url redirects to a blob url | ||
| and strings.icontains(ml.link_analysis(.).effective_url.url, 'blob:') | ||
| ) | ||
| and not profile.by_sender().solicited |
Member
There was a problem hiding this comment.
I know the rule name mentions it, but I've got a bit of PTSD from it, lets rock this rule without sender profile.
Suggested change
| and not profile.by_sender().solicited |
detection-rules/link_shortened_or_file_sharing_service_redirecting_to_blob_url.yml
Outdated
Show resolved
Hide resolved
zoomequipd
requested changes
Feb 18, 2026
detection-rules/link_shortened_or_file_sharing_service_redirecting_to_blob_url.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Brandon Murphy <4827852+zoomequipd@users.noreply.github.com>
…ortened_or_file_sharing_service_redirecting_to_blob_url
github-actions bot
added a commit
that referenced
this pull request
Feb 18, 2026
…s link domain redirecting to blob URL
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
Its fairly common for phish to redirect to blob urls off commonly abused services or shorteners, this allows the phish content to avoid detection as its often encode or compressed inside other html or js
Associated hunts