mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
Create read-initialization-file.yml
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
rule:
|
||||
meta:
|
||||
name: read initialization file
|
||||
namespace: host-interaction/file-system/read
|
||||
author: "@_re_fox"
|
||||
scope: function
|
||||
examples:
|
||||
- 1d8fd13c890060464019c0f07b928b1a:0x401070
|
||||
features:
|
||||
- and:
|
||||
- or:
|
||||
- api: GetPrivateProfileInt
|
||||
- api: GetPrivateProfileString
|
||||
- api: GetPrivateProfileSection
|
||||
- api: GetPrivateProfileSectionNames
|
||||
- string: /\.ini/i
|
||||
- optional:
|
||||
- api: GetFullPathName
|
||||
Reference in New Issue
Block a user