mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
370 B
YAML
16 lines
370 B
YAML
rule:
|
|
meta:
|
|
name: delete internet cache
|
|
namespace: host-interaction/internet/cache
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
features:
|
|
- and:
|
|
- match: enumerate internet cache
|
|
- api: wininet.DeleteUrlCacheEntry
|
|
- optional:
|
|
- api: wininet.UnlockUrlCacheEntryFile
|