Add and update anti virus rules#6075
Open
ruppde wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the repository’s antivirus category coverage by adding new Sigma rules for APT malware and remote access tool detections, and by updating several existing antivirus signature-based rules with additional indicators and refreshed metadata.
Changes:
- Added new antivirus rules for APT malware and remote access tools.
- Updated multiple existing antivirus rules (ransomware, password dumper/stealer, hacktool, exploitation framework) with new signature strings and updated
modifieddates.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| rules/category/antivirus/av_remote_access_toolkit.yml | New rule for AV alerts indicating remote access tools (signature substring matching). |
| rules/category/antivirus/av_advanced_persistent_threat.yml | New rule for AV alerts indicating APT-related naming/patterns (regex + substring matching). |
| rules/category/antivirus/av_password_dumper.yml | Updated password dumper/stealer indicators and refreshed metadata. |
| rules/category/antivirus/av_hacktool.yml | Added additional hacktool-related signature indicators and refreshed metadata. |
| rules/category/antivirus/av_ransomware.yml | Added additional ransomware family signature indicators and refreshed metadata. |
| rules/category/antivirus/av_exploiting.yml | Added/adjusted exploitation framework signature indicators and refreshed metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
swachchhanda000
approved these changes
Jun 23, 2026
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.
Summary of the Pull Request
Add and update anti virus rules
Changelog
new: Antivirus APT Malware
new: Antivirus Remote Access Tools
update: Antivirus Password Dumper Detection - add multiple new strings
update: Antivirus Hacktool Detection - add multiple new strings
update: Antivirus Ransomware Detection - add multiple new strings
update: Antivirus Exploitation Framework Detection - add multiple new strings
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions