High Variance in RDP Session Duration

A machine learning job has detected unusually high variance of RDP session duration. Long RDP sessions can be used to evade detection mechanisms via session persistence, and might be used to perform tasks such as lateral movement, that might require uninterrupted access to a compromised machine.

Elastic rule (View on GitHub)

 1[metadata]
 2creation_date = "2023/10/12"
 3integration = ["lmd", "endpoint"]
 4maturity = "production"
 5min_stack_comments = "LMD package job ID and rule removal updates"
 6min_stack_version = "8.9.0"
 7updated_date = "2023/12/12"
 8
 9[rule]
10anomaly_threshold = 70
11author = ["Elastic"]
12description = """
13A machine learning job has detected unusually high variance of RDP session duration. Long RDP sessions can be used to
14evade detection mechanisms via session persistence, and might be used to perform tasks such as lateral movement, that
15might require uninterrupted access to a compromised machine.
16"""
17from = "now-12h"
18interval = "15m"
19license = "Elastic License v2"
20machine_learning_job_id = "lmd_high_var_rdp_session_duration"
21name = "High Variance in RDP Session Duration"
22setup = """## Setup
23
24The rule requires the Lateral Movement Detection integration assets to be installed, as well as file and Windows RDP process events collected by the Elastic Defend integration.  
25
26### Lateral Movement Detection Setup
27The Lateral Movement Detection integration detects lateral movement activity by identifying abnormalities in file and Windows RDP events. Anomalies are detected using Elastic's Anomaly Detection feature.
28
29#### Prerequisite Requirements:
30- Fleet is required for Lateral Movement Detection.
31- To configure Fleet Server refer to the [documentation](https://www.elastic.co/guide/en/fleet/current/fleet-server.html).
32- Windows RDP process events collected by the [Elastic Defend](https://docs.elastic.co/en/integrations/endpoint) integration.
33- To install Elastic Defend, refer to the [documentation](https://www.elastic.co/guide/en/security/current/install-endpoint.html).
34
35#### The following steps should be executed to install assets associated with the Lateral Movement Detection integration:
36- Go to the Kibana homepage. Under Management, click Integrations.
37- In the query bar, search for Lateral Movement Detection and select the integration to see more details about it.
38- Under Settings, click Install Lateral Movement Detection assets and follow the prompts to install the assets.
39
40#### Anomaly Detection Setup
41Before you can enable rules for Lateral Movement Detection, you'll need to enable the corresponding Anomaly Detection jobs.
42- Before enabling the Anomaly Detection jobs, confirm that the Pivot Transform asset is installed and actively gathering data in the destination index `ml-rdp-lmd`.
43- Go to the Kibana homepage. Under Analytics, click Machine Learning.
44- Under Anomaly Detection, click Jobs, and then click "Create job". Select the Data View containing your transformed RDP process data i.e.`ml-rdp-lmd`.
45- If the selected Data View contains events that match the query in [this](https://github.com/elastic/integrations/blob/main/packages/lmd/kibana/ml_module/lmd-ml.json) configuration file, you will see a card for Lateral Movement Detection under "Use preconfigured jobs".
46- Keep the default settings and click "Create jobs" to start the anomaly detection jobs and datafeeds.
47"""
48references = [
49    "https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html",
50    "https://docs.elastic.co/en/integrations/lmd",
51    "https://www.elastic.co/blog/detecting-lateral-movement-activity-a-new-kibana-integration",
52    "https://www.elastic.co/blog/remote-desktop-protocol-connections-elastic-security",
53]
54risk_score = 21
55rule_id = "a8d35ca0-ad8d-48a9-9f6c-553622dca61a"
56severity = "low"
57tags = [
58    "Use Case: Lateral Movement Detection",
59    "Rule Type: ML",
60    "Rule Type: Machine Learning",
61    "Tactic: Lateral Movement",
62]
63type = "machine_learning"
64[[rule.threat]]
65framework = "MITRE ATT&CK"
66[[rule.threat.technique]]
67id = "T1210"
68name = "Exploitation of Remote Services"
69reference = "https://attack.mitre.org/techniques/T1210/"
70
71
72[rule.threat.tactic]
73id = "TA0008"
74name = "Lateral Movement"
75reference = "https://attack.mitre.org/tactics/TA0008/"

References

Related rules

to-top