Commit 0afa4987 by j0sm1

We have deleted duplicated rule

We have deleted duplicated rule
parent 02409127
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment