Skip to content

Conversation

@Zacgoose
Copy link
Contributor

@Zacgoose Zacgoose commented Dec 20, 2025

fixes #116

Copilot AI review requested due to automatic review settings December 20, 2025 01:44
Copy link
Contributor

Copilot AI left a 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.

@Zacgoose Zacgoose closed this Dec 20, 2025
@Zacgoose
Copy link
Contributor Author

go away robot

@Zacgoose Zacgoose reopened this Dec 20, 2025
JohnDuprey and others added 4 commits December 19, 2025 20:59
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]>
@JohnDuprey JohnDuprey merged commit a9843aa into CyberDrain:dev Dec 20, 2025
1 check passed
JohnDuprey added a commit that referenced this pull request Dec 20, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants