-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPTH_2.yaml
61 lines (61 loc) · 1.43 KB
/
PTH_2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
detect:
event: WEL
op: or
rules:
- op: is
path: Event/System/EventID
value: '4648'
with child:
op: and
rules:
- op: is
path: Event/System/EventID
value: '4624'
- op: is
path: Event/EventData/LogonType
value: '9'
- op: is
path: Event/EventData/LogonProcessName
value: seclogo
with child:
op: is
path: Event/System/EventID
value: '4672'
- op: and
rules:
- op: is
path: Event/System/EventID
value: '4624'
- op: is
path: Event/EventData/LogonType
value: '3'
- op: is
path: event/EVENT/EventData/authenticationpackagename
value: NTLM
with child:
op: is
path: Event/System/EventID
value: '4672'
- op: is
path: Event/System/EventID
value: '4776'
- case sensitive: false
op: contains
path: event/COMMAND_LINE
value: crackmapexec
- case sensitive: false
op: contains
path: event/COMMAND_LINE
value: impacket-psexec -hashes
respond:
- action: report
metadata:
author: Sawood(TAGTREX), Shehroz(TAGTREX)
description: Detecting PTH using system telemtry
falsepositives:
- Administrator activity
level: High
tags:
- attack.lateral_movement
- attack.t1550.002
name: Pass The Hash Detected