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

Add missing detections for MDE on Linux #107

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Conversation

jonade
Copy link
Contributor

@jonade jonade commented Dec 23, 2024

Pull Request Template

Description

Please provide the below information so we can validate before merging:

  1. Does the proposed EDR feature align with our definition of telemetry?(definition here) - Yes
  2. Could you please provide documentation to support the telemetry you are proposing?
  1. If no documentation is available for all the categories you are proposing, could you provide screenshots or sanitized logs?

1: Failed Logons - Available in the GUI in device Timeline for Action Type of 'LogonFailed' as well as KQL in AH table

Linux Logon Failed

DeviceLogonEvents
| where DeviceName == "contoso-linux"
| where ActionType == 'LogonFailed'

2: Script content - Available in the GUI in device Timeline for Action Type of 'ScriptContent' as well as KQL in AH table

Linux Script Content

DeviceEvents
| where DeviceName == "contoso-linux"
| where ActionType == "ScriptContent"

Type of change

Please delete options that are not relevant.

  • Feature Improvement (non-breaking change which fixes an issue)
  • New feature (adding additional EDR product or proposing new event categories/sub-categories)
  • This change requires a documentation update
  • New tool (suggesting additional tools for improving collection and analysis)

How Has This Been Tested?

Test Configuration:

  • EDR version: 101.24102.0000
  • Operating System version: Ubuntu

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my corrections or additions are accurate
  • I have checked my code and corrected any misspellings

@tsale tsale self-assigned this Dec 28, 2024
Copy link
Owner

@tsale tsale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🙏 And thanks for providing the evidence making my life easier!🙂

@tsale tsale merged commit ce1b47f into tsale:main Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants