mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
fix: deactivate rule due to missing support for md5()
This commit is contained in:
parent
989a5fb54d
commit
6b51398f01
@ -1,3 +1,6 @@
|
||||
/* Limited support for hash function */
|
||||
|
||||
/*
|
||||
import"pe"
|
||||
import"hash"
|
||||
|
||||
@ -28,3 +31,4 @@ rule FLAME2_Orchestrator {
|
||||
(hash.md5(pe.resources[i].offset,pe.resources[i].length) == "9a2766aba7f2a56ef1ab24cf171ee0ed") or
|
||||
(hash.md5(pe.resources[i].offset,pe.resources[i].length) == "ebe15bfb5a3944ea4952ddf0f73aa6e8"))
|
||||
}
|
||||
*/
|
Loading…
Reference in New Issue
Block a user