-
Notifications
You must be signed in to change notification settings - Fork 0
/
replay_malware1.yml
112 lines (96 loc) · 3.2 KB
/
replay_malware1.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
splunk:
# connects to host on port 8089 make sure you have access to <host>:8089
host: localhost
username: admin
password: changeme
datasets:
######--------Malware Datasets
## Begin - malware/xmrig_miner/
- name: malware_xmrig_miner_sysmon
path: datasets/malware/xmrig_miner/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
## End - malware/xmrig_miner/
## Begin - malware/trickbot/
- name: malware_trickbot_spear_phish_sysmon
path: datasets/malware/trickbot/spear_phish/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
- name: malware_trickbot_tasksched
path: datasets/malware/trickbot/tasksched/windows-security.log
replay_parameters:
source: WinEventLog:Security
sourcetype: WinEventLog
index: mordor
update_timestamp: True
enabled: True
- name: malware_trickbot_infection_sysmon
path: datasets/malware/trickbot/infection/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
- name: malware_trickbot_exe_smbshare_windows_security
path: datasets/malware/trickbot/exe_smbshare/windows-security.log
replay_parameters:
source: WinEventLog:Security
sourcetype: WinEventLog
index: mordor
update_timestamp: True
enabled: True
## End - malware/trickbot/
## Begin - malware/ryuk/
- name: malware_ryuk_sysmon
path: datasets/malware/ryuk/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
## End - malware/ryuk/
## Begin - malware/revil/
- name: malware_revil_inf1_sysmon
path: datasets/malware/revil/inf1/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
- name: malware_revil_inf1_windows_powershell
path: datasets/malware/revil/inf1/windows-powershell.log
replay_parameters:
source: WinEventLog:Microsoft-Windows-PowerShell/Operational
sourcetype: WinEventLog
index: mordor
#update_timestamp: True
enabled: True
- name: malware_revil_inf2_sysmon
path: datasets/malware/revil/inf2/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
- name: malware_revil_inf3_windows_system
path: datasets/malware/revil/inf3/windows-system.log
replay_parameters:
source: WinEventLog:System
sourcetype: WinEventLog
index: mordor
update_timestamp: True
enabled: True
- name: malware_revil_msmpeng_side_sysmon
path: datasets/malware/revil/msmpeng_side/windows-sysmon.log
replay_parameters:
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: xmlwineventlog
index: mordor
enabled: True
## End - malware/revil/