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

19 lines
389 B
Text

rule AgeLocker
{
meta:
copyright = "Intezer Labs"
author = "Intezer Labs"
reference = "https://www.intezer.com"
strings:
$a0 = "agelocker.go"
$a1 = "filippo.io/age/age.go"
$b0 = "main.encrypt"
$b2 = "main.stringInSlice"
$b3 = "main.create_message"
$b4 = "main.fileExists"
condition:
any of ($a*) and any of ($b*)
}