mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 11:27:20 +00:00
24 lines
734 B
YAML
24 lines
734 B
YAML
rule:
|
|
meta:
|
|
name: linked against SQLCipher
|
|
namespace: linking/static/sqlite3
|
|
authors:
|
|
- wballenthin@google.com
|
|
description: SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
references:
|
|
- https://www.zetetic.net/sqlcipher/
|
|
- https://github.com/sqlcipher/sqlcipher
|
|
examples:
|
|
- 559efe9f3d4864910d5c5edbaadd3972c6dfc3ba887c48aa6728b0093898563f
|
|
features:
|
|
- or:
|
|
- 3 or more:
|
|
- string: "hexkey"
|
|
- string: "hexrekey"
|
|
- string: "cipher"
|
|
- string: "rekey_cipher"
|
|
- string: "kdf_iter"
|
|
- string: "rekey_kdf_iter"
|