Commit 39a0cc1e by Nishan8583

Poet Rat Rules

parent 2bb79cb6
rule PoetRat
{
meta:
Author = "Nishan Maharjan"
Description = "A yara rule to catch PoetRat Word Document"
Data = "6th May 2020"
strings:
$pythonRegEx = /(\.py$|\.pyc$|\.pyd$|Python)/ // checking for python strings
$dlls = /\.dll/
$cmd = "cmd"
$exe = ".exe"
$macro1 = "document_open"
$pipe_out = "Abibliophobia23"
$shot = "shot_{0}_{1}.png"
condition:
any of them
}
\ No newline at end of file
rule PoetRat
{
meta:
Author = "Nishan Maharjan"
Description = "A yara rule to catch PoetRat python scripts"
Data = "6th May 2020"
strings:
$encrptionFunction = "Affine"
$commands = /version|ls|cd|sysinfo|download|upload|shot|cp|mv|link|register|hid|compress|jobs|exit|tasklist|taskkill/
$domain = "dellgenius.hopto.org"
$grammer_massacre = /BADD|Bad Error Happened|/
$mayBePresent = /self\.DIE|THE_GUID_KEY/
condition:
any of them
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment