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

10 lines
No EOL
185 B
Text

rule angler_ek_checkpoint
{
meta:
description = "Angler EK Exploit Kit - Checkpoint Detection"
strings:
$a = "Jul 2039" nocase
$b = "Jul 2040" nocase
condition:
any of them
}