Skip to content

Commit

Permalink
Create Unk_Crime_Downloader_2.yar
Browse files Browse the repository at this point in the history
  • Loading branch information
bartblaze committed Mar 20, 2024
1 parent 55e140f commit 29e33ed
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions rules/crimeware/Unk_Crime_Downloader_2.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
rule Unk_Crime_Downloader_2
{
meta:
id = "uuvhiMCrxhHFwTkSF2Tqv"
fingerprint = "9e6a26d06965366eaa5c3ad98fb2b120187cfb04a935e6a82effc58b23a235f0"
version = "1.0"
date = "2024-03-20"
modified = "2024-03-20"
status = "RELEASED"
sharing = "TLP:WHITE"
source = "BARTBLAZE"
author = "@bartblaze"
description = "Identifies what appears to be related to PureLogs stealer, but it's likely a 2nd stage with the final stage to be downloaded."
category = "MALWARE"
malware = "PURELOGS"
malware_type = "DOWNLOADER"
hash = "443b3b9929156d71ed73e99850a671a89d4d0d38cc8acc7f286696dd4f24895e"

strings:
$unc = "UNCNOWN" ascii wide fullword
$anti_vm1 = "WINEHDISK" ascii wide fullword
$anti_vm2 = "(VMware|Virtual|WINE)" ascii wide
$click_1 = "TOffersPanel" ascii wide
$click_2 = "TOfferLabel" ascii wide
$click_3 = "TOfferCkb" ascii wide
$campaign = "InstallComaignsThread" ascii wide
$net_call = "/new/net_api" ascii wide
condition:
4 of them
}

0 comments on commit 29e33ed

Please sign in to comment.