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 · 1 comment
Open

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

Mikaayenson opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
backlog 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
@botelastic
Copy link

botelastic bot commented Dec 31, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the stale 60 days of inactivity label Dec 31, 2024
@w0rk3r w0rk3r added the backlog label Jan 3, 2025
@botelastic botelastic bot removed the stale 60 days of inactivity label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Rule: Tuning tweaking or tuning an existing rule Team: TRADE
Projects
None yet
Development

No branches or pull requests

3 participants