mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
Suspicious String Obfuscation Concat
This commit is contained in:
parent
ce17d9ab65
commit
ee33d93858
@ -174,3 +174,16 @@ rule SUSP_LNK_File_PathTraversal {
|
||||
all of them
|
||||
)
|
||||
}
|
||||
|
||||
rule SUSP_Script_Obfuscation_Char_Concat {
|
||||
meta:
|
||||
description = "Detects strings found in sample from CN group repo leak in October 2018"
|
||||
author = "Florian Roth"
|
||||
reference = "https://twitter.com/JaromirHorejsi/status/1047084277920411648"
|
||||
date = "2018-10-04"
|
||||
hash1 = "b30cc10e915a23c7273f0838297e0d2c9f4fc0ac1f56100eef6479c9d036c12b"
|
||||
strings:
|
||||
$s1 = "\"c\" & \"r\" & \"i\" & \"p\" & \"t\"" fullword ascii
|
||||
condition:
|
||||
1 of them
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user