mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
13 lines
346 B
YAML
13 lines
346 B
YAML
rule:
|
|
meta:
|
|
name: mixed mode
|
|
namespace: runtime
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
description: file contains managed and unmanaged (native) code, often seen in .NET
|
|
scopes:
|
|
static: file
|
|
dynamic: unsupported # requires characteristic features
|
|
features:
|
|
- or:
|
|
- characteristic: mixed mode
|