mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
Create hash-data-using-sha1-via-x86-extensions.yml
This commit is contained in:
parent
d33bc13fba
commit
6970794b1c
1 changed files with 12 additions and 0 deletions
12
nursery/hash-data-using-sha1-via-x86-extensions.yml
Normal file
12
nursery/hash-data-using-sha1-via-x86-extensions.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
rule:
|
||||
meta:
|
||||
name: hash data using sha1 via x86 extensions
|
||||
namespace: data-manipulation/hashing/sha1
|
||||
author: "@_re_fox"
|
||||
scope: basic block
|
||||
features:
|
||||
- or:
|
||||
- mnemonic: sha1rnds4 #Perform Four Rounds of SHA1 Operation
|
||||
- mnemonic: sha1nexte #Calculate SHA1 State Variable E after Four Rounds
|
||||
- mnemonic: sha1msg1 #Perform an Intermediate Calculation for the Next Four SHA1 Message Dwords
|
||||
- mnemonic: sha1msg2 #Perform a Final Calculation for the Next Four SHA1 Message Dwords
|
||||
Loading…
Add table
Add a link
Reference in a new issue