mirror of
https://github.com/Yara-Rules/rules
synced 2026-06-08 12:58:40 +00:00
We have deleted duplicated rule
We have deleted duplicated rule
This commit is contained in:
@@ -602,17 +602,6 @@ rule OrcaRAT
|
||||
$MZ at 0 and filesize < 500KB and (all of ($apptype*) and 1 of ($err*))
|
||||
}
|
||||
|
||||
rule mimikatz_lsass_mdmp
|
||||
{
|
||||
meta:
|
||||
description = "LSASS minidump file for mimikatz"
|
||||
author = "Benjamin DELPY (gentilkiwi)"
|
||||
strings:
|
||||
$lsass = "System32\\lsass.exe" wide nocase
|
||||
condition:
|
||||
(uint32(0) == 0x504d444d) and $lsass
|
||||
}
|
||||
|
||||
rule EmiratesStatement
|
||||
{
|
||||
meta:
|
||||
|
||||
Reference in New Issue
Block a user