Skip to content

Instantly share code, notes, and snippets.

@albertzsigovits
Created February 5, 2023 20:20
Show Gist options
  • Save albertzsigovits/25fcc3dad70b5cbbb21c38c1d200a9b9 to your computer and use it in GitHub Desktop.
Save albertzsigovits/25fcc3dad70b5cbbb21c38c1d200a9b9 to your computer and use it in GitHub Desktop.
To get Dotnet module information in YARA
# create import_dotnet.yar
import "dotnet"
rule dotnet {
condition: true
}
# To get import information
~/yara-4.3.0-rc1/yara -D import_dotnet.yar ~/malware/dotnet/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment