Skip to content

Commit

Permalink
Merge pull request Yara-Rules#299 from mikesxrs/patch-11
Browse files Browse the repository at this point in the history
Create MALW_Monero_Miner_installer.yar
  • Loading branch information
mmorenog authored Feb 6, 2018
2 parents c5d2a96 + 6cca973 commit 776a1f0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions malware/MALW_Monero_Miner_installer.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
rule nkminer_monero {

meta:

description = "Detects installer of Monero miner that points to a NK domain"

author = "[email protected]"

reference = "https://www.alienvault.com/blogs/labs-research/a-north-korean-monero-cryptocurrency-miner"

tlp = "white"

license = "MIT License"

strings:
$a = "82e999fb-a6e0-4094-aa1f-1a306069d1a5" nocase wide ascii
$b = "4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgRwsQvVCjZbRy5YeFCqgoUMnzumvS" nocase wide ascii
$c = "barjuok.ryongnamsan.edu.kp" nocase wide ascii
$d = "C:\\SoftwaresInstall\\soft" nocase wide ascii
$e = "C:\\Windows\\Sys64\\intelservice.exe" nocase wide ascii
$f = "C:\\Windows\\Sys64\\updater.exe" nocase wide ascii
$g = "C:\\Users\\Jawhar\\documents\\" nocase wide ascii
condition:
any of them
}

0 comments on commit 776a1f0

Please sign in to comment.