Update Yara_Neutrino.yar

This commit is contained in:
StrangerealIntel 2020-08-29 16:48:56 +02:00 committed by GitHub
parent a2ece7475d
commit b438ede754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,6 @@ rule Dropper_Neutrino_Feb_20 {
$s19 = "x`FDbFdaFTcF^" fullword ascii
$s20 = "jdXj2YC" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 300KB and
uint16(0) == 0x5a4d and filesize > 300KB and
( pe.imphash() == "934381a85d55af4033da1a769f2cce1d" or 8 of them )
}