Files
mandiant-capa-rules/communication/socket/send/send-data-on-socket.yml
T
2020-06-21 17:54:01 -06:00

16 lines
380 B
YAML

rule:
meta:
name: send data on socket
namespace: communication/socket/send
author: moritz.raabe@fireeye.com
scope: function
examples:
- Practical Malware Analysis Lab 01-01.dll_:0x10001010
features:
- or:
- api: ws2_32.send
- api: ws2_32.sendto
- api: ws2_32.WSASend
- api: ws2_32.WSASendMsg
- api: ws2_32.WSASendTo