rule updates

This commit is contained in:
Moritz Raabe 2021-01-29 13:23:43 +01:00
parent c944959d19
commit 0eddb61a9c
4 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
rule:
meta:
name: encrypt-data-using-camellia
name: encrypt data using camellia
namespace: data-manipulation/encryption/camellia
author: '@_re_fox'
scope: basic block

View file

@ -1,6 +1,6 @@
rule:
meta:
name: encrypt-data-using-hc-128
name: encrypt data using hc 128
namespace: data-manipulation/encryption/hc-128
author: '@recvfrom'
description: Looks for instruction mnemonics associated with initialization of the HC-128 stream cipher

View file

@ -1,6 +1,6 @@
rule:
meta:
name: encrypt-data-using-sosemanuk
name: encrypt data using sosemanuk
namespace: data-manipulation/encryption/sosemanuk
author: '@recvfrom'
description: Looks for cryptographic constants associated with the Sosemanuk stream cipher

View file

@ -20,6 +20,7 @@ rule:
- api: SHCreateThread
- api: SHCreateThreadWithHandle
- api: kernel32.CreateRemoteThread
- api: kernel32.CreateRemoteThreadEx
- api: ntdll.RtlCreateUserThread
- api: ntdll.NtCreateThread
- api: ntdll.NtCreateThreadEx