Skip to content

Commit

Permalink
Add INC ransomware extension to known extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevross33 authored Apr 2, 2024
1 parent d010d2c commit faa1a62
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 faa1a62

Please sign in to comment.