mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
22 lines
737 B
YAML
22 lines
737 B
YAML
name: Identify Systems Creating Remote Desktop Traffic
|
|
id: 5cdda34f-4caf-4128-a713-0837fc48b67a
|
|
version: 1
|
|
date: '2017-09-15'
|
|
author: David Dorsey, Splunk
|
|
type: batch
|
|
datamodel:
|
|
- Network_Traffic
|
|
description: This search counts the numbers of times the system has generated remote
|
|
desktop traffic.
|
|
search: '| tstats `security_content_summariesonly` count from datamodel=Network_Traffic
|
|
where All_Traffic.dest_port=3389 by All_Traffic.src | `drop_dm_object_name("All_Traffic")`
|
|
| sort - count'
|
|
how_to_implement: To successfully implement this search, you must ingest network traffic
|
|
and populate the Network_Traffic data model.
|
|
references: []
|
|
tags:
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|