Files
Yacine Elhamer 5b73ddcd24 manual pass
2023-08-22 09:40:13 +02:00

28 lines
851 B
YAML

# generated using capa explorer for IDA Pro
rule:
meta:
name: create raw socket
namespace: communication/socket
authors:
- blas.kojusner@mandiant.com
scopes:
static: basic block
dynamic: thread
mbc:
- Communication::Socket Communication::Create Socket [C0001.003]
references:
- https://learn.microsoft.com/en-us/windows/win32/winsock/tcp-ip-raw-sockets-2
- https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-socket
- https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-wsasocketa
examples:
- 10EBCF8C20403457A08762200015B151:0x140001000
features:
- and:
- or:
- api: socket
- api: ws2_32.WSASocketA
- or:
- number: 2 = AF_INET
- number: 23 = AF_INET6
- number: 3 = SOCK_RAW