Skip to content

Commit eb79c3e

Browse files
committed
Fix spacing
1 parent 8568556 commit eb79c3e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
rule MoziObfuscationTechnique
22
{
3-
meta:
4-
author = "Elastic Security, Lars Wallenborn (@larsborn)"
5-
description = "Detects obfuscation technique used by Mozi botnet."
3+
meta:
4+
author = "Elastic Security, Lars Wallenborn (@larsborn)"
5+
description = "Detects obfuscation technique used by Mozi botnet."
66
strings:
7-
$a = { 55 50 58 21
8-
[4]
9-
00 00 00 00
10-
00 00 00 00
11-
00 00 00 00 }
7+
$a = { 55 50 58 21
8+
[4]
9+
00 00 00 00
10+
00 00 00 00
11+
00 00 00 00 }
1212
condition:
13-
all of them
13+
all of them
1414
}

0 commit comments

Comments
 (0)