Created
February 5, 2023 20:20
-
-
Save albertzsigovits/25fcc3dad70b5cbbb21c38c1d200a9b9 to your computer and use it in GitHub Desktop.
To get Dotnet module information in YARA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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