Skip to content

Commit 0923a79

Browse files
committed
updating version and risk object
1 parent 19e1d51 commit 0923a79

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

detections/endpoint/windows_ad_replication_request_initiated_by_user_account.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Windows AD Replication Request Initiated by User Account
22
id: 51307514-1236-49f6-8686-d46d93cc2821
3-
version: 7
3+
version: 8
44
date: '2025-02-10'
55
author: Dean Luxton
66
type: TTP
@@ -54,14 +54,15 @@ drilldown_searches:
5454
latest_offset: $info_max_time$
5555
rba:
5656
message: Windows Active Directory Replication Request Initiated by User Account
57-
$user$ at $src_ip$
57+
$user$ from $src_ip$
5858
risk_objects:
5959
- field: user
6060
type: user
6161
score: 100
62-
threat_objects:
6362
- field: src_ip
64-
type: ip_address
63+
type: system
64+
score: 100
65+
threat_objects: []
6566
tags:
6667
analytic_story:
6768
- Compromised Windows Host

detections/endpoint/windows_ad_replication_request_initiated_from_unsanctioned_location.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ rba:
6666
- field: user
6767
type: user
6868
score: 100
69-
threat_objects:
7069
- field: src_ip
71-
type: ip_address
70+
type: system
71+
score: 100
72+
threat_objects: []
7273
tags:
7374
analytic_story:
7475
- Compromised Windows Host

0 commit comments

Comments
 (0)