mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
14 lines
626 B
YAML
14 lines
626 B
YAML
name: Identify Systems Using Remote Desktop
|
|
id: 063dfe9f-b1d7-4254-a16d-1e2e7eadd6a8
|
|
version: 1
|
|
date: '2019-04-01'
|
|
description: This search counts the numbers of times the remote desktop process, mstsc.exe,
|
|
has run on each system.
|
|
how_to_implement: To successfully implement this search you must be ingesting endpoint
|
|
data that records process activity.
|
|
author: David Dorsey, Splunk
|
|
search: '| tstats `security_content_summariesonly` count from datamodel=Endpoint.Processes
|
|
where Processes.process_name="*mstsc.exe*" by Processes.dest Processes.process_name
|
|
| `drop_dm_object_name(Processes)` | sort - count'
|
|
tags: {}
|