mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
18 lines
447 B
YAML
18 lines
447 B
YAML
rule:
|
|
meta:
|
|
name: access .NET resource
|
|
namespace: executable/resource
|
|
authors:
|
|
- "@mr-tz"
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
examples:
|
|
- 387f15043f0198fd3a637b0758c2b6dde9ead795c3ed70803426fc355731b173:0x06000084
|
|
features:
|
|
- and:
|
|
- format: dotnet
|
|
- or:
|
|
- api: System.Resources.ResourceManager::ctor
|
|
- api: System.Reflection.Assembly::GetManifestResourceStream
|