Files
mandiant-capa-rules/linking/static/sqlite3/linked-against-cppsqlite3.yml
T
Still / Azaka 037ca83cb3 Improve browser stealer & add SQLite lib detection (#757)
* 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>
2023-08-19 11:36:10 +02:00

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"