mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
19 lines
521 B
YAML
19 lines
521 B
YAML
rule:
|
|
meta:
|
|
name: act as credential manager DLL
|
|
namespace: persistence/authentication-process
|
|
authors:
|
|
- jakub.jozwiak@mandiant.com
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
att&ck:
|
|
- Persistence::Modify Authentication Process::Network Provider DLL [T1556.008]
|
|
examples:
|
|
- b283415c9df06f0e53b7d452d3e5c840c5bd7a6ce734a30bae4a869a57974a0e
|
|
features:
|
|
- and:
|
|
- export: NPGetCaps
|
|
- or:
|
|
- export: NPLogonNotify
|
|
- export: NPPasswordChangeNotify
|