File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,17 @@ rule:
12
12
dynamic : call
13
13
mbc :
14
14
- Communication::Socket Communication::Create TCP Socket [C0001.011]
15
+ references :
16
+ - https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-socket
17
+ - https://man7.org/linux/man-pages/man2/socket.2.html
15
18
examples :
16
19
- Practical Malware Analysis Lab 01-01.dll_:0x10001010
17
20
features :
18
21
- or :
19
22
- and :
20
- - number : 6 = IPPROTO_TCP
23
+ - or :
24
+ - number : 0 = protocol (default)
25
+ - number : 6 = IPPROTO_TCP
21
26
- number : 1 = SOCK_STREAM
22
27
- number : 2 = AF_INET
23
28
- or :
Original file line number Diff line number Diff line change @@ -11,12 +11,17 @@ rule:
11
11
dynamic : call
12
12
mbc :
13
13
- Communication::Socket Communication::Create UDP Socket [C0001.010]
14
- examples :
15
- - 203BD48BCC18434314AD60F4C8BC21E3D3422EB0624B22B827410F9BC63B4082:0x401240
14
+ references :
15
+ - https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-socket
16
+ - https://man7.org/linux/man-pages/man2/socket.2.html
16
17
features :
17
18
- or :
18
19
- and :
19
- - count(number(2 = AF_INET/SOCK_DGRAM)) : 2 or more
20
+ - number : 2 = AF_INET
21
+ - number : 2 = SOCK_DGRAM
22
+ - or :
23
+ - number : 0 = protocol (default)
24
+ - number : 17 = IPPROTO_UDP
20
25
- or :
21
26
- api : socket
22
27
- api : ws2_32.socket
You can’t perform that action at this time.
0 commit comments