Skip to content

Commit

Permalink
Merge pull request #424 from kevross33/patch-55
Browse files Browse the repository at this point in the history
Add INC ransomware extension to known extensions
  • Loading branch information
doomedraven authored Apr 2, 2024
2 parents d010d2c + faa1a62 commit 8b343b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/signatures/windows/ransomware_fileextensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def run(self):
(".*\.phoenix$", ["PhoenixCryptoLocker"]),
(".*\.blackbyte$", ["BlackByte"]),
(".*\.basta$", ["BlackBasta"]),
(".*\.inc$", ["INC"]),
]

for indicator in indicators:
Expand Down

0 comments on commit 8b343b6

Please sign in to comment.