Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/06/30"
integration = ["endpoint", "system", "windows", "auditd_manager", "m365_defender", "crowdstrike", "sentinel_one_cloud_funnel"]
maturity = "production"
updated_date = "2025/06/30"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -90,7 +90,7 @@ FROM logs-* metadata _id, _version, _index
// more than 100 spaces in process.command_line
| eval multi_spaces = LOCATE(process.command_line, space(100))
| where multi_spaces > 0
| keep user.name, host.id, host.name, process.command_line, process.executable, process.parent.executable
| keep user.name, host.id, host.name, process.command_line, process.executable, process.parent.executable, _id, _version, _index
'''


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2024/07/02"
integration = ["aws"]
maturity = "production"
updated_date = "2025/12/02"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -201,7 +201,10 @@ from logs-aws.cloudtrail-* metadata _id, _version, _index
Esql.aws_cloudtrail_request_parameters_target_bucket_name,
Esql.aws_cloudtrail_request_parameters_target_object_key,
Esql.aws_cloudtrail_request_parameters_kms_key_account_id,
Esql.aws_cloudtrail_request_parameters_kms_key_id
Esql.aws_cloudtrail_request_parameters_kms_key_id,
_id,
_version,
_index
'''


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/15"
integration = ["aws"]
maturity = "production"
updated_date = "2025/10/28"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -113,7 +113,10 @@ from logs-aws.cloudtrail* metadata _id, _version, _index
user_agent.original,
source.ip,
event.action,
@timestamp
@timestamp,
_id,
_version,
_index
'''


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2024/06/13"
integration = ["aws"]
maturity = "production"
updated_date = "2025/10/13"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -156,7 +156,10 @@ from logs-aws.cloudtrail-* metadata _id, _version, _index
aws.cloudtrail.user_identity.arn,
aws.cloudtrail.user_identity.type,
aws.cloudtrail.user_identity.access_key_id,
source.geo.*
source.geo.*,
_id,
_version,
_index
'''


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/09/18"
integration = ["azure"]
maturity = "production"
updated_date = "2025/09/18"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -93,12 +93,14 @@ from logs-azure.auditlogs-* metadata _id, _version, _index
azure.auditlogs.operation_name != "Set directory feature on tenant"
and azure.auditlogs.properties.initiated_by.user.userPrincipalName rlike ".+@[A-Za-z0-9.]+\\.[A-Za-z]{2,}"
| keep
_id,
@timestamp,
azure.*,
client.*,
event.*,
source.*
source.*,
_id,
_version,
_index
'''


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/07/14"
integration = ["azure"]
maturity = "production"
updated_date = "2025/09/26"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -81,7 +81,10 @@ from logs-azure.auditlogs-* metadata _id, _version, _index
source.geo.region_name,
source.geo.country_name,
Esql.azure_auditlogs_properties_auth_oidc_discovery_url_new,
Esql.azure_auditlogs_properties_auth_oidc_discovery_url_old
Esql.azure_auditlogs_properties_auth_oidc_discovery_url_old,
_id,
_version,
_index
'''


Expand Down
3 changes: 2 additions & 1 deletion rules/windows/defense_evasion_posh_obfuscation_backtick.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/15"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -111,6 +111,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/16"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -109,6 +109,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/14"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -110,6 +110,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/15"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -106,6 +106,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/16"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -112,6 +112,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/16"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -111,6 +111,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/16"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -113,6 +113,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/14"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -113,6 +113,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/14"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -109,6 +109,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
agent.id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/14"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -111,6 +111,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/03"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -111,6 +111,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2025/04/16"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -118,6 +118,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bypass_bbr_timing = true
creation_date = "2025/04/16"
integration = ["windows"]
maturity = "production"
updated_date = "2025/12/01"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -79,6 +79,7 @@ from logs-windows.powershell_operational* metadata _id, _version, _index
powershell.sequence,
powershell.total,
_id,
_version,
_index,
host.name,
agent.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bypass_bbr_timing = true
creation_date = "2024/08/26"
integration = ["aws"]
maturity = "production"
updated_date = "2025/12/04"
updated_date = "2025/12/09"

[rule]
author = ["Elastic"]
Expand Down
Loading