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

13 lines
379 B
Text

rule hacktool_macos_keylogger_dannvix
{
meta:
description = "A simple keylogger for macOS."
reference = "https://github.com/dannvix/keylogger-osx"
author = "@mimeframe"
strings:
$a1 = "/var/log/keystroke.log" wide ascii
$a2 = "<forward-delete>" wide ascii
$a3 = "<unknown>" wide ascii
condition:
all of ($a*)
}