Skip to content

Automated Splunk TA Update 168 - Failing Auth detection #3311

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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

patel-bhavin
Copy link
Contributor

@patel-bhavin patel-bhavin commented Feb 6, 2025

This PR contains updates to Splunk TAs made by GitHub Actions workflow.

This detection is currently failing due to a bug in the Linux TA

Issue :

The TA version 10.0.0 is currently failing on one of the detections in ESCU that uses Authentication datamodel and relies on data with sourcetype = linux_secure - #3311:

Here is the detection

  • We believe that the addition of AND NOT sourcetype=linux_secure to the eventtypes searches is causing some data to not be mapped correctly to the Authentication Datamodel.

Image

What is the reason to add this - AND NOT sourcetype=linux_secure ?

What add-on version are you using?

10.0.0

@ljstella
Copy link
Contributor

ljstella commented Feb 6, 2025

This is a distinct PR from #3307, although it appears to be updating the same app. Looks like this datasource was added yesterday: #3308 before 3307 was merged, so 3307 didn't have it in its base branch to update-

3308 did pass unit testing but now this is failing, potentially due to the app update.

@ljstella
Copy link
Contributor

ljstella commented Feb 6, 2025

Looks like CIM mapping changed specifically for events from OpenSSH in v10.0 of this TA.

While successful logins are being mapped, our example failed login event in this test sample is not being mapped to Authentication.Failed_Authentications

@patel-bhavin
Copy link
Contributor Author

@patel-bhavin
Copy link
Contributor Author

image

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