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

30 lines
381 B
Text

rule mac_bd_systemd
{
meta:
author = "AlienVault Labs"
type = "malware"
description = "OSX/Proton.B"
reference = "https://www.alienvault.com/blogs/labs-research/diversity-in-recent-mac-malware"
strings:
$c1 = "This file is corrupted and connot be opened"
$c2 = "whatismyip.akamai.com"
$c3 = ";chflags hidden"
$c4 = "%keymod%"
$c5 = "* *-<4=w"
condition:
3 of ($c*)
}