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

12 lines
488 B
Text

rule Agent_Tesla : Agent_Tesla
{
meta:
author = "LastLine"
reference = "https://www.lastline.com/labsblog/surge-of-agent-tesla-threat-report/"
strings:
$pass = "amp4Z0wpKzJ5Cg0GDT5sJD0sMw0IDAsaGQ1Afik6NwXr6rrSEQE=" fullword ascii wide nocase
$salt = "aGQ1Afik6NampDT5sJEQE4Z0wpsMw0IDAD06rrSswXrKzJ5Cg0G=" fullword ascii wide nocase
condition:
uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550 and all of them
}