Create: brand_impersonation_sofi - SoFi financial brand impersonation detection#4924
Open
missingn0pe wants to merge 1 commit into
Open
Create: brand_impersonation_sofi - SoFi financial brand impersonation detection#4924missingn0pe wants to merge 1 commit into
missingn0pe wants to merge 1 commit into
Conversation
Detects phishing messages impersonating SoFi financial services through: - Brand-specific disclaimer patterns (SoFi Bank/Invest/Securities/Team/Tech/Wealth) - Copyright notices with company name - Official phone numbers (855-456-7634, 844-908-7634) - Corporate address (2750 E Cottonwood Pkwy, Salt Lake City, UT) - Observed TTPs (trade confirmation, self-directed investing account) FP reduction: - Excludes legitimate SoFi domains with DMARC pass (sofi.com, sofi.org) - Excludes Samsung.com (financial partnership) and investordelivery.com (delivery platform) - Excludes high-trust domains with passing authentication - Excludes newsletters and legitimate email threads - Uses word boundaries to prevent "Sofia" name and "SOFIDEL" company FPs Pattern modeled after brand_impersonation_robinhood.yml (Mark Morris). Hunt validation: 33 messages L90D, 14 net new detections. Ticket: ESC-18720 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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
New detection rule targeting SoFi financial services brand impersonation. Catches phishing attempts using official company branding, corporate addresses, phone numbers, and observed credential theft tactics (trade confirmation lures).
Impact: 14 net new detections
Changes
Disclaimer Detection
Address Detection
TTP Detection (Observed Credential Theft)
FP Reduction
Associated samples
Associated hunts