Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rule Tuning] SMB Connections via LOLBin or Untrusted Process #4218

Open
Mikaayenson opened this issue Oct 30, 2024 · 0 comments
Open

[Rule Tuning] SMB Connections via LOLBin or Untrusted Process #4218

Mikaayenson opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
Rule: Tuning tweaking or tuning an existing rule Team: TRADE

Comments

@Mikaayenson
Copy link
Contributor

Mikaayenson commented Oct 30, 2024

Link to Rule

https://github.com/elastic/detection-rules/blob/main/rules/windows/lateral_movement_direct_outbound_smb_connection.toml

Rule Tuning Type

Performance - Optimizing resource consumption and execution time of detection rules.

Description

  • The sequence uses event.type == "start" until event.type == "end". We should tune this rule to address event aggregation issues where event.type for both will be aggregated within the same event if they fire within 5 seconds causing the sequence to potentially NOP.
  • Related to https://github.com/elastic/ia-trade-team/issues/368

Example Data

No response

cc. @nicholasberlin

@Mikaayenson Mikaayenson added Rule: Tuning tweaking or tuning an existing rule Team: TRADE labels Oct 30, 2024
@w0rk3r w0rk3r self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rule: Tuning tweaking or tuning an existing rule Team: TRADE
Projects
None yet
Development

No branches or pull requests

3 participants