Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rule Tuning] Add KEEP Command to all ES|QL Rules (#4146)
* updating ES|QL rules to include KEEP command * fixed some ES|QL rules with typos; added validation for KEEP command * fixed ES|QL errors from missing fields * fixed flake errors * updated date * added best practices to hunt docs Removed changes from: - rules/cross-platform/execution_potential_widespread_malware_infection.toml - rules/integrations/aws/impact_aws_s3_bucket_enumeration_or_brute_force.toml - rules/integrations/aws/impact_s3_bucket_object_uploaded_with_ransom_extension.toml - rules/integrations/aws/impact_s3_object_encryption_with_external_key.toml - rules/integrations/aws/initial_access_signin_console_login_no_mfa.toml - rules/integrations/aws/persistence_iam_user_created_access_keys_for_another_user.toml - rules/integrations/aws/privilege_escalation_iam_administratoraccess_policy_attached_to_group.toml - rules/integrations/aws/privilege_escalation_iam_administratoraccess_policy_attached_to_role.toml - rules/integrations/aws/privilege_escalation_iam_administratoraccess_policy_attached_to_user.toml - rules/integrations/aws_bedrock/aws_bedrock_guardrails_multiple_violations_by_single_user.toml - rules/integrations/aws_bedrock/aws_bedrock_guardrails_multiple_violations_in_single_request.toml - rules/integrations/aws_bedrock/aws_bedrock_high_confidence_misconduct_blocks_detected.toml - rules/integrations/aws_bedrock/aws_bedrock_high_resource_consumption_detection.toml - rules/integrations/aws_bedrock/aws_bedrock_multiple_attempts_to_use_denied_models_by_user.toml - rules/integrations/aws_bedrock/aws_bedrock_multiple_validation_exception_errors_by_single_user.toml - rules/integrations/azure/credential_access_entra_signin_brute_force_microsoft_365.toml - rules/integrations/azure/credential_access_entra_signin_brute_force_microsoft_365_repeat_source.toml - rules/integrations/o365/credential_access_microsoft_365_brute_force_user_account_attempt.toml - rules/integrations/okta/credential_access_multiple_device_token_hashes_for_single_okta_session.toml - rules/integrations/okta/credential_access_okta_authentication_for_multiple_users_from_single_source.toml - rules/integrations/okta/credential_access_okta_authentication_for_multiple_users_with_the_same_device_token_hash.toml - rules/integrations/okta/credential_access_okta_multiple_device_token_hashes_for_single_user.toml - rules/integrations/okta/initial_access_okta_user_sessions_started_from_different_geolocations.toml (selectively cherry picked from commit 06319b7)
- Loading branch information