Indicator (IOC)
Essential information
- Value / Name
57dcf387af8ce14d2671fa3ed7984995b3801503- Confidence
- 100/100
- Revoked
- Yes
- Valid from
- 05/04/2023 15:41
- Valid until
- 08/07/2024 15:41
- Pattern type
- yara
- Published
- 20/12/2025 19:39
- Modified
- 21/12/2025 00:23
- Author / Source
- AlienVault
Description
Detects the installer for melofee malware
Pattern
rule UNK_APT_Melofee_Installer {
meta:
author = "Exatrack"
date = "2023-03-15"
update = "2023-03-15"
description = "Detects the installer for melofee malware"
score = 80
tlp = "AMBER"
source = "Exatrack"
sample_hash = "758b0934b7adddb794951d15a6ddcace1fa523e814aa40b55e2d071cf2df81f0"
strings:
$str_melofee_installer_01 = "#Script for starting modules"
$str_melofee_installer_02 = "#End script"
$str_melofee_installer_03 = "/etc/intel_audio/"
$str_melofee_installer_04 = "rm -fr /etc/rc.modules"
$str_melofee_installer_05 = "-i <data file> Install"
$str_melofee_installer_06 = "cteate home folder failed"
$str_melofee_installer_07 = "create rootkit file failed"
$str_melofee_installer_08 = "create auto start file failed"
$str_melofee_installer_09 = "Remove Done!" // only 3 files on VT with this :D
$str_melofee_installer_10 = "Unkown option %c\n"
condition:
any of them
}
Labels / Tags
Marking (TLP)
TLP:CLEAR