mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
417 B
YAML
16 lines
417 B
YAML
rule:
|
|
meta:
|
|
name: compile Visual Basic in .NET
|
|
namespace: load-code/dotnet/vb
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
att&ck:
|
|
- Defense Evasion::Obfuscated Files or Information::Compile After Delivery [T1027.004]
|
|
features:
|
|
- and:
|
|
- match: compile .NET assembly
|
|
- api: Microsoft.VisualBasic.VBCodeProvider::ctor
|