mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
18 lines
428 B
YAML
18 lines
428 B
YAML
rule:
|
|
meta:
|
|
name: set socket configuration
|
|
namespace: communication/socket
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
mbc:
|
|
- Communication::Socket Communication::Set Socket Config [C0001.001]
|
|
examples:
|
|
- 6A352C3E55E8AE5ED39DC1BE7FB964B1:0x1000C1F0
|
|
features:
|
|
- or:
|
|
- api: ws2_32.setsockopt
|
|
- api: ws2_32.ioctlsocket
|