mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
037ca83cb3
* Improve regex for existing browser data gathering detection - Fix erroneous regex capture + Add detections for cookies gathering + Add generic browser detection (some webkit browser for some reason uses the same chromium-based paths?) Signed-off-by: Still Hsu <dev@stillu.cc> * Add rudimentary sqlite db libs detection - Typically used along with browser data collection Signed-off-by: Still Hsu <dev@stillu.cc> --------- Signed-off-by: Still Hsu <dev@stillu.cc>
14 lines
291 B
YAML
14 lines
291 B
YAML
rule:
|
|
meta:
|
|
name: linked against CppSQLite3
|
|
namespace: linking/static/sqlite3
|
|
authors:
|
|
- still@teamt5.org
|
|
scope: file
|
|
examples:
|
|
- 253309d8b3675d3cc61d4bf23aa15d4b
|
|
features:
|
|
- and:
|
|
- substring: "CppSQLite3DB"
|
|
- substring: "CppSQLite3Query"
|