Splunk Search

Help with API query

havatz
Explorer

 

 

Hello

Im trying to run this query from Splunk API and getting this error:

'rex' is not recognized as an internal or external command,
operable program or batch file.

 

Can you help me please?

 

"index=wineventlog sourcetype=\"WinEventLog:Security\" (EventCode=4698 OR EventCode=4702) *ADDC*\n|  where LIKE(Account_Name,\"%$\")\n|  eval operation=(if(EventCode==4698,\"new\",\"update\"))\n|  rex field=Message \"<Command>(?<Command>[^\\;]+)</Command>\"\n|  rex field=Message \"<Arguments>(?<Arguments>[^\\;]+)</Arguments>\"\n|  rex field=Message \"<UserId>(?<UserId>[^\\;]+)</UserId>\"\n|  where !LIKE(Command,\"%sc.exe\")\n|  where !LIKE(Command,\"%usoclient.exe\")\n|  where !LIKE(Command,\"%ceipdata.exe\")\n|  where !LIKE(Command,\"%OfficeC2RClient.exe\")\n|  where !LIKE(Command,\"%rundll32.exe\")\n|  where !LIKE(Command,\"%wermgr.exe\")\n|  where !LIKE(Command,\"%MusNotification.exe\")\n|  where !LIKE(Command,\"%MpCmdRun.exe\")\n|  where !LIKE(Command,\"%SymErr.exe\")\n|  eval user=case(UserId==\"S-1-5-18\",\"Local System\",UserId==\"S-1-5-19\",\"Local Service\",UserId==\"S-1-5-20\",\"Network Service\",true(),UserId)\n|  stats values(Task_Name) as taskname values(operation) as event by _time Account_Name Command Arguments user\n|  sort - _time"

 

 

Labels (1)
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Laser Bananas and Edge Hubs: Exploring Operational Technology (OT) Data Through a ...

  OT is a different environment to traditional IT and can have interesting challenges when interfacing the ...

Event Series: Mastering AI Tokenomics and Splunk Agent Observability

Beyond the Black Box: Correlating AI Performance and Tokenomics with Splunk Agent Observability   As ...

span_metrics: The OpenTelemetry-Idiomatic Way to See Inside Your Services

You open a trace in Splunk Observability Cloud and everything looks fine. One root span, order-pipeline, with ...