YARA "dotnet" module now available for Livehunt and Retrohunt
#1
Information 
Quote:
[Image: Logo_VT_Horizontal.png]


Good news for all threat hunters! As announced in our latest release notes, the “dotnet” YARA module is already available both for your Livehunt and Retrohunt rules. This module allows inspecting features and characteristics of .NET executable files, like GUIDs used, .NET assemblies metadata, resources and so on.

As an example, the following YARA rule published by AlienVault uses different features provided by the “dotnet” module for detecting Shrug ransomware:
 
Code:
import "dotnet"
rule ShrugRansomware {
meta:
author = "AlienVault Labs"

strings:
$bitcoin_address = "1Hr1grgH9ViEgUx73iRRJLVKH3PFjUteNx"
$s1 = "upoldhash.php"
$s2 = "HarmedFiles"
$s3 = "ShrugDecryptor"
$s4 = "SHRUG2"
$pdb1 = "\\Debug\\ShrugTwo.pdb"
$pdb2 = "\\Debug\\Shrug.pdb"

condition:
uint16(0) == 0x5A4D and
dotnet.number_of_guids > 0 and
(
dotnet.typelib == "a6ab6b1f-b144-4920-be42-bb90ec6fc22e"
or $bitcoin_address
or 2 of ($s*)
or any of ($pdb*)
)
}

The “dotnet” module is not exactly new: it has been growing its own fan club since YARA 3.6.0. However, it was not included in the default YARA build nor enabled in VirusTotal services… until now! You can find more information about this module in the official YARA documentation.

We want to use the opportunity to thank Wesley Shields, the module’s original author, for this great contribution to YARA.

We hope these changes will make life easier for the malware research community and, as usual, we would hear any feedback from you.

Happy hunting!
...
Continue Reading
[-] The following 1 user says Thank You to harlan4096 for this post:
  • ismail
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Recent Posts
K-Lite Codec Pack 19.5.5 / 19.5.9 Update
Changes in 19.5.5:...harlan4096 — 09:15
PowerToys 0.98.0
Release v0.98.0 ...harlan4096 — 09:13
Sumatra PDF 3.6.0
Sumatra PDF 3.6.0 ...harlan4096 — 09:09
Adlice Protect (formerly RogueKiller) 16...
V16.6.0 03/17/2026...harlan4096 — 09:07
PatchMyPC 5.4.3.1
Version 5.4.3.1 is...harlan4096 — 09:05

[-]
Birthdays
Today's Birthdays
No birthdays today.
Upcoming Birthdays
avatar (44)gapedDow
avatar (38)snorydar
avatar (43)Hectorvot
avatar (51)knowhanPluts
avatar (39)Williamengiz
avatar (46)qaqapeti
avatar (44)battsourIonix
avatar (43)CedricSek
avatar (38)Charlesfibre
avatar (43)artmaGoork

[-]
Online Staff
There are no staff members currently online.

>