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

35 lines
529 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

rule osx_proton_b
{
meta:
author = "AlienVault Labs"
type = "malware"
description = "Mac.Backdoor.Systemd.1"
reference = "https://www.alienvault.com/blogs/labs-research/diversity-in-recent-mac-malware"
strings:
$c1 = "%@/%@%@%@%@%@"
$c2 = { 2e 00 68 00 61 00 73 00 } //. h a s
$c3 = "Network Configuration needs to update DHCP settings. Type your password to allow this."
$c4 = "root_password"
$c5 = "decryptData:withPassword:error:"
$c6 = "—BEGIN PUBLIC KEY—"
$c7 = "ssh_user"
condition:
5 of ($c*)
}