08e8d462fe
RED PILL 🔴 💊
16 lines
No EOL
336 B
Text
16 lines
No EOL
336 B
Text
rule MalwareBitCoinMinerSample_A
|
|
{
|
|
meta:
|
|
Description = "Malware.BitCoinMiner.sm"
|
|
ThreatLevel = "5"
|
|
|
|
strings:
|
|
$ = "Min3Win.exe" ascii wide
|
|
$ = "bitcoin-miner.exe" ascii wide
|
|
$ = "WINSXS32" ascii wide
|
|
$ = "http://xhuehs.cantvenlinea.ru:1942" ascii wide
|
|
$ = "bigbob0000001@gmail.com" ascii wide
|
|
|
|
condition:
|
|
3 of them
|
|
} |