Skip to content

Commit 5022de0

Browse files
committed
++
1 parent 16db378 commit 5022de0

13 files changed

+13
-13
lines changed

rules/windows/defense_evasion_posh_obfuscation_backtick.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
104104
| keep
105105
Esql.script_block_pattern_count,
106106
Esql.script_block_tmp,
107-
powershell.file.*
107+
powershell.file.*,
108108
file.name,
109109
file.directory,
110110
file.path,

rules/windows/defense_evasion_posh_obfuscation_backtick_var.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
103103
Esql.script_block_pattern_count,
104104
Esql.script_block_length,
105105
Esql.script_block_tmp,
106-
powershell.file.*
106+
powershell.file.*,
107107
file.path,
108108
file.name,
109109
powershell.sequence,

rules/windows/defense_evasion_posh_obfuscation_char_arrays.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
105105
| keep
106106
Esql.script_block_pattern_count,
107107
Esql.script_block_tmp,
108-
powershell.file.*
108+
powershell.file.*,
109109
file.path,
110110
powershell.sequence,
111111
powershell.total,

rules/windows/defense_evasion_posh_obfuscation_concat_dynamic.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
101101
| keep
102102
Esql.script_block_pattern_count,
103103
Esql.script_block_tmp,
104-
powershell.file.*
104+
powershell.file.*,
105105
file.path,
106106
powershell.sequence,
107107
powershell.total,

rules/windows/defense_evasion_posh_obfuscation_high_number_proportion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
106106
Esql.script_block_ratio,
107107
Esql.script_block_length,
108108
Esql.script_block_tmp,
109-
powershell.file.*
109+
powershell.file.*,
110110
file.directory,
111111
file.path,
112112
powershell.sequence,

rules/windows/defense_evasion_posh_obfuscation_iex_env_vars_reconstruction.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
106106
Esql.script_block_pattern_count,
107107
Esql.script_block_length,
108108
Esql.script_block_tmp,
109-
powershell.file.*
109+
powershell.file.*,
110110
file.path,
111111
powershell.sequence,
112112
powershell.total,

rules/windows/defense_evasion_posh_obfuscation_iex_string_reconstruction.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
107107
Esql.script_block_pattern_count,
108108
Esql.script_block_length,
109109
Esql.script_block_tmp,
110-
powershell.file.*
110+
powershell.file.*,
111111
file.path,
112112
file.directory,
113113
powershell.sequence,

rules/windows/defense_evasion_posh_obfuscation_index_reversal.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
108108
Esql.script_block_pattern_count,
109109
Esql.script_block_length,
110110
Esql.script_block_tmp,
111-
powershell.file.*
111+
powershell.file.*,
112112
file.path,
113113
powershell.sequence,
114114
powershell.total,

rules/windows/defense_evasion_posh_obfuscation_reverse_keyword.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
104104
| keep
105105
Esql.script_block_pattern_count,
106106
Esql.script_block_tmp,
107-
powershell.file.*
107+
powershell.file.*,
108108
file.path,
109109
powershell.sequence,
110110
powershell.total,

rules/windows/defense_evasion_posh_obfuscation_string_concat.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
106106
Esql.script_block_pattern_count,
107107
Esql.script_block_length,
108108
Esql.script_block_tmp,
109-
powershell.file.*
109+
powershell.file.*,
110110
file.path,
111111
powershell.sequence,
112112
powershell.total,

0 commit comments

Comments
 (0)