Created
May 18, 2019 15:14
-
-
Save teixeira0xfffff/27fadb318f9801bf6ae1cc1d9d48655c to your computer and use it in GitHub Desktop.
Brazilian .LNK banking trojan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
YARA Rule Set | |
Author: Ialle Teixeira | |
Date: 2019-05-18 | |
Identifier: .LNK banking trojan | |
*/ | |
rule Dil_Peticao_99845650 { | |
meta: | |
description = "reported by @DefesaDigital - file Dil_Peticao_99845650.lnk" | |
reference = "https://twitter.com/Defesa_Digital" | |
date = "2019-05-18" | |
hash1 = "cd62cda839c43aa67189ac9135884905fda0ba0aa17bf239a21db7f957d54e64" | |
strings: | |
$x1 = " /V /C \"set x" wide | |
$x2 = "C:\\Windows\\System32\\cmd.exe" fullword ascii | |
condition: | |
uint16(0) == 0x004c and filesize < 10KB and | |
2 of ($x*) and all of them | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Results: https://www.hybrid-analysis.com/yara-search/results/9ec4af0983d4d85ca99e9e9a8256635a9ae5e939ff83b7d0cd720092b29aa7c8