From cfaae4c0abad6aa07d2486c0d0d0da0d4fb999d9 Mon Sep 17 00:00:00 2001 From: dubfib <81378985+dubfib@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:14:50 -0800 Subject: [PATCH] fix: wrong path by accident --- .../Win32.Infostealer.Dexter.yara | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Win32.Infostealer.Dexter.yara => infostealer/Win32.Infostealer.Dexter.yara (97%) diff --git a/Win32.Infostealer.Dexter.yara b/infostealer/Win32.Infostealer.Dexter.yara similarity index 97% rename from Win32.Infostealer.Dexter.yara rename to infostealer/Win32.Infostealer.Dexter.yara index 2040145..f257ea0 100644 --- a/Win32.Infostealer.Dexter.yara +++ b/infostealer/Win32.Infostealer.Dexter.yara @@ -36,4 +36,4 @@ rule Win32_Infostealer_Dexter condition: //if file is pe and matches all strings uint16(0) == 0x5A4D and all of them -} \ No newline at end of file +}