mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
16492182a3
* Add initial two rules Signed-off-by: Still Hsu <dev@stillu.cc> * Swap sample for a smaller custom compiled one Signed-off-by: Still Hsu <dev@stillu.cc> --------- Signed-off-by: Still Hsu <dev@stillu.cc>
28 lines
958 B
YAML
28 lines
958 B
YAML
rule:
|
|
meta:
|
|
name: linked against TouchSocket
|
|
namespace: linking/static/touchsocket
|
|
authors:
|
|
- still@teamt5.org
|
|
description: TouchSocket is a .NET networking library, supporting a wide variety of protocol types such as WebSocket, RPC, DMTP, Modbus, and more.
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
references:
|
|
- https://github.com/RRQM/TouchSocket/
|
|
- https://www.trendmicro.com/en_us/research/24/i/earth-preta-new-malware-and-strategies.html
|
|
examples:
|
|
- 684cc28e6a7fbd12f23dbc563f06306555ebb870bd727ad60839d4ff26e7f3b2
|
|
features:
|
|
- and:
|
|
- or:
|
|
- match: compiled to the .NET platform
|
|
- match: compiled with .NET AoT
|
|
- 3 or more:
|
|
- substring: "TouchSocket"
|
|
- substring: "TouchSocket.Core"
|
|
- substring: "TouchSocket.Dmtp"
|
|
- substring: "TouchSocket.Modbus"
|
|
- substring: "BinarySerialize"
|
|
- substring: "BinaryDeserialize"
|