Skip to content

Commit cc42faf

Browse files
committed
++
1 parent ffbd498 commit cc42faf

14 files changed

+17
-2
lines changed

rules/integrations/azure/initial_access_entra_id_actor_token_user_impersonation_abuse.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,14 @@ from logs-azure.auditlogs-* metadata _id, _version, _index
9393
azure.auditlogs.operation_name != "Set directory feature on tenant"
9494
and azure.auditlogs.properties.initiated_by.user.userPrincipalName rlike ".+@[A-Za-z0-9.]+\\.[A-Za-z]{2,}"
9595
| keep
96-
_id,
9796
@timestamp,
9897
azure.*,
9998
client.*,
10099
event.*,
101-
source.*
100+
source.*,
101+
_id,
102+
_version,
103+
_index
102104
'''
103105

104106

rules/windows/defense_evasion_posh_obfuscation_backtick.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
111111
powershell.sequence,
112112
powershell.total,
113113
_id,
114+
_version,
114115
_index,
115116
host.name,
116117
agent.id,

rules/windows/defense_evasion_posh_obfuscation_backtick_var.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
109109
powershell.sequence,
110110
powershell.total,
111111
_id,
112+
_version,
112113
_index,
113114
host.name,
114115
agent.id,

rules/windows/defense_evasion_posh_obfuscation_char_arrays.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
110110
powershell.sequence,
111111
powershell.total,
112112
_id,
113+
_version,
113114
_index,
114115
host.name,
115116
agent.id,

rules/windows/defense_evasion_posh_obfuscation_concat_dynamic.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
106106
powershell.sequence,
107107
powershell.total,
108108
_id,
109+
_version,
109110
_index,
110111
host.name,
111112
agent.id,

rules/windows/defense_evasion_posh_obfuscation_high_number_proportion.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
112112
powershell.sequence,
113113
powershell.total,
114114
_id,
115+
_version,
115116
_index,
116117
host.name,
117118
agent.id,

rules/windows/defense_evasion_posh_obfuscation_iex_env_vars_reconstruction.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
111111
powershell.sequence,
112112
powershell.total,
113113
_id,
114+
_version,
114115
_index,
115116
host.name,
116117
agent.id,

rules/windows/defense_evasion_posh_obfuscation_iex_string_reconstruction.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
113113
powershell.sequence,
114114
powershell.total,
115115
_id,
116+
_version,
116117
_index,
117118
host.name,
118119
agent.id,

rules/windows/defense_evasion_posh_obfuscation_index_reversal.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
113113
powershell.sequence,
114114
powershell.total,
115115
_id,
116+
_version,
116117
_index,
117118
host.name,
118119
agent.id,

rules/windows/defense_evasion_posh_obfuscation_reverse_keyword.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
109109
powershell.sequence,
110110
powershell.total,
111111
_id,
112+
_version,
112113
_index,
113114
agent.id
114115

0 commit comments

Comments
 (0)