mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
380 B
YAML
16 lines
380 B
YAML
rule:
|
|
meta:
|
|
name: execute .NET assembly
|
|
namespace: load-code/dotnet
|
|
authors:
|
|
- anushka.virgaonkar@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
att&ck:
|
|
- Defense Evasion::Reflective Code Loading [T1620]
|
|
features:
|
|
- or:
|
|
- api: System.AppDomain::ExecuteAssembly
|
|
- api: System.AppDomain::ExecuteAssemblyByName
|