Splunk Search

Account deleted query

cyber_Maddy
Engager

| datamodel "Change_Analysis" "Account_Management" search | where 'All_Changes.tag'="delete" AND 'All_Changes.user'!="*$*" | stats values(All_Changes.result) as "signature",values(All_Changes.src) as "src",values(All_Changes.dest) as "dest", values(All_Changes.user) as "users", DC(All_Changes.user) as user_count by "All_Changes.Account_Management.src_user" | rename "All_Changes.Account_Management.src_user" as "src_user","All_Changes.user" as "user"

 

I am using this query to monitor  for Account Deleted-  But all the time I am getting this alert triggered for the computer account ending with $ symbol 

Ex:  XYZLAPTOP$ , ABCLAPTOP$  etc

I have added the search  where 'All_Changes.tag'="delete" AND 'All_Changes.user'!="*$*""

How can I exclude this $ symbol account from the report? Can any one please help  

 

 

Labels (3)
0 Karma

cyber_Maddy
Engager

I need to exclude the computer account ends with $, with the above query I am getting the result including computer account $. Can anyone please help me with this search query?

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...