Sneed-Reactivity/yara-mikesxrs/securityartwork/Linux_Helios.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

17 lines
470 B
Text

rule LinuxHelios: MALW
{
meta:
description = "Linux.Helios"
author = "Joan Soriano / @w0lfvan"
date = "2017-10-19"
version = "1.0"
reference = "https://www.securityartwork.es/2017/10/23/analisis-linux-helios/"
MD5 = "1a35193f3761662a9a1bd38b66327f49"
SHA256 = "72c2e804f185bef777e854fe86cff3e86f00290f32ae8b3cb56deedf201f1719"
strings:
$a = "LIKE A GOD!!! IP:%s User:%s Pass:%s"
$b = "smack"
$c = "PEACE OUT IMMA DUP\n"
condition:
all of them
}