Skip to content

Commit

Permalink
Merge pull request #407 from kevross33/patch-37
Browse files Browse the repository at this point in the history
Add Black Basta ransomware extension
  • Loading branch information
doomedraven authored Mar 20, 2024
2 parents e659979 + 45c6c50 commit d010d2c
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 @@ -133,6 +133,7 @@ def run(self):
(".*\.__NIST_[A-Z0-9]{4}__$", ["Babuk"]),
(".*\.phoenix$", ["PhoenixCryptoLocker"]),
(".*\.blackbyte$", ["BlackByte"]),
(".*\.basta$", ["BlackBasta"]),
]

for indicator in indicators:
Expand Down

0 comments on commit d010d2c

Please sign in to comment.