Skip to content

Improved detections based on telemetry data#4011

Open
P4T12ICK wants to merge 9 commits intodevelopfrom
detection_improvements
Open

Improved detections based on telemetry data#4011
P4T12ICK wants to merge 9 commits intodevelopfrom
detection_improvements

Conversation

@P4T12ICK
Copy link
Copy Markdown
Collaborator

Improved detections based on telemetry data

@patel-bhavin patel-bhavin added this to the v5.27.0 milestone Apr 14, 2026
author: Mauricio Velazco, Michael Haag, Splunk
status: production
type: TTP
type: Anomaly
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Did you want to keep the score 50 for this?

search: |-
| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime FROM datamodel=Endpoint.Processes
WHERE Processes.parent_process_name=msiexec.exe Processes.process_name IN ("powershell.exe", "pwsh.exe","cmd.exe", "nltest.exe","ipconfig.exe","systeminfo.exe")
WHERE Processes.parent_process_name=msiexec.exe Processes.process_name IN ("powershell.exe", "pwsh.exe", "nltest.exe","ipconfig.exe","systeminfo.exe")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you add reasoning for the filter, so that people do not add it in the future without consideration.

"*;LS*",
"*;S-1-5-19*"
)
NOT Processes.process IN ("*McAfeeFramework*", "*mfefire*", "*mfemms*", "*mfevtp*", "*macmnsvc*", "*masvc*")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please add a note in the rule to make people aware about this filter. So for those who do not use McAfee products make the necessary changes if they want

WHERE `process_regsvr32`
AND
Processes.process="*/i*"
Processes.process="*/i*" AND NOT Processes.process="*Microsoft\\TeamsMeetingAddin*"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please add a note in the FP section about this and teams

@nasbench nasbench modified the milestones: v5.27.0, v5.26.0 Apr 16, 2026
@nasbench
Copy link
Copy Markdown
Contributor

@P4T12ICK if you address these we can ship this in 5.26 next week

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.

3 participants