Skip to content

Commit

Permalink
Update PureCrypter.yar
Browse files Browse the repository at this point in the history
strict
  • Loading branch information
bartblaze authored Mar 21, 2024
1 parent 45413dc commit cf953fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rules/crimeware/PureCrypter.yar
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rule PureCrypter
fingerprint = "43687ec89c0f6dc52e93395ae5966e25bc1c2d2c7634936b6e9835773af19fa3"
version = "1.0"
date = "2024-03-20"
modified = "2024-03-20"
modified = "2024-03-21"
status = "RELEASED"
sharing = "TLP:WHITE"
source = "BARTBLAZE"
Expand All @@ -16,10 +16,10 @@ rule PureCrypter
reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.purecrypter"

strings:
$s1 = "{11111-22222-20001-00001}" ascii wide
$s2 = "{11111-22222-20001-00002}" ascii wide
$s3 = "{11111-22222-40001-00001}" ascii wide
$s4 = "{11111-22222-40001-00002}" ascii wide
$s1 = "{11111-22222-20001-00001}" ascii wide fullword
$s2 = "{11111-22222-20001-00002}" ascii wide fullword
$s3 = "{11111-22222-40001-00001}" ascii wide fullword
$s4 = "{11111-22222-40001-00002}" ascii wide fullword
//{.1.1.1.1.1.-.2.2.2.2.2.-.2.0.0.0.1.-.0.0.0.0.1.}
$x1 = {7B 00 31 00 31 00 31 00 31 00 31 00 2D 00 32 00 32 00 32 00 32 00 32 00 2D 00 32 00 30 00 30 00 30 00 31 00 2D 00 30 00 30 00 30 00 30 00 31 00 7D}
Expand Down

0 comments on commit cf953fd

Please sign in to comment.