Skip to content

Commit 34c5343

Browse files
committed
refactor: moved rule to a single file
1 parent 46daf42 commit 34c5343

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

yara/mal_octowave_loader_mar25.yar

+26
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,29 @@ rule Octowave_Loader_03_2025 {
283283
and all of them
284284
285285
}
286+
287+
rule Octowave_Loader_Supporting_File_03_2025
288+
{
289+
meta:
290+
description = "Detects supporting file used by Octowave loader containing hardcoded values"
291+
author = "Jai Minton (@CyberRaiju) - HuntressLabs"
292+
date = "2025-03-19"
293+
score = 75
294+
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
295+
yt_reference = "https://www.youtube.com/watch?v=NiNIbkiuExU"
296+
reference = "https://x.com/CyberRaiju/status/1893450184224362946?t=u0X6ST2Qgnrf-ujjphGOSg&s=19"
297+
hash1 = "C4CBAA7E4521FA0ED9CC634C5E2BACBF41F46842CA4526B7904D98843A7E9DB9"
298+
hash2 = "F5CFB2E634539D5DC7FFE202FFDC422EF7457100401BA1FBC21DD05558719865"
299+
hash3 = "56F1967F7177C166386D864807CDF03D5BBD3F118A285CE67EA226D02E5CF58C"
300+
hash4 = "11EE5AD8A81AE85E5B7DDF93ADF6EDD20DE8460C755BF0426DFCBC7F658D7E85"
301+
hash5 = "D218B65493E4D9D85CBC2F7B608F4F7E501708014BC04AF27D33D995AA54A703"
302+
hash6 = "0C112F9DFE27211B357C74F358D9C144EA10CC0D92D6420B8742B72A65562C5A"
303+
strings:
304+
$unique_key = {1D 1C 1F 1E 01 01 03 02 05 04 07 06 09 D4 0E 0A 0D 0C 0F 0E 31 30 31 32 35 34 36 36 39 38 DC 3F 3D 3C 3E} // 1012546698 unknown unique identifier and surrounding bytes
305+
$unique_string = "MLONqpsrutwvyx"
306+
$unique_string2 = "A@CBEDGFIHKJMLONqpsrutwvyx"
307+
condition:
308+
uint16(0) != 0x5a4d
309+
and filesize < 10000KB
310+
and all of them
311+
}

yara/mal_octwave_loader_sup_file_mar25.yar

-24
This file was deleted.

0 commit comments

Comments
 (0)