-
Notifications
You must be signed in to change notification settings - Fork 0
/
replay_suspicious_behaviour1.yml
79 lines (70 loc) · 2.66 KB
/
replay_suspicious_behaviour1.yml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
splunk:
# connects to host on port 8089 make sure you have access to <host>:8089
host: localhost
username: admin
password: changeme
datasets:
## Begin - suspicious_behaviour/certutil_exe_certificate_extraction
- name: certutil_exe_certificate_extraction
path: datasets/suspicious_behaviour/certutil_exe_certificate_extraction/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
## End - suspicious_behaviour/certutil_exe_certificate_extraction
## Begin - suspicious_behaviour/first_time_windows_service
- name: first_time_windows_service_windows-powershell
path: datasets/suspicious_behaviour/first_time_windows_service/windows-powershell.log
replay_parameters:
source: WinEventLog:Microsoft-Windows-PowerShell/Operational
sourcetype: WinEventLog
index: mordor
enabled: True
- name: first_time_windows_service_windows-security
path: datasets/suspicious_behaviour/first_time_windows_service/windows-security.log
replay_parameters:
source: WinEventLog:Security
sourcetype: WinEventLog
index: mordor
enabled: True
- name: first_time_windows_service_windows-sysmon
path: datasets/suspicious_behaviour/first_time_windows_service/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
- name: first_time_windows_service_windows-system
path: datasets/suspicious_behaviour/first_time_windows_service/windows-system.log
replay_parameters:
source: WinEventLog:System
sourcetype: WinEventLog
index: mordor
enabled: True
## End - suspicious_behaviour/first_time_windows_service
## Begin - honeypot_casper
- name: honeypot_casper_windows-sysmon
path: datasets/honeypots/casper/datasets1/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
- name: honeypot_casper_windows-powershell
path: datasets/honeypots/casper/datasets1/windows-powershell.log
replay_parameters:
source: WinEventLog:Microsoft-Windows-PowerShell/Operational
sourcetype: WinEventLog
index: mordor
enabled: True
## End - honeypot_casper
## Begin - honeypot_pwsh
- name: honeypot_pwsh_windows-powershell
path: datasets/honeypots/pwsh/windows-powershell.log
replay_parameters:
source: WinEventLog:Microsoft-Windows-PowerShell/Operational
sourcetype: WinEventLog
index: mordor
enabled: True
## End - honeypot_pwsh