mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
359 B
YAML
16 lines
359 B
YAML
rule:
|
|
meta:
|
|
name: get proxy
|
|
namespace: host-interaction/network/proxy
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
att&ck:
|
|
- Discovery::System Network Configuration Discovery [T1016]
|
|
features:
|
|
- and:
|
|
- match: create or open registry key
|
|
- string: "ProxyServer"
|