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

13 lines
466 B
Text

rule hacktool_macos_keylogger_eldeveloper_keystats
{
meta:
description = "A simple keylogger for macOS."
reference = "https://github.com/ElDeveloper/keystats"
author = "@mimeframe"
strings:
$a1 = "YVBKeyLoggerPerishedNotification" wide ascii
$a2 = "YVBKeyLoggerPerishedByLackOfResponseNotification" wide ascii
$a3 = "YVBKeyLoggerPerishedByUserChangeNotification" wide ascii
condition:
2 of ($a*)
}