mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
rule updates
This commit is contained in:
parent
c944959d19
commit
0eddb61a9c
4 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ rule:
|
|||
- api: SHCreateThread
|
||||
- api: SHCreateThreadWithHandle
|
||||
- api: kernel32.CreateRemoteThread
|
||||
- api: kernel32.CreateRemoteThreadEx
|
||||
- api: ntdll.RtlCreateUserThread
|
||||
- api: ntdll.NtCreateThread
|
||||
- api: ntdll.NtCreateThreadEx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue