mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16 lines
340 B
YAML
16 lines
340 B
YAML
rule:
|
|
meta:
|
|
name: linked against CPP HTTP library
|
|
namespace: linking/static/httplib
|
|
authors:
|
|
- "@mr-tz"
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
references:
|
|
- https://github.com/yhirose/cpp-httplib
|
|
features:
|
|
- or:
|
|
- substring: "cpp-httplib/"
|
|
- string: /\(HTTP\/1\\\.\[01\]\) \(\\d/
|