-
Notifications
You must be signed in to change notification settings - Fork 88
Update detection-rules.json #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Dev to release
Signed-off-by: Zacgoose <[email protected]>
Signed-off-by: Zacgoose <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the phishing detection rules configuration by bumping the version from 1.0.8 to 1.1.0 and refining regex patterns for Microsoft domain matching. The changes aim to improve domain pattern matching by replacing wildcard patterns with more specific character classes and adding support for new Microsoft authentication domains.
Key changes:
- Added ciamlogin.com and powerbi.com domains to the trusted patterns
- Refactored domain regex patterns from
[^.]*\.to([a-zA-Z0-9-]+\.)*for more precise subdomain matching - Updated version metadata and timestamp
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
go away robot |
Co-authored-by: Copilot <[email protected]> Signed-off-by: John Duprey <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: John Duprey <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Zacgoose <[email protected]>
Signed-off-by: Zacgoose <[email protected]>
* Update detection-rules.json Signed-off-by: Zacgoose <[email protected]> * Update detection-rules.json Co-authored-by: Copilot <[email protected]> Signed-off-by: John Duprey <[email protected]> * Update detection-rules.json Co-authored-by: Copilot <[email protected]> Signed-off-by: John Duprey <[email protected]> * Update rules/detection-rules.json Co-authored-by: Copilot <[email protected]> Signed-off-by: Zacgoose <[email protected]> * Update detection-rules.json Signed-off-by: Zacgoose <[email protected]> --------- Signed-off-by: Zacgoose <[email protected]> Signed-off-by: John Duprey <[email protected]> Co-authored-by: KelvinTegelaar <[email protected]> Co-authored-by: John Duprey <[email protected]> Co-authored-by: Copilot <[email protected]>
fixes #116