From 0ed1ee7b97ed262ae76257a73a9ae8b5d4b8bc85 Mon Sep 17 00:00:00 2001 From: Vatsal Jagani Date: Tue, 14 Mar 2023 18:35:46 +0530 Subject: [PATCH 1/2] Added medusa ransomware file extension and note file names. --- .../tests/adapter/data/lookups/ransomware_notes.csv | 4 +++- lookups/ransomware_extensions.csv | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv b/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv index a01b0aae19..af120b1e43 100644 --- a/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv +++ b/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv @@ -67,4 +67,6 @@ TELEGRAM-RECOVER.txt,True FUSION-README.txt,True MILIHPEN-INSTRUCT.txt,True GANGBANG-NOTE.txt,True -GET_YOUR_FILES_BACK.txt,True \ No newline at end of file +GET_YOUR_FILES_BACK.txt,True +*READ_ME_MEDUSA*.TXT,True +How_to_back_files.HTML,True \ No newline at end of file diff --git a/lookups/ransomware_extensions.csv b/lookups/ransomware_extensions.csv index 7ff10c3a45..577e97d649 100644 --- a/lookups/ransomware_extensions.csv +++ b/lookups/ransomware_extensions.csv @@ -299,3 +299,4 @@ Extensions,Name .MILIHPEN,Milihpen .GANGBANG,Gangbang .reddot,RedDot +.MEDUSA,Medusa From 06b9231ed5e03543b9cf5b95f4ea753ff1486478 Mon Sep 17 00:00:00 2001 From: Vatsal Jagani Date: Mon, 20 Mar 2023 22:04:10 +0530 Subject: [PATCH 2/2] Code review change. Made change in the right file. --- .../tests/adapter/data/lookups/ransomware_notes.csv | 4 +--- lookups/ransomware_notes.csv | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv b/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv index af120b1e43..a01b0aae19 100644 --- a/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv +++ b/bin/contentctl_project/contentctl_infrastructure/tests/adapter/data/lookups/ransomware_notes.csv @@ -67,6 +67,4 @@ TELEGRAM-RECOVER.txt,True FUSION-README.txt,True MILIHPEN-INSTRUCT.txt,True GANGBANG-NOTE.txt,True -GET_YOUR_FILES_BACK.txt,True -*READ_ME_MEDUSA*.TXT,True -How_to_back_files.HTML,True \ No newline at end of file +GET_YOUR_FILES_BACK.txt,True \ No newline at end of file diff --git a/lookups/ransomware_notes.csv b/lookups/ransomware_notes.csv index 2b6fa28508..45e593440b 100644 --- a/lookups/ransomware_notes.csv +++ b/lookups/ransomware_notes.csv @@ -69,4 +69,6 @@ MILIHPEN-INSTRUCT.txt,True GANGBANG-NOTE.txt,True GET_YOUR_FILES_BACK.txt,True read_it.txt,True -*.README.txt, True \ No newline at end of file +*.README.txt, True +*READ_ME_MEDUSA*.TXT,True +How_to_back_files.HTML,True \ No newline at end of file