mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
Merge pull request #93 from ForensicITGuy/patch-1
Submit crime_h2miner_kinsing.yar for Kinsing malware
This commit is contained in:
commit
bd28393367
19
yara/crime_h2miner_kinsing.yar
Normal file
19
yara/crime_h2miner_kinsing.yar
Normal file
@ -0,0 +1,19 @@
|
||||
rule crime_h2miner_kinsing
|
||||
{
|
||||
meta:
|
||||
description = "Rule to find Kinsing malware"
|
||||
author = "Tony Lambert, Red Canary"
|
||||
date = "2020-06-09"
|
||||
strings:
|
||||
$s1 = "-iL $INPUT --rate $RATE -p$PORT -oL $OUTPUT"
|
||||
$s2 = "libpcap"
|
||||
$s3 = "main.backconnect"
|
||||
$s4 = "main.masscan"
|
||||
$s5 = "main.checkHealth"
|
||||
$s6 = "main.redisBrute"
|
||||
$s7 = "ActiveC2CUrl"
|
||||
$s8 = "main.RC4"
|
||||
$s9 = "main.runTask"
|
||||
condition:
|
||||
(uint32(0) == 0x464C457F) and filesize > 1MB and all of them
|
||||
}
|
Loading…
Reference in New Issue
Block a user