Update YARA_Rule_Bitter_Variant1_August_2019.txt
This commit is contained in:
parent
5eacdead31
commit
6dc189293f
@ -20,15 +20,15 @@ rule ArtraDownlaoder_bin_Variant1
|
|||||||
|
|
||||||
strings:
|
strings:
|
||||||
$string1 = "bqqmjdbujpo0y.xxx.gpsn.vsmfodpefe"
|
$string1 = "bqqmjdbujpo0y.xxx.gpsn.vsmfodpefe"
|
||||||
$string2 = "=%s&st=%d"
|
$string2 = "=%s&st=%d"
|
||||||
$string3 = "Content-length: %d"
|
$string3 = "Content-length: %d"
|
||||||
$string4 = "0I0N0V0\\0o0v0"
|
$string4 = "0I0N0V0\\0o0v0"
|
||||||
$string5 = "ID=%s"
|
$string5 = "ID=%s"
|
||||||
$string6 = "QPTU"
|
$string6 = "QPTU"
|
||||||
$string7 = "lffq.bmjwf"
|
$string7 = "lffq.bmjwf"
|
||||||
$string8 = "Dpoofdujpo"
|
$string8 = "Dpoofdujpo"
|
||||||
$string9 = "Iptu;"
|
$string9 = "Iptu;"
|
||||||
$string10 = "IUUQ02/1"
|
$string10 = "IUUQ02/1"
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
uint16(0) == 0x5A4D and all of ($string*) and filesize < 100KB
|
uint16(0) == 0x5A4D and all of ($string*) and filesize < 100KB
|
||||||
@ -45,15 +45,15 @@ rule ArtraDownlaoder_mem_Variant1
|
|||||||
|
|
||||||
strings:
|
strings:
|
||||||
$string1 = "bqqmjdbujpo0y.xxx.gpsn.vsmfodpefe"
|
$string1 = "bqqmjdbujpo0y.xxx.gpsn.vsmfodpefe"
|
||||||
$string2 = "=%s&st=%d"
|
$string2 = "=%s&st=%d"
|
||||||
$string3 = "Content-length: %d"
|
$string3 = "Content-length: %d"
|
||||||
$string4 = "0I0N0V0\\0o0v0"
|
$string4 = "0I0N0V0\\0o0v0"
|
||||||
$string5 = "ID=%s"
|
$string5 = "ID=%s"
|
||||||
$string6 = "QPTU"
|
$string6 = "QPTU"
|
||||||
$string7 = "lffq.bmjwf"
|
$string7 = "lffq.bmjwf"
|
||||||
$string8 = "Dpoofdujpo"
|
$string8 = "Dpoofdujpo"
|
||||||
$string9 = "Iptu;"
|
$string9 = "Iptu;"
|
||||||
$string10 = "IUUQ02/1"
|
$string10 = "IUUQ02/1"
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
all of ($string*) and filesize > 100KB
|
all of ($string*) and filesize > 100KB
|
||||||
|
Loading…
Reference in New Issue
Block a user