Skip to content

Commit

Permalink
fix: FP with Elastic securitySolution.chunk.7.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Jul 29, 2021
1 parent 4d8b8b2 commit 70321c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion yara/gen_p0wnshell.yar
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ rule Hacktool_Strings_p0wnedShell {
$x7 = "Invoke-Mimikatz" fullword ascii
$x8 = "Invoke_Shellcode()" fullword ascii
$x9 = "Invoke-ReflectivePEInjection" ascii
$fp1 = "Sentinel Labs, Inc." wide
$fp2 = "Copyright Elasticsearch B.V." ascii wide
condition:
1 of them
1 of ($x*)
and not 1 of ($fp*)
}

rule p0wnedPotato {
Expand Down

0 comments on commit 70321c7

Please sign in to comment.