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

19 lines
No EOL
410 B
Text

rule CrowdStrike_PutterPanda_04: pngdowner putterpanda
{
meta:
description = "PUTTER PANDA - PNGDOWNER"
date = "2014-03-30"
version = "1.0"
in_the_wild = true
copyright = "CrowdStrike, Inc."
actor = "PUTTER PANDA"
strings:
$myagent = "myAgent"
$readfile = "read file error:"
$downfile = "down file success"
$avail = "Avaliable data:%u bytes"
condition:
3 of them
}