Skip to content

Commit

Permalink
Merge pull request ctxis#163 from kevross33/patch-92
Browse files Browse the repository at this point in the history
Add in ransomware extensions
  • Loading branch information
doomedraven authored Oct 3, 2019
2 parents da3cd3c + 32313f5 commit aff5955
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/signatures/ransomware_fileextensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ def run(self):
(".*\.serpent$", ["Serpent"]),
(".*\.REVENGE$", ["Revenge"]),
(".*\.RYK$", ["Ryuk"]),
(".*\.FTCODE$", ["FTCode"]),
(".*\.Lazarus$", ["Ouroboros"]),
(".*\.Lazarus+$", ["Ouroboros"]),
(".*\.KRONOS$", ["Ouroboros"]),
(".*\.Yatron$", ["Yatron"]),
(".*\.HCY$", ["HildaCrypt"]),
(".*\.guarded$", ["GarrantyDecrypt"]),
(".*\.lilocked$", ["Lilocked"]),
]

for indicator in indicators:
Expand Down

0 comments on commit aff5955

Please sign in to comment.